Shades of Heathered Grey #918B78
Tints of Heathered Grey #918B78
RGB
CMYK
RGB Variations
Color information
#918B78 (or 0x918B78) is known color: Heathered Grey. HEX triplet: 91, 8B and 78. RGB value is (145,139,120). Sum of RGB (Red+Green+Blue) = 145+139+120=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 145 - color contains mainly: red. Hex color #918B78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B78 is #6E7487. Grayscale: #8A8A8A. Windows color (decimal): -7238792 or 7900049. OLE color: 7900049.
HSL color Cylindrical-coordinate representation of color #918B78: hue angle of 45.6º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #918B78 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 139 | 120 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.43 |
| HSL | 45.6º | 0.1% | 0.52% | - |
| HSV(B) | 45.6º | 0.17% | 0.57% | - |
| XYZ | 24.3 | 25.84 | 21.48 | - |
| YUV | 138.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 139 | 120 | 0 | 0.04 | 0.17 | 0.43 | 45.6 | 0.1 | 0.52 |
| Hex | 91 | 8B | 78 | 0 | 4 | 11 | 2B | 2E | A | 34 |
| Octal | 221 | 213 | 170 | 0 | 4 | 21 | 53 | 56 | 12 | 64 |
| Binary | 10010001 | 10001011 | 1111000 | 0 | 100 | 10001 | 101011 | 101110 | 1010 | 110100 |
Color Harmonies of #918B78
Complementary color
Monochromatic Colors of #918B78
Black with #918B78
Text Example
Text Example
White with #918B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918B78; }
p { color: rgb(145,139,120); }
H1.HeaderClassName
{
color: #918B78;
}
.AnyTagClassName
{
color: #918B78;
}
</style>
background-color css
<style>
a { background-color: #918B78; }
a { background-color: rgb(145,139,120); }
div.DivClassName
{
background-color: #918B78;
}
.BgClassName
{
background-color: #918B78;
}
</style>
border-color css
<style>
span { border-color: #918B78; }
span { border-color: rgb(145,139,120); }
td.TdClassName
{
border-color: #918B78;
}
.TagClassName
{
border-color: #918B78;
}
</style>