Shades of Heathered Grey #938B7A
Tints of Heathered Grey #938B7A
RGB
CMYK
RGB Variations
Color information
#938B7A (or 0x938B7A) is known color: Heathered Grey. HEX triplet: 93, 8B and 7A. RGB value is (147,139,122). Sum of RGB (Red+Green+Blue) = 147+139+122=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 147 - color contains mainly: red. Hex color #938B7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938B7A is #6C7485. Grayscale: #8B8B8B. Windows color (decimal): -7107718 or 8031123. OLE color: 8031123.
HSL color Cylindrical-coordinate representation of color #938B7A: hue angle of 40.8º 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 #938B7A is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 139 | 122 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.42 |
| HSL | 40.8º | 0.1% | 0.53% | - |
| HSV(B) | 40.8º | 0.17% | 0.58% | - |
| XYZ | 24.78 | 26.07 | 22.14 | - |
| YUV | 139.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 139 | 122 | 0 | 0.05 | 0.17 | 0.42 | 40.8 | 0.1 | 0.53 |
| Hex | 93 | 8B | 7A | 0 | 5 | 11 | 2A | 29 | A | 35 |
| Octal | 223 | 213 | 172 | 0 | 5 | 21 | 52 | 51 | 12 | 65 |
| Binary | 10010011 | 10001011 | 1111010 | 0 | 101 | 10001 | 101010 | 101001 | 1010 | 110101 |
Color Harmonies of #938B7A
Complementary color
Monochromatic Colors of #938B7A
Black with #938B7A
Text Example
Text Example
White with #938B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938B7A; }
p { color: rgb(147,139,122); }
H1.HeaderClassName
{
color: #938B7A;
}
.AnyTagClassName
{
color: #938B7A;
}
</style>
background-color css
<style>
a { background-color: #938B7A; }
a { background-color: rgb(147,139,122); }
div.DivClassName
{
background-color: #938B7A;
}
.BgClassName
{
background-color: #938B7A;
}
</style>
border-color css
<style>
span { border-color: #938B7A; }
span { border-color: rgb(147,139,122); }
td.TdClassName
{
border-color: #938B7A;
}
.TagClassName
{
border-color: #938B7A;
}
</style>