Shades of Heathered Grey #908C7D
Tints of Heathered Grey #908C7D
RGB
CMYK
RGB Variations
Color information
#908C7D (or 0x908C7D) is known color: Heathered Grey. HEX triplet: 90, 8C and 7D. RGB value is (144,140,125). Sum of RGB (Red+Green+Blue) = 144+140+125=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 144 - color contains mainly: red. Hex color #908C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908C7D is #6F7382. Grayscale: #8B8B8B. Windows color (decimal): -7304067 or 8227984. OLE color: 8227984.
HSL color Cylindrical-coordinate representation of color #908C7D: hue angle of 47.37º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #908C7D is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 140 | 125 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.44 |
| HSL | 47.37º | 0.08% | 0.53% | - |
| HSV(B) | 47.37º | 0.13% | 0.56% | - |
| XYZ | 24.58 | 26.17 | 23.16 | - |
| YUV | 139.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 125 | 0 | 0.03 | 0.13 | 0.44 | 47.37 | 0.08 | 0.53 |
| Hex | 90 | 8C | 7D | 0 | 3 | D | 2C | 2F | 8 | 35 |
| Octal | 220 | 214 | 175 | 0 | 3 | 15 | 54 | 57 | 10 | 65 |
| Binary | 10010000 | 10001100 | 1111101 | 0 | 11 | 1101 | 101100 | 101111 | 1000 | 110101 |
Color Harmonies of #908C7D
Complementary color
Monochromatic Colors of #908C7D
Black with #908C7D
Text Example
Text Example
White with #908C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908C7D; }
p { color: rgb(144,140,125); }
H1.HeaderClassName
{
color: #908C7D;
}
.AnyTagClassName
{
color: #908C7D;
}
</style>
background-color css
<style>
a { background-color: #908C7D; }
a { background-color: rgb(144,140,125); }
div.DivClassName
{
background-color: #908C7D;
}
.BgClassName
{
background-color: #908C7D;
}
</style>
border-color css
<style>
span { border-color: #908C7D; }
span { border-color: rgb(144,140,125); }
td.TdClassName
{
border-color: #908C7D;
}
.TagClassName
{
border-color: #908C7D;
}
</style>