Shades of Heathered Grey #908B7F
Tints of Heathered Grey #908B7F
RGB
CMYK
RGB Variations
Color information
#908B7F (or 0x908B7F) is known color: Heathered Grey. HEX triplet: 90, 8B and 7F. RGB value is (144,139,127). Sum of RGB (Red+Green+Blue) = 144+139+127=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 144 - color contains mainly: red. Hex color #908B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908B7F is #6F7480. Grayscale: #8B8B8B. Windows color (decimal): -7304321 or 8358800. OLE color: 8358800.
HSL color Cylindrical-coordinate representation of color #908B7F: hue angle of 42.35º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #908B7F is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 139 | 127 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.44 |
| HSL | 42.35º | 0.07% | 0.53% | - |
| HSV(B) | 42.35º | 0.12% | 0.56% | - |
| XYZ | 24.56 | 25.93 | 23.79 | - |
| YUV | 139.13 | 121.16 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 127 | 0 | 0.03 | 0.12 | 0.44 | 42.35 | 0.07 | 0.53 |
| Hex | 90 | 8B | 7F | 0 | 3 | C | 2C | 2A | 7 | 35 |
| Octal | 220 | 213 | 177 | 0 | 3 | 14 | 54 | 52 | 7 | 65 |
| Binary | 10010000 | 10001011 | 1111111 | 0 | 11 | 1100 | 101100 | 101010 | 111 | 110101 |
Color Harmonies of #908B7F
Complementary color
Monochromatic Colors of #908B7F
Black with #908B7F
Text Example
Text Example
White with #908B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908B7F; }
p { color: rgb(144,139,127); }
H1.HeaderClassName
{
color: #908B7F;
}
.AnyTagClassName
{
color: #908B7F;
}
</style>
background-color css
<style>
a { background-color: #908B7F; }
a { background-color: rgb(144,139,127); }
div.DivClassName
{
background-color: #908B7F;
}
.BgClassName
{
background-color: #908B7F;
}
</style>
border-color css
<style>
span { border-color: #908B7F; }
span { border-color: rgb(144,139,127); }
td.TdClassName
{
border-color: #908B7F;
}
.TagClassName
{
border-color: #908B7F;
}
</style>