Shades of Heathered Grey #93897B
Tints of Heathered Grey #93897B
RGB
CMYK
RGB Variations
Color information
#93897B (or 0x93897B) is known color: Heathered Grey. HEX triplet: 93, 89 and 7B. RGB value is (147,137,123). Sum of RGB (Red+Green+Blue) = 147+137+123=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 147 - color contains mainly: red. Hex color #93897B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93897B is #6C7684. Grayscale: #8A8A8A. Windows color (decimal): -7108229 or 8096147. OLE color: 8096147.
HSL color Cylindrical-coordinate representation of color #93897B: hue angle of 35º 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 #93897B is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 137 | 123 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.42 |
| HSL | 35º | 0.1% | 0.53% | - |
| HSV(B) | 35º | 0.16% | 0.58% | - |
| XYZ | 24.55 | 25.52 | 22.37 | - |
| YUV | 138.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 137 | 123 | 0 | 0.07 | 0.16 | 0.42 | 35 | 0.1 | 0.53 |
| Hex | 93 | 89 | 7B | 0 | 7 | 10 | 2A | 23 | A | 35 |
| Octal | 223 | 211 | 173 | 0 | 7 | 20 | 52 | 43 | 12 | 65 |
| Binary | 10010011 | 10001001 | 1111011 | 0 | 111 | 10000 | 101010 | 100011 | 1010 | 110101 |
Color Harmonies of #93897B
Complementary color
Monochromatic Colors of #93897B
Black with #93897B
Text Example
Text Example
White with #93897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93897B; }
p { color: rgb(147,137,123); }
H1.HeaderClassName
{
color: #93897B;
}
.AnyTagClassName
{
color: #93897B;
}
</style>
background-color css
<style>
a { background-color: #93897B; }
a { background-color: rgb(147,137,123); }
div.DivClassName
{
background-color: #93897B;
}
.BgClassName
{
background-color: #93897B;
}
</style>
border-color css
<style>
span { border-color: #93897B; }
span { border-color: rgb(147,137,123); }
td.TdClassName
{
border-color: #93897B;
}
.TagClassName
{
border-color: #93897B;
}
</style>