Shades of Heathered Grey #908A82
Tints of Heathered Grey #908A82
RGB
CMYK
RGB Variations
Color information
#908A82 (or 0x908A82) is known color: Heathered Grey. HEX triplet: 90, 8A and 82. RGB value is (144,138,130). Sum of RGB (Red+Green+Blue) = 144+138+130=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 144 - color contains mainly: red. Hex color #908A82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908A82 is #6F757D. Grayscale: #8A8A8A. Windows color (decimal): -7304574 or 8555152. OLE color: 8555152.
HSL color Cylindrical-coordinate representation of color #908A82: hue angle of 34.29º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #908A82 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 138 | 130 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.44 |
| HSL | 34.29º | 0.06% | 0.54% | - |
| HSV(B) | 34.29º | 0.1% | 0.56% | - |
| XYZ | 24.62 | 25.72 | 24.79 | - |
| YUV | 138.88 | 122.99 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 130 | 0 | 0.04 | 0.10 | 0.44 | 34.29 | 0.06 | 0.54 |
| Hex | 90 | 8A | 82 | 0 | 4 | A | 2C | 22 | 6 | 36 |
| Octal | 220 | 212 | 202 | 0 | 4 | 12 | 54 | 42 | 6 | 66 |
| Binary | 10010000 | 10001010 | 10000010 | 0 | 100 | 1010 | 101100 | 100010 | 110 | 110110 |
Color Harmonies of #908A82
Complementary color
Monochromatic Colors of #908A82
Black with #908A82
Text Example
Text Example
White with #908A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908A82; }
p { color: rgb(144,138,130); }
H1.HeaderClassName
{
color: #908A82;
}
.AnyTagClassName
{
color: #908A82;
}
</style>
background-color css
<style>
a { background-color: #908A82; }
a { background-color: rgb(144,138,130); }
div.DivClassName
{
background-color: #908A82;
}
.BgClassName
{
background-color: #908A82;
}
</style>
border-color css
<style>
span { border-color: #908A82; }
span { border-color: rgb(144,138,130); }
td.TdClassName
{
border-color: #908A82;
}
.TagClassName
{
border-color: #908A82;
}
</style>