Shades of Heathered Grey #908C85
Tints of Heathered Grey #908C85
RGB
CMYK
RGB Variations
Color information
#908C85 (or 0x908C85) is known color: Heathered Grey. HEX triplet: 90, 8C and 85. RGB value is (144,140,133). Sum of RGB (Red+Green+Blue) = 144+140+133=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 144 - color contains mainly: red. Hex color #908C85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908C85 is #6F737A. Grayscale: #8C8C8C. Windows color (decimal): -7304059 or 8752272. OLE color: 8752272.
HSL color Cylindrical-coordinate representation of color #908C85: hue angle of 38.18º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #908C85 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 140 | 133 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.44 |
| HSL | 38.18º | 0.05% | 0.54% | - |
| HSV(B) | 38.18º | 0.08% | 0.56% | - |
| XYZ | 25.11 | 26.38 | 25.96 | - |
| YUV | 140.4 | 123.83 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 133 | 0 | 0.03 | 0.08 | 0.44 | 38.18 | 0.05 | 0.54 |
| Hex | 90 | 8C | 85 | 0 | 3 | 8 | 2C | 26 | 5 | 36 |
| Octal | 220 | 214 | 205 | 0 | 3 | 10 | 54 | 46 | 5 | 66 |
| Binary | 10010000 | 10001100 | 10000101 | 0 | 11 | 1000 | 101100 | 100110 | 101 | 110110 |
Color Harmonies of #908C85
Complementary color
Monochromatic Colors of #908C85
Black with #908C85
Text Example
Text Example
White with #908C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908C85; }
p { color: rgb(144,140,133); }
H1.HeaderClassName
{
color: #908C85;
}
.AnyTagClassName
{
color: #908C85;
}
</style>
background-color css
<style>
a { background-color: #908C85; }
a { background-color: rgb(144,140,133); }
div.DivClassName
{
background-color: #908C85;
}
.BgClassName
{
background-color: #908C85;
}
</style>
border-color css
<style>
span { border-color: #908C85; }
span { border-color: rgb(144,140,133); }
td.TdClassName
{
border-color: #908C85;
}
.TagClassName
{
border-color: #908C85;
}
</style>