Shades of Heathered Grey #928977
Tints of Heathered Grey #928977
RGB
CMYK
RGB Variations
Color information
#928977 (or 0x928977) is known color: Heathered Grey. HEX triplet: 92, 89 and 77. RGB value is (146,137,119). Sum of RGB (Red+Green+Blue) = 146+137+119=402 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.32% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 146 - color contains mainly: red. Hex color #928977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928977 is #6D7688. Grayscale: #898989. Windows color (decimal): -7173769 or 7834002. OLE color: 7834002.
HSL color Cylindrical-coordinate representation of color #928977: hue angle of 40º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #928977 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 137 | 119 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.43 |
| HSL | 40º | 0.11% | 0.52% | - |
| HSV(B) | 40º | 0.18% | 0.57% | - |
| XYZ | 24.13 | 25.33 | 21.07 | - |
| YUV | 137.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 137 | 119 | 0 | 0.06 | 0.18 | 0.43 | 40 | 0.11 | 0.52 |
| Hex | 92 | 89 | 77 | 0 | 6 | 12 | 2B | 28 | B | 34 |
| Octal | 222 | 211 | 167 | 0 | 6 | 22 | 53 | 50 | 13 | 64 |
| Binary | 10010010 | 10001001 | 1110111 | 0 | 110 | 10010 | 101011 | 101000 | 1011 | 110100 |
Color Harmonies of #928977
Complementary color
Monochromatic Colors of #928977
Black with #928977
Text Example
Text Example
White with #928977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928977; }
p { color: rgb(146,137,119); }
H1.HeaderClassName
{
color: #928977;
}
.AnyTagClassName
{
color: #928977;
}
</style>
background-color css
<style>
a { background-color: #928977; }
a { background-color: rgb(146,137,119); }
div.DivClassName
{
background-color: #928977;
}
.BgClassName
{
background-color: #928977;
}
</style>
border-color css
<style>
span { border-color: #928977; }
span { border-color: rgb(146,137,119); }
td.TdClassName
{
border-color: #928977;
}
.TagClassName
{
border-color: #928977;
}
</style>