Shades of Heathered Grey #908D80
Tints of Heathered Grey #908D80
RGB
CMYK
RGB Variations
Color information
#908D80 (or 0x908D80) is known color: Heathered Grey. HEX triplet: 90, 8D and 80. RGB value is (144,141,128). Sum of RGB (Red+Green+Blue) = 144+141+128=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 144 - color contains mainly: red. Hex color #908D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908D80 is #6F727F. Grayscale: #8C8C8C. Windows color (decimal): -7303808 or 8424848. OLE color: 8424848.
HSL color Cylindrical-coordinate representation of color #908D80: hue angle of 48.75º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #908D80 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 141 | 128 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.44 |
| HSL | 48.75º | 0.07% | 0.53% | - |
| HSV(B) | 48.75º | 0.11% | 0.56% | - |
| XYZ | 24.92 | 26.54 | 24.23 | - |
| YUV | 140.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 141 | 128 | 0 | 0.02 | 0.11 | 0.44 | 48.75 | 0.07 | 0.53 |
| Hex | 90 | 8D | 80 | 0 | 2 | B | 2C | 31 | 7 | 35 |
| Octal | 220 | 215 | 200 | 0 | 2 | 13 | 54 | 61 | 7 | 65 |
| Binary | 10010000 | 10001101 | 10000000 | 0 | 10 | 1011 | 101100 | 110001 | 111 | 110101 |
Color Harmonies of #908D80
Complementary color
Monochromatic Colors of #908D80
Black with #908D80
Text Example
Text Example
White with #908D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908D80; }
p { color: rgb(144,141,128); }
H1.HeaderClassName
{
color: #908D80;
}
.AnyTagClassName
{
color: #908D80;
}
</style>
background-color css
<style>
a { background-color: #908D80; }
a { background-color: rgb(144,141,128); }
div.DivClassName
{
background-color: #908D80;
}
.BgClassName
{
background-color: #908D80;
}
</style>
border-color css
<style>
span { border-color: #908D80; }
span { border-color: rgb(144,141,128); }
td.TdClassName
{
border-color: #908D80;
}
.TagClassName
{
border-color: #908D80;
}
</style>