Shades of Heathered Grey #92897A
Tints of Heathered Grey #92897A
RGB
CMYK
RGB Variations
Color information
#92897A (or 0x92897A) is known color: Heathered Grey. HEX triplet: 92, 89 and 7A. RGB value is (146,137,122). Sum of RGB (Red+Green+Blue) = 146+137+122=405 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.05% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 146 - color contains mainly: red. Hex color #92897A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92897A is #6D7685. Grayscale: #8A8A8A. Windows color (decimal): -7173766 or 8030610. OLE color: 8030610.
HSL color Cylindrical-coordinate representation of color #92897A: hue angle of 37.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #92897A is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 137 | 122 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.43 |
| HSL | 37.5º | 0.1% | 0.53% | - |
| HSV(B) | 37.5º | 0.16% | 0.57% | - |
| XYZ | 24.31 | 25.41 | 22.04 | - |
| YUV | 137.98 | 118.98 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 137 | 122 | 0 | 0.06 | 0.16 | 0.43 | 37.5 | 0.1 | 0.53 |
| Hex | 92 | 89 | 7A | 0 | 6 | 10 | 2B | 26 | A | 35 |
| Octal | 222 | 211 | 172 | 0 | 6 | 20 | 53 | 46 | 12 | 65 |
| Binary | 10010010 | 10001001 | 1111010 | 0 | 110 | 10000 | 101011 | 100110 | 1010 | 110101 |
Color Harmonies of #92897A
Complementary color
Monochromatic Colors of #92897A
Black with #92897A
Text Example
Text Example
White with #92897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92897A; }
p { color: rgb(146,137,122); }
H1.HeaderClassName
{
color: #92897A;
}
.AnyTagClassName
{
color: #92897A;
}
</style>
background-color css
<style>
a { background-color: #92897A; }
a { background-color: rgb(146,137,122); }
div.DivClassName
{
background-color: #92897A;
}
.BgClassName
{
background-color: #92897A;
}
</style>
border-color css
<style>
span { border-color: #92897A; }
span { border-color: rgb(146,137,122); }
td.TdClassName
{
border-color: #92897A;
}
.TagClassName
{
border-color: #92897A;
}
</style>