Shades of Heathered Grey #93897A
Tints of Heathered Grey #93897A
RGB
CMYK
RGB Variations
Color information
#93897A (or 0x93897A) is known color: Heathered Grey. HEX triplet: 93, 89 and 7A. RGB value is (147,137,122). Sum of RGB (Red+Green+Blue) = 147+137+122=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 147 - color contains mainly: red. Hex color #93897A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93897A is #6C7685. Grayscale: #8A8A8A. Windows color (decimal): -7108230 or 8030611. OLE color: 8030611.
HSL color Cylindrical-coordinate representation of color #93897A: hue angle of 36º 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 #93897A is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 137 | 122 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.42 |
| HSL | 36º | 0.1% | 0.53% | - |
| HSV(B) | 36º | 0.17% | 0.58% | - |
| XYZ | 24.49 | 25.5 | 22.04 | - |
| YUV | 138.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 137 | 122 | 0 | 0.07 | 0.17 | 0.42 | 36 | 0.1 | 0.53 |
| Hex | 93 | 89 | 7A | 0 | 7 | 11 | 2A | 24 | A | 35 |
| Octal | 223 | 211 | 172 | 0 | 7 | 21 | 52 | 44 | 12 | 65 |
| Binary | 10010011 | 10001001 | 1111010 | 0 | 111 | 10001 | 101010 | 100100 | 1010 | 110101 |
Color Harmonies of #93897A
Complementary color
Monochromatic Colors of #93897A
Black with #93897A
Text Example
Text Example
White with #93897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93897A; }
p { color: rgb(147,137,122); }
H1.HeaderClassName
{
color: #93897A;
}
.AnyTagClassName
{
color: #93897A;
}
</style>
background-color css
<style>
a { background-color: #93897A; }
a { background-color: rgb(147,137,122); }
div.DivClassName
{
background-color: #93897A;
}
.BgClassName
{
background-color: #93897A;
}
</style>
border-color css
<style>
span { border-color: #93897A; }
span { border-color: rgb(147,137,122); }
td.TdClassName
{
border-color: #93897A;
}
.TagClassName
{
border-color: #93897A;
}
</style>