Shades of Heathered Grey #908A78
Tints of Heathered Grey #908A78
RGB
CMYK
RGB Variations
Color information
#908A78 (or 0x908A78) is known color: Heathered Grey. HEX triplet: 90, 8A and 78. RGB value is (144,138,120). Sum of RGB (Red+Green+Blue) = 144+138+120=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 144 - color contains mainly: red. Hex color #908A78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908A78 is #6F7587. Grayscale: #898989. Windows color (decimal): -7304584 or 7899792. OLE color: 7899792.
HSL color Cylindrical-coordinate representation of color #908A78: hue angle of 45º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #908A78 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 138 | 120 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.44 |
| HSL | 45º | 0.1% | 0.52% | - |
| HSV(B) | 45º | 0.17% | 0.56% | - |
| XYZ | 23.98 | 25.46 | 21.42 | - |
| YUV | 137.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 120 | 0 | 0.04 | 0.17 | 0.44 | 45 | 0.1 | 0.52 |
| Hex | 90 | 8A | 78 | 0 | 4 | 11 | 2C | 2D | A | 34 |
| Octal | 220 | 212 | 170 | 0 | 4 | 21 | 54 | 55 | 12 | 64 |
| Binary | 10010000 | 10001010 | 1111000 | 0 | 100 | 10001 | 101100 | 101101 | 1010 | 110100 |
Color Harmonies of #908A78
Complementary color
Monochromatic Colors of #908A78
Black with #908A78
Text Example
Text Example
White with #908A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908A78; }
p { color: rgb(144,138,120); }
H1.HeaderClassName
{
color: #908A78;
}
.AnyTagClassName
{
color: #908A78;
}
</style>
background-color css
<style>
a { background-color: #908A78; }
a { background-color: rgb(144,138,120); }
div.DivClassName
{
background-color: #908A78;
}
.BgClassName
{
background-color: #908A78;
}
</style>
border-color css
<style>
span { border-color: #908A78; }
span { border-color: rgb(144,138,120); }
td.TdClassName
{
border-color: #908A78;
}
.TagClassName
{
border-color: #908A78;
}
</style>