Shades of Heathered Grey #928C7A
Tints of Heathered Grey #928C7A
RGB
CMYK
RGB Variations
Color information
#928C7A (or 0x928C7A) is known color: Heathered Grey. HEX triplet: 92, 8C and 7A. RGB value is (146,140,122). Sum of RGB (Red+Green+Blue) = 146+140+122=408 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.78% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 146 - color contains mainly: red. Hex color #928C7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928C7A is #6D7385. Grayscale: #8B8B8B. Windows color (decimal): -7172998 or 8031378. OLE color: 8031378.
HSL color Cylindrical-coordinate representation of color #928C7A: hue angle of 45º 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 #928C7A is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 140 | 122 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.43 |
| HSL | 45º | 0.1% | 0.53% | - |
| HSV(B) | 45º | 0.16% | 0.57% | - |
| XYZ | 24.75 | 26.27 | 22.18 | - |
| YUV | 139.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 140 | 122 | 0 | 0.04 | 0.16 | 0.43 | 45 | 0.1 | 0.53 |
| Hex | 92 | 8C | 7A | 0 | 4 | 10 | 2B | 2D | A | 35 |
| Octal | 222 | 214 | 172 | 0 | 4 | 20 | 53 | 55 | 12 | 65 |
| Binary | 10010010 | 10001100 | 1111010 | 0 | 100 | 10000 | 101011 | 101101 | 1010 | 110101 |
Color Harmonies of #928C7A
Complementary color
Monochromatic Colors of #928C7A
Black with #928C7A
Text Example
Text Example
White with #928C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928C7A; }
p { color: rgb(146,140,122); }
H1.HeaderClassName
{
color: #928C7A;
}
.AnyTagClassName
{
color: #928C7A;
}
</style>
background-color css
<style>
a { background-color: #928C7A; }
a { background-color: rgb(146,140,122); }
div.DivClassName
{
background-color: #928C7A;
}
.BgClassName
{
background-color: #928C7A;
}
</style>
border-color css
<style>
span { border-color: #928C7A; }
span { border-color: rgb(146,140,122); }
td.TdClassName
{
border-color: #928C7A;
}
.TagClassName
{
border-color: #928C7A;
}
</style>