Shades of Heathered Grey #91897D
Tints of Heathered Grey #91897D
RGB
CMYK
RGB Variations
Color information
#91897D (or 0x91897D) is known color: Heathered Grey. HEX triplet: 91, 89 and 7D. RGB value is (145,137,125). Sum of RGB (Red+Green+Blue) = 145+137+125=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 145 - color contains mainly: red. Hex color #91897D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91897D is #6E7682. Grayscale: #8A8A8A. Windows color (decimal): -7239299 or 8227217. OLE color: 8227217.
HSL color Cylindrical-coordinate representation of color #91897D: hue angle of 36º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #91897D is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 137 | 125 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.43 |
| HSL | 36º | 0.08% | 0.53% | - |
| HSV(B) | 36º | 0.14% | 0.57% | - |
| XYZ | 24.32 | 25.39 | 23.02 | - |
| YUV | 138.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 137 | 125 | 0 | 0.06 | 0.14 | 0.43 | 36 | 0.08 | 0.53 |
| Hex | 91 | 89 | 7D | 0 | 6 | E | 2B | 24 | 8 | 35 |
| Octal | 221 | 211 | 175 | 0 | 6 | 16 | 53 | 44 | 10 | 65 |
| Binary | 10010001 | 10001001 | 1111101 | 0 | 110 | 1110 | 101011 | 100100 | 1000 | 110101 |
Color Harmonies of #91897D
Complementary color
Monochromatic Colors of #91897D
Black with #91897D
Text Example
Text Example
White with #91897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91897D; }
p { color: rgb(145,137,125); }
H1.HeaderClassName
{
color: #91897D;
}
.AnyTagClassName
{
color: #91897D;
}
</style>
background-color css
<style>
a { background-color: #91897D; }
a { background-color: rgb(145,137,125); }
div.DivClassName
{
background-color: #91897D;
}
.BgClassName
{
background-color: #91897D;
}
</style>
border-color css
<style>
span { border-color: #91897D; }
span { border-color: rgb(145,137,125); }
td.TdClassName
{
border-color: #91897D;
}
.TagClassName
{
border-color: #91897D;
}
</style>