Shades of Heathered Grey #928D85
Tints of Heathered Grey #928D85
RGB
CMYK
RGB Variations
Color information
#928D85 (or 0x928D85) is known color: Heathered Grey. HEX triplet: 92, 8D and 85. RGB value is (146,141,133). Sum of RGB (Red+Green+Blue) = 146+141+133=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 146 - color contains mainly: red. Hex color #928D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928D85 is #6D727A. Grayscale: #8D8D8D. Windows color (decimal): -7172731 or 8752530. OLE color: 8752530.
HSL color Cylindrical-coordinate representation of color #928D85: hue angle of 36.92º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #928D85 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 141 | 133 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.43 |
| HSL | 36.92º | 0.06% | 0.55% | - |
| HSV(B) | 36.92º | 0.09% | 0.57% | - |
| XYZ | 25.61 | 26.85 | 26.02 | - |
| YUV | 141.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 133 | 0 | 0.03 | 0.09 | 0.43 | 36.92 | 0.06 | 0.55 |
| Hex | 92 | 8D | 85 | 0 | 3 | 9 | 2B | 25 | 6 | 37 |
| Octal | 222 | 215 | 205 | 0 | 3 | 11 | 53 | 45 | 6 | 67 |
| Binary | 10010010 | 10001101 | 10000101 | 0 | 11 | 1001 | 101011 | 100101 | 110 | 110111 |
Color Harmonies of #928D85
Complementary color
Monochromatic Colors of #928D85
Black with #928D85
Text Example
Text Example
White with #928D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928D85; }
p { color: rgb(146,141,133); }
H1.HeaderClassName
{
color: #928D85;
}
.AnyTagClassName
{
color: #928D85;
}
</style>
background-color css
<style>
a { background-color: #928D85; }
a { background-color: rgb(146,141,133); }
div.DivClassName
{
background-color: #928D85;
}
.BgClassName
{
background-color: #928D85;
}
</style>
border-color css
<style>
span { border-color: #928D85; }
span { border-color: rgb(146,141,133); }
td.TdClassName
{
border-color: #928D85;
}
.TagClassName
{
border-color: #928D85;
}
</style>