Shades of Heathered Grey #928C85
Tints of Heathered Grey #928C85
RGB
CMYK
RGB Variations
Color information
#928C85 (or 0x928C85) is known color: Heathered Grey. HEX triplet: 92, 8C and 85. RGB value is (146,140,133). Sum of RGB (Red+Green+Blue) = 146+140+133=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 146 - color contains mainly: red. Hex color #928C85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928C85 is #6D737A. Grayscale: #8D8D8D. Windows color (decimal): -7172987 or 8752274. OLE color: 8752274.
HSL color Cylindrical-coordinate representation of color #928C85: hue angle of 32.31º 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 #928C85 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 140 | 133 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.43 |
| HSL | 32.31º | 0.06% | 0.55% | - |
| HSV(B) | 32.31º | 0.09% | 0.57% | - |
| XYZ | 25.47 | 26.56 | 25.97 | - |
| YUV | 141 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 140 | 133 | 0 | 0.04 | 0.09 | 0.43 | 32.31 | 0.06 | 0.55 |
| Hex | 92 | 8C | 85 | 0 | 4 | 9 | 2B | 20 | 6 | 37 |
| Octal | 222 | 214 | 205 | 0 | 4 | 11 | 53 | 40 | 6 | 67 |
| Binary | 10010010 | 10001100 | 10000101 | 0 | 100 | 1001 | 101011 | 100000 | 110 | 110111 |
Color Harmonies of #928C85
Complementary color
Monochromatic Colors of #928C85
Black with #928C85
Text Example
Text Example
White with #928C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928C85; }
p { color: rgb(146,140,133); }
H1.HeaderClassName
{
color: #928C85;
}
.AnyTagClassName
{
color: #928C85;
}
</style>
background-color css
<style>
a { background-color: #928C85; }
a { background-color: rgb(146,140,133); }
div.DivClassName
{
background-color: #928C85;
}
.BgClassName
{
background-color: #928C85;
}
</style>
border-color css
<style>
span { border-color: #928C85; }
span { border-color: rgb(146,140,133); }
td.TdClassName
{
border-color: #928C85;
}
.TagClassName
{
border-color: #928C85;
}
</style>