Shades of Heathered Grey #938C7C
Tints of Heathered Grey #938C7C
RGB
CMYK
RGB Variations
Color information
#938C7C (or 0x938C7C) is known color: Heathered Grey. HEX triplet: 93, 8C and 7C. RGB value is (147,140,124). Sum of RGB (Red+Green+Blue) = 147+140+124=411 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.77% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 147 - color contains mainly: red. Hex color #938C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938C7C is #6C7383. Grayscale: #8C8C8C. Windows color (decimal): -7107460 or 8162451. OLE color: 8162451.
HSL color Cylindrical-coordinate representation of color #938C7C: hue angle of 41.74º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #938C7C is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 140 | 124 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.42 |
| HSL | 41.74º | 0.1% | 0.53% | - |
| HSV(B) | 41.74º | 0.16% | 0.58% | - |
| XYZ | 25.05 | 26.41 | 22.85 | - |
| YUV | 140.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 140 | 124 | 0 | 0.05 | 0.16 | 0.42 | 41.74 | 0.1 | 0.53 |
| Hex | 93 | 8C | 7C | 0 | 5 | 10 | 2A | 2A | A | 35 |
| Octal | 223 | 214 | 174 | 0 | 5 | 20 | 52 | 52 | 12 | 65 |
| Binary | 10010011 | 10001100 | 1111100 | 0 | 101 | 10000 | 101010 | 101010 | 1010 | 110101 |
Color Harmonies of #938C7C
Complementary color
Monochromatic Colors of #938C7C
Black with #938C7C
Text Example
Text Example
White with #938C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938C7C; }
p { color: rgb(147,140,124); }
H1.HeaderClassName
{
color: #938C7C;
}
.AnyTagClassName
{
color: #938C7C;
}
</style>
background-color css
<style>
a { background-color: #938C7C; }
a { background-color: rgb(147,140,124); }
div.DivClassName
{
background-color: #938C7C;
}
.BgClassName
{
background-color: #938C7C;
}
</style>
border-color css
<style>
span { border-color: #938C7C; }
span { border-color: rgb(147,140,124); }
td.TdClassName
{
border-color: #938C7C;
}
.TagClassName
{
border-color: #938C7C;
}
</style>