Shades of Heathered Grey #928B7B
Tints of Heathered Grey #928B7B
RGB
CMYK
RGB Variations
Color information
#928B7B (or 0x928B7B) is known color: Heathered Grey. HEX triplet: 92, 8B and 7B. RGB value is (146,139,123). Sum of RGB (Red+Green+Blue) = 146+139+123=408 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.78% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 146 - color contains mainly: red. Hex color #928B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928B7B is #6D7484. Grayscale: #8B8B8B. Windows color (decimal): -7173253 or 8096658. OLE color: 8096658.
HSL color Cylindrical-coordinate representation of color #928B7B: hue angle of 41.74º 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 #928B7B is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 139 | 123 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.43 |
| HSL | 41.74º | 0.1% | 0.53% | - |
| HSV(B) | 41.74º | 0.16% | 0.57% | - |
| XYZ | 24.66 | 26.01 | 22.46 | - |
| YUV | 139.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 139 | 123 | 0 | 0.05 | 0.16 | 0.43 | 41.74 | 0.1 | 0.53 |
| Hex | 92 | 8B | 7B | 0 | 5 | 10 | 2B | 2A | A | 35 |
| Octal | 222 | 213 | 173 | 0 | 5 | 20 | 53 | 52 | 12 | 65 |
| Binary | 10010010 | 10001011 | 1111011 | 0 | 101 | 10000 | 101011 | 101010 | 1010 | 110101 |
Color Harmonies of #928B7B
Complementary color
Monochromatic Colors of #928B7B
Black with #928B7B
Text Example
Text Example
White with #928B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928B7B; }
p { color: rgb(146,139,123); }
H1.HeaderClassName
{
color: #928B7B;
}
.AnyTagClassName
{
color: #928B7B;
}
</style>
background-color css
<style>
a { background-color: #928B7B; }
a { background-color: rgb(146,139,123); }
div.DivClassName
{
background-color: #928B7B;
}
.BgClassName
{
background-color: #928B7B;
}
</style>
border-color css
<style>
span { border-color: #928B7B; }
span { border-color: rgb(146,139,123); }
td.TdClassName
{
border-color: #928B7B;
}
.TagClassName
{
border-color: #928B7B;
}
</style>