Shades of Heathered Grey #99907E
Tints of Heathered Grey #99907E
RGB
CMYK
RGB Variations
Color information
#99907E (or 0x99907E) is known color: Heathered Grey. HEX triplet: 99, 90 and 7E. RGB value is (153,144,126). Sum of RGB (Red+Green+Blue) = 153+144+126=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 153 - color contains mainly: red. Hex color #99907E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99907E is #666F81. Grayscale: #909090. Windows color (decimal): -6713218 or 8294553. OLE color: 8294553.
HSL color Cylindrical-coordinate representation of color #99907E: hue angle of 40º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99907E is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 144 | 126 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.4 |
| HSL | 40º | 0.12% | 0.55% | - |
| HSV(B) | 40º | 0.18% | 0.6% | - |
| XYZ | 26.88 | 28.23 | 23.77 | - |
| YUV | 144.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 126 | 0 | 0.06 | 0.18 | 0.4 | 40 | 0.12 | 0.55 |
| Hex | 99 | 90 | 7E | 0 | 6 | 12 | 28 | 28 | C | 37 |
| Octal | 231 | 220 | 176 | 0 | 6 | 22 | 50 | 50 | 14 | 67 |
| Binary | 10011001 | 10010000 | 1111110 | 0 | 110 | 10010 | 101000 | 101000 | 1100 | 110111 |
Color Harmonies of #99907E
Complementary color
Monochromatic Colors of #99907E
Black with #99907E
Text Example
Text Example
White with #99907E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99907E; }
p { color: rgb(153,144,126); }
H1.HeaderClassName
{
color: #99907E;
}
.AnyTagClassName
{
color: #99907E;
}
</style>
background-color css
<style>
a { background-color: #99907E; }
a { background-color: rgb(153,144,126); }
div.DivClassName
{
background-color: #99907E;
}
.BgClassName
{
background-color: #99907E;
}
</style>
border-color css
<style>
span { border-color: #99907E; }
span { border-color: rgb(153,144,126); }
td.TdClassName
{
border-color: #99907E;
}
.TagClassName
{
border-color: #99907E;
}
</style>