Shades of Heathered Grey #918874
Tints of Heathered Grey #918874
RGB
CMYK
RGB Variations
Color information
#918874 (or 0x918874) is known color: Heathered Grey. HEX triplet: 91, 88 and 74. RGB value is (145,136,116). Sum of RGB (Red+Green+Blue) = 145+136+116=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 145 - color contains mainly: red. Hex color #918874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918874 is #6E778B. Grayscale: #888888. Windows color (decimal): -7239564 or 7637137. OLE color: 7637137.
HSL color Cylindrical-coordinate representation of color #918874: hue angle of 41.38º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #918874 is Cyan = 0, Magento = 0.06, Yellow = 0.2 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 136 | 116 | - |
| CMYK | 0 | 0.06 | 0.2 | 0.43 |
| HSL | 41.38º | 0.12% | 0.51% | - |
| HSV(B) | 41.38º | 0.2% | 0.57% | - |
| XYZ | 23.63 | 24.89 | 20.08 | - |
| YUV | 136.41 | 116.48 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 136 | 116 | 0 | 0.06 | 0.2 | 0.43 | 41.38 | 0.12 | 0.51 |
| Hex | 91 | 88 | 74 | 0 | 6 | 14 | 2B | 29 | C | 33 |
| Octal | 221 | 210 | 164 | 0 | 6 | 24 | 53 | 51 | 14 | 63 |
| Binary | 10010001 | 10001000 | 1110100 | 0 | 110 | 10100 | 101011 | 101001 | 1100 | 110011 |
Color Harmonies of #918874
Complementary color
Monochromatic Colors of #918874
Black with #918874
Text Example
Text Example
White with #918874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918874; }
p { color: rgb(145,136,116); }
H1.HeaderClassName
{
color: #918874;
}
.AnyTagClassName
{
color: #918874;
}
</style>
background-color css
<style>
a { background-color: #918874; }
a { background-color: rgb(145,136,116); }
div.DivClassName
{
background-color: #918874;
}
.BgClassName
{
background-color: #918874;
}
</style>
border-color css
<style>
span { border-color: #918874; }
span { border-color: rgb(145,136,116); }
td.TdClassName
{
border-color: #918874;
}
.TagClassName
{
border-color: #918874;
}
</style>