Shades of Heathered Grey #908B7C
Tints of Heathered Grey #908B7C
RGB
CMYK
RGB Variations
Color information
#908B7C (or 0x908B7C) is known color: Heathered Grey. HEX triplet: 90, 8B and 7C. RGB value is (144,139,124). Sum of RGB (Red+Green+Blue) = 144+139+124=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 144 - color contains mainly: red. Hex color #908B7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908B7C is #6F7483. Grayscale: #8A8A8A. Windows color (decimal): -7304324 or 8162192. OLE color: 8162192.
HSL color Cylindrical-coordinate representation of color #908B7C: hue angle of 45º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #908B7C is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 139 | 124 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.44 |
| HSL | 45º | 0.08% | 0.53% | - |
| HSV(B) | 45º | 0.14% | 0.56% | - |
| XYZ | 24.37 | 25.85 | 22.77 | - |
| YUV | 138.79 | 119.66 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 124 | 0 | 0.03 | 0.14 | 0.44 | 45 | 0.08 | 0.53 |
| Hex | 90 | 8B | 7C | 0 | 3 | E | 2C | 2D | 8 | 35 |
| Octal | 220 | 213 | 174 | 0 | 3 | 16 | 54 | 55 | 10 | 65 |
| Binary | 10010000 | 10001011 | 1111100 | 0 | 11 | 1110 | 101100 | 101101 | 1000 | 110101 |
Color Harmonies of #908B7C
Complementary color
Monochromatic Colors of #908B7C
Black with #908B7C
Text Example
Text Example
White with #908B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908B7C; }
p { color: rgb(144,139,124); }
H1.HeaderClassName
{
color: #908B7C;
}
.AnyTagClassName
{
color: #908B7C;
}
</style>
background-color css
<style>
a { background-color: #908B7C; }
a { background-color: rgb(144,139,124); }
div.DivClassName
{
background-color: #908B7C;
}
.BgClassName
{
background-color: #908B7C;
}
</style>
border-color css
<style>
span { border-color: #908B7C; }
span { border-color: rgb(144,139,124); }
td.TdClassName
{
border-color: #908B7C;
}
.TagClassName
{
border-color: #908B7C;
}
</style>