Shades of Heathered Grey #908A80
Tints of Heathered Grey #908A80
RGB
CMYK
RGB Variations
Color information
#908A80 (or 0x908A80) is known color: Heathered Grey. HEX triplet: 90, 8A and 80. RGB value is (144,138,128). Sum of RGB (Red+Green+Blue) = 144+138+128=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 144 - color contains mainly: red. Hex color #908A80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908A80 is #6F757F. Grayscale: #8A8A8A. Windows color (decimal): -7304576 or 8424080. OLE color: 8424080.
HSL color Cylindrical-coordinate representation of color #908A80: hue angle of 37.5º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #908A80 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 138 | 128 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.44 |
| HSL | 37.5º | 0.07% | 0.53% | - |
| HSV(B) | 37.5º | 0.11% | 0.56% | - |
| XYZ | 24.49 | 25.66 | 24.09 | - |
| YUV | 138.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 128 | 0 | 0.04 | 0.11 | 0.44 | 37.5 | 0.07 | 0.53 |
| Hex | 90 | 8A | 80 | 0 | 4 | B | 2C | 26 | 7 | 35 |
| Octal | 220 | 212 | 200 | 0 | 4 | 13 | 54 | 46 | 7 | 65 |
| Binary | 10010000 | 10001010 | 10000000 | 0 | 100 | 1011 | 101100 | 100110 | 111 | 110101 |
Color Harmonies of #908A80
Complementary color
Monochromatic Colors of #908A80
Black with #908A80
Text Example
Text Example
White with #908A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908A80; }
p { color: rgb(144,138,128); }
H1.HeaderClassName
{
color: #908A80;
}
.AnyTagClassName
{
color: #908A80;
}
</style>
background-color css
<style>
a { background-color: #908A80; }
a { background-color: rgb(144,138,128); }
div.DivClassName
{
background-color: #908A80;
}
.BgClassName
{
background-color: #908A80;
}
</style>
border-color css
<style>
span { border-color: #908A80; }
span { border-color: rgb(144,138,128); }
td.TdClassName
{
border-color: #908A80;
}
.TagClassName
{
border-color: #908A80;
}
</style>