mostly black
Enter any color value (e.g., #000cd6, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#909090 color RGB value is (144,144,144)
#909090 color CMYK value
#909090 color HSL value
HSV(or HSB) | 0° | 0 | 56.5 |
XYZ | 26.509 | 27.889 | 30.372 |
Yxy | 0.313 | 0.329 | 27.889 |
LAB | 59.789 | 0.003 | -0.007 |
LUV | 59.789 | 0.001 | -0.01 |
Hunter-LAB | 52.81 | -2.818 | 2.869 |
CIE-LCH | 59.789 | 0.008 | 296.813 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | 90 | 90 | 90 |
Decimal | 144 | 144 | 144 |
Octal | 220 | 220 | 220 |
Binary | 10010000 | 10010000 | 10010000 |
This text has a font color of #909090.
<span style="color:#909090">Text here</span>
This paragraph has a background color of #909090.
<p style="background-color:#909090;">Content here</p>
This element has a border color of #909090.
<div style="border:1px #909090;">Content here</div>
.text {color:#909090;}
.background {background-color:#909090;}
.border {border:1px solid #909090;}
.text-shadow {border:1px solid #909090;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #060606 is the darkest color, while #fafafa is the lightest one.