Shades of Heathered Grey #928B7D
Tints of Heathered Grey #928B7D
RGB
CMYK
RGB Variations
Color information
#928B7D (or 0x928B7D) is known color: Heathered Grey. HEX triplet: 92, 8B and 7D. RGB value is (146,139,125). Sum of RGB (Red+Green+Blue) = 146+139+125=410 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.61% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 146 - color contains mainly: red. Hex color #928B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928B7D is #6D7482. Grayscale: #8B8B8B. Windows color (decimal): -7173251 or 8227730. OLE color: 8227730.
HSL color Cylindrical-coordinate representation of color #928B7D: hue angle of 40º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #928B7D is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 139 | 125 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.43 |
| HSL | 40º | 0.09% | 0.53% | - |
| HSV(B) | 40º | 0.14% | 0.57% | - |
| XYZ | 24.79 | 26.06 | 23.13 | - |
| YUV | 139.5 | 119.82 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 139 | 125 | 0 | 0.05 | 0.14 | 0.43 | 40 | 0.09 | 0.53 |
| Hex | 92 | 8B | 7D | 0 | 5 | E | 2B | 28 | 9 | 35 |
| Octal | 222 | 213 | 175 | 0 | 5 | 16 | 53 | 50 | 11 | 65 |
| Binary | 10010010 | 10001011 | 1111101 | 0 | 101 | 1110 | 101011 | 101000 | 1001 | 110101 |
Color Harmonies of #928B7D
Complementary color
Monochromatic Colors of #928B7D
Black with #928B7D
Text Example
Text Example
White with #928B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928B7D; }
p { color: rgb(146,139,125); }
H1.HeaderClassName
{
color: #928B7D;
}
.AnyTagClassName
{
color: #928B7D;
}
</style>
background-color css
<style>
a { background-color: #928B7D; }
a { background-color: rgb(146,139,125); }
div.DivClassName
{
background-color: #928B7D;
}
.BgClassName
{
background-color: #928B7D;
}
</style>
border-color css
<style>
span { border-color: #928B7D; }
span { border-color: rgb(146,139,125); }
td.TdClassName
{
border-color: #928B7D;
}
.TagClassName
{
border-color: #928B7D;
}
</style>