Shades of Heathered Grey #938C7A
Tints of Heathered Grey #938C7A
RGB
CMYK
RGB Variations
Color information
#938C7A (or 0x938C7A) is known color: Heathered Grey. HEX triplet: 93, 8C and 7A. RGB value is (147,140,122). Sum of RGB (Red+Green+Blue) = 147+140+122=409 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.94% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 147 - color contains mainly: red. Hex color #938C7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938C7A is #6C7385. Grayscale: #8C8C8C. Windows color (decimal): -7107462 or 8031379. OLE color: 8031379.
HSL color Cylindrical-coordinate representation of color #938C7A: hue angle of 43.2º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #938C7A is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 140 | 122 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.42 |
| HSL | 43.2º | 0.1% | 0.53% | - |
| HSV(B) | 43.2º | 0.17% | 0.58% | - |
| XYZ | 24.92 | 26.36 | 22.19 | - |
| YUV | 140.04 | 117.82 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 140 | 122 | 0 | 0.05 | 0.17 | 0.42 | 43.2 | 0.1 | 0.53 |
| Hex | 93 | 8C | 7A | 0 | 5 | 11 | 2A | 2B | A | 35 |
| Octal | 223 | 214 | 172 | 0 | 5 | 21 | 52 | 53 | 12 | 65 |
| Binary | 10010011 | 10001100 | 1111010 | 0 | 101 | 10001 | 101010 | 101011 | 1010 | 110101 |
Color Harmonies of #938C7A
Complementary color
Monochromatic Colors of #938C7A
Black with #938C7A
Text Example
Text Example
White with #938C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938C7A; }
p { color: rgb(147,140,122); }
H1.HeaderClassName
{
color: #938C7A;
}
.AnyTagClassName
{
color: #938C7A;
}
</style>
background-color css
<style>
a { background-color: #938C7A; }
a { background-color: rgb(147,140,122); }
div.DivClassName
{
background-color: #938C7A;
}
.BgClassName
{
background-color: #938C7A;
}
</style>
border-color css
<style>
span { border-color: #938C7A; }
span { border-color: rgb(147,140,122); }
td.TdClassName
{
border-color: #938C7A;
}
.TagClassName
{
border-color: #938C7A;
}
</style>