Shades of Heathered Grey #908C7E
Tints of Heathered Grey #908C7E
RGB
CMYK
RGB Variations
Color information
#908C7E (or 0x908C7E) is known color: Heathered Grey. HEX triplet: 90, 8C and 7E. RGB value is (144,140,126). Sum of RGB (Red+Green+Blue) = 144+140+126=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 144 - color contains mainly: red. Hex color #908C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908C7E is #6F7381. Grayscale: #8B8B8B. Windows color (decimal): -7304066 or 8293520. OLE color: 8293520.
HSL color Cylindrical-coordinate representation of color #908C7E: hue angle of 46.67º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #908C7E is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 140 | 126 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.44 |
| HSL | 46.67º | 0.08% | 0.53% | - |
| HSV(B) | 46.67º | 0.13% | 0.56% | - |
| XYZ | 24.65 | 26.19 | 23.5 | - |
| YUV | 139.6 | 120.33 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 126 | 0 | 0.03 | 0.12 | 0.44 | 46.67 | 0.08 | 0.53 |
| Hex | 90 | 8C | 7E | 0 | 3 | C | 2C | 2F | 8 | 35 |
| Octal | 220 | 214 | 176 | 0 | 3 | 14 | 54 | 57 | 10 | 65 |
| Binary | 10010000 | 10001100 | 1111110 | 0 | 11 | 1100 | 101100 | 101111 | 1000 | 110101 |
Color Harmonies of #908C7E
Complementary color
Monochromatic Colors of #908C7E
Black with #908C7E
Text Example
Text Example
White with #908C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908C7E; }
p { color: rgb(144,140,126); }
H1.HeaderClassName
{
color: #908C7E;
}
.AnyTagClassName
{
color: #908C7E;
}
</style>
background-color css
<style>
a { background-color: #908C7E; }
a { background-color: rgb(144,140,126); }
div.DivClassName
{
background-color: #908C7E;
}
.BgClassName
{
background-color: #908C7E;
}
</style>
border-color css
<style>
span { border-color: #908C7E; }
span { border-color: rgb(144,140,126); }
td.TdClassName
{
border-color: #908C7E;
}
.TagClassName
{
border-color: #908C7E;
}
</style>