Shades of Heathered Grey #918A76
Tints of Heathered Grey #918A76
RGB
CMYK
RGB Variations
Color information
#918A76 (or 0x918A76) is known color: Heathered Grey. HEX triplet: 91, 8A and 76. RGB value is (145,138,118). Sum of RGB (Red+Green+Blue) = 145+138+118=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 145 - color contains mainly: red. Hex color #918A76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A76 is #6E7589. Grayscale: #898989. Windows color (decimal): -7239050 or 7768721. OLE color: 7768721.
HSL color Cylindrical-coordinate representation of color #918A76: hue angle of 44.44º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #918A76 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 138 | 118 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.43 |
| HSL | 44.44º | 0.11% | 0.52% | - |
| HSV(B) | 44.44º | 0.19% | 0.57% | - |
| XYZ | 24.04 | 25.5 | 20.8 | - |
| YUV | 137.81 | 116.82 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 118 | 0 | 0.05 | 0.19 | 0.43 | 44.44 | 0.11 | 0.52 |
| Hex | 91 | 8A | 76 | 0 | 5 | 13 | 2B | 2C | B | 34 |
| Octal | 221 | 212 | 166 | 0 | 5 | 23 | 53 | 54 | 13 | 64 |
| Binary | 10010001 | 10001010 | 1110110 | 0 | 101 | 10011 | 101011 | 101100 | 1011 | 110100 |
Color Harmonies of #918A76
Complementary color
Monochromatic Colors of #918A76
Black with #918A76
Text Example
Text Example
White with #918A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918A76; }
p { color: rgb(145,138,118); }
H1.HeaderClassName
{
color: #918A76;
}
.AnyTagClassName
{
color: #918A76;
}
</style>
background-color css
<style>
a { background-color: #918A76; }
a { background-color: rgb(145,138,118); }
div.DivClassName
{
background-color: #918A76;
}
.BgClassName
{
background-color: #918A76;
}
</style>
border-color css
<style>
span { border-color: #918A76; }
span { border-color: rgb(145,138,118); }
td.TdClassName
{
border-color: #918A76;
}
.TagClassName
{
border-color: #918A76;
}
</style>