Shades of Heathered Grey #908C83
Tints of Heathered Grey #908C83
RGB
CMYK
RGB Variations
Color information
#908C83 (or 0x908C83) is known color: Heathered Grey. HEX triplet: 90, 8C and 83. RGB value is (144,140,131). Sum of RGB (Red+Green+Blue) = 144+140+131=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 144 - color contains mainly: red. Hex color #908C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908C83 is #6F737C. Grayscale: #8C8C8C. Windows color (decimal): -7304061 or 8621200. OLE color: 8621200.
HSL color Cylindrical-coordinate representation of color #908C83: hue angle of 41.54º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #908C83 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 140 | 131 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.44 |
| HSL | 41.54º | 0.06% | 0.54% | - |
| HSV(B) | 41.54º | 0.09% | 0.56% | - |
| XYZ | 24.98 | 26.32 | 25.24 | - |
| YUV | 140.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 131 | 0 | 0.03 | 0.09 | 0.44 | 41.54 | 0.06 | 0.54 |
| Hex | 90 | 8C | 83 | 0 | 3 | 9 | 2C | 2A | 6 | 36 |
| Octal | 220 | 214 | 203 | 0 | 3 | 11 | 54 | 52 | 6 | 66 |
| Binary | 10010000 | 10001100 | 10000011 | 0 | 11 | 1001 | 101100 | 101010 | 110 | 110110 |
Color Harmonies of #908C83
Complementary color
Monochromatic Colors of #908C83
Black with #908C83
Text Example
Text Example
White with #908C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908C83; }
p { color: rgb(144,140,131); }
H1.HeaderClassName
{
color: #908C83;
}
.AnyTagClassName
{
color: #908C83;
}
</style>
background-color css
<style>
a { background-color: #908C83; }
a { background-color: rgb(144,140,131); }
div.DivClassName
{
background-color: #908C83;
}
.BgClassName
{
background-color: #908C83;
}
</style>
border-color css
<style>
span { border-color: #908C83; }
span { border-color: rgb(144,140,131); }
td.TdClassName
{
border-color: #908C83;
}
.TagClassName
{
border-color: #908C83;
}
</style>