Shades of Heathered Grey #908C87
Tints of Heathered Grey #908C87
RGB
CMYK
RGB Variations
Color information
#908C87 (or 0x908C87) is known color: Heathered Grey. HEX triplet: 90, 8C and 87. RGB value is (144,140,135). Sum of RGB (Red+Green+Blue) = 144+140+135=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 144 - color contains mainly: red. Hex color #908C87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908C87 is #6F7378. Grayscale: #8C8C8C. Windows color (decimal): -7304057 or 8883344. OLE color: 8883344.
HSL color Cylindrical-coordinate representation of color #908C87: hue angle of 33.33º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #908C87 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 140 | 135 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.44 |
| HSL | 33.33º | 0.04% | 0.55% | - |
| HSV(B) | 33.33º | 0.06% | 0.56% | - |
| XYZ | 25.25 | 26.43 | 26.69 | - |
| YUV | 140.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 135 | 0 | 0.03 | 0.06 | 0.44 | 33.33 | 0.04 | 0.55 |
| Hex | 90 | 8C | 87 | 0 | 3 | 6 | 2C | 21 | 4 | 37 |
| Octal | 220 | 214 | 207 | 0 | 3 | 6 | 54 | 41 | 4 | 67 |
| Binary | 10010000 | 10001100 | 10000111 | 0 | 11 | 110 | 101100 | 100001 | 100 | 110111 |
Color Harmonies of #908C87
Complementary color
Monochromatic Colors of #908C87
Black with #908C87
Text Example
Text Example
White with #908C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908C87; }
p { color: rgb(144,140,135); }
H1.HeaderClassName
{
color: #908C87;
}
.AnyTagClassName
{
color: #908C87;
}
</style>
background-color css
<style>
a { background-color: #908C87; }
a { background-color: rgb(144,140,135); }
div.DivClassName
{
background-color: #908C87;
}
.BgClassName
{
background-color: #908C87;
}
</style>
border-color css
<style>
span { border-color: #908C87; }
span { border-color: rgb(144,140,135); }
td.TdClassName
{
border-color: #908C87;
}
.TagClassName
{
border-color: #908C87;
}
</style>