Shades of Heathered Grey #90897B
Tints of Heathered Grey #90897B
RGB
CMYK
RGB Variations
Color information
#90897B (or 0x90897B) is known color: Heathered Grey. HEX triplet: 90, 89 and 7B. RGB value is (144,137,123). Sum of RGB (Red+Green+Blue) = 144+137+123=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 144 - color contains mainly: red. Hex color #90897B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90897B is #6F7684. Grayscale: #898989. Windows color (decimal): -7304837 or 8096144. OLE color: 8096144.
HSL color Cylindrical-coordinate representation of color #90897B: hue angle of 40º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #90897B is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 137 | 123 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.44 |
| HSL | 40º | 0.09% | 0.52% | - |
| HSV(B) | 40º | 0.15% | 0.56% | - |
| XYZ | 24.02 | 25.25 | 22.35 | - |
| YUV | 137.5 | 119.82 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 137 | 123 | 0 | 0.05 | 0.15 | 0.44 | 40 | 0.09 | 0.52 |
| Hex | 90 | 89 | 7B | 0 | 5 | F | 2C | 28 | 9 | 34 |
| Octal | 220 | 211 | 173 | 0 | 5 | 17 | 54 | 50 | 11 | 64 |
| Binary | 10010000 | 10001001 | 1111011 | 0 | 101 | 1111 | 101100 | 101000 | 1001 | 110100 |
Color Harmonies of #90897B
Complementary color
Monochromatic Colors of #90897B
Black with #90897B
Text Example
Text Example
White with #90897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90897B; }
p { color: rgb(144,137,123); }
H1.HeaderClassName
{
color: #90897B;
}
.AnyTagClassName
{
color: #90897B;
}
</style>
background-color css
<style>
a { background-color: #90897B; }
a { background-color: rgb(144,137,123); }
div.DivClassName
{
background-color: #90897B;
}
.BgClassName
{
background-color: #90897B;
}
</style>
border-color css
<style>
span { border-color: #90897B; }
span { border-color: rgb(144,137,123); }
td.TdClassName
{
border-color: #90897B;
}
.TagClassName
{
border-color: #90897B;
}
</style>