Shades of Heathered Grey #90897A
Tints of Heathered Grey #90897A
RGB
CMYK
RGB Variations
Color information
#90897A (or 0x90897A) is known color: Heathered Grey. HEX triplet: 90, 89 and 7A. RGB value is (144,137,122). Sum of RGB (Red+Green+Blue) = 144+137+122=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 144 - color contains mainly: red. Hex color #90897A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90897A is #6F7685. Grayscale: #898989. Windows color (decimal): -7304838 or 8030608. OLE color: 8030608.
HSL color Cylindrical-coordinate representation of color #90897A: hue angle of 40.91º 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 #90897A is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 137 | 122 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.44 |
| HSL | 40.91º | 0.09% | 0.52% | - |
| HSV(B) | 40.91º | 0.15% | 0.56% | - |
| XYZ | 23.96 | 25.23 | 22.02 | - |
| YUV | 137.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 137 | 122 | 0 | 0.05 | 0.15 | 0.44 | 40.91 | 0.09 | 0.52 |
| Hex | 90 | 89 | 7A | 0 | 5 | F | 2C | 29 | 9 | 34 |
| Octal | 220 | 211 | 172 | 0 | 5 | 17 | 54 | 51 | 11 | 64 |
| Binary | 10010000 | 10001001 | 1111010 | 0 | 101 | 1111 | 101100 | 101001 | 1001 | 110100 |
Color Harmonies of #90897A
Complementary color
Monochromatic Colors of #90897A
Black with #90897A
Text Example
Text Example
White with #90897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90897A; }
p { color: rgb(144,137,122); }
H1.HeaderClassName
{
color: #90897A;
}
.AnyTagClassName
{
color: #90897A;
}
</style>
background-color css
<style>
a { background-color: #90897A; }
a { background-color: rgb(144,137,122); }
div.DivClassName
{
background-color: #90897A;
}
.BgClassName
{
background-color: #90897A;
}
</style>
border-color css
<style>
span { border-color: #90897A; }
span { border-color: rgb(144,137,122); }
td.TdClassName
{
border-color: #90897A;
}
.TagClassName
{
border-color: #90897A;
}
</style>