Shades of Heathered Grey #938C7E
Tints of Heathered Grey #938C7E
RGB
CMYK
RGB Variations
Color information
#938C7E (or 0x938C7E) is known color: Heathered Grey. HEX triplet: 93, 8C and 7E. RGB value is (147,140,126). Sum of RGB (Red+Green+Blue) = 147+140+126=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 147 - color contains mainly: red. Hex color #938C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938C7E is #6C7381. Grayscale: #8C8C8C. Windows color (decimal): -7107458 or 8293523. OLE color: 8293523.
HSL color Cylindrical-coordinate representation of color #938C7E: hue angle of 40º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #938C7E is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 140 | 126 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.42 |
| HSL | 40º | 0.09% | 0.54% | - |
| HSV(B) | 40º | 0.14% | 0.58% | - |
| XYZ | 25.18 | 26.47 | 23.52 | - |
| YUV | 140.5 | 119.82 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 140 | 126 | 0 | 0.05 | 0.14 | 0.42 | 40 | 0.09 | 0.54 |
| Hex | 93 | 8C | 7E | 0 | 5 | E | 2A | 28 | 9 | 36 |
| Octal | 223 | 214 | 176 | 0 | 5 | 16 | 52 | 50 | 11 | 66 |
| Binary | 10010011 | 10001100 | 1111110 | 0 | 101 | 1110 | 101010 | 101000 | 1001 | 110110 |
Color Harmonies of #938C7E
Complementary color
Monochromatic Colors of #938C7E
Black with #938C7E
Text Example
Text Example
White with #938C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938C7E; }
p { color: rgb(147,140,126); }
H1.HeaderClassName
{
color: #938C7E;
}
.AnyTagClassName
{
color: #938C7E;
}
</style>
background-color css
<style>
a { background-color: #938C7E; }
a { background-color: rgb(147,140,126); }
div.DivClassName
{
background-color: #938C7E;
}
.BgClassName
{
background-color: #938C7E;
}
</style>
border-color css
<style>
span { border-color: #938C7E; }
span { border-color: rgb(147,140,126); }
td.TdClassName
{
border-color: #938C7E;
}
.TagClassName
{
border-color: #938C7E;
}
</style>