Shades of Heathered Grey #99907D
Tints of Heathered Grey #99907D
RGB
CMYK
RGB Variations
Color information
#99907D (or 0x99907D) is known color: Heathered Grey. HEX triplet: 99, 90 and 7D. RGB value is (153,144,125). Sum of RGB (Red+Green+Blue) = 153+144+125=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 153 - color contains mainly: red. Hex color #99907D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99907D is #666F82. Grayscale: #909090. Windows color (decimal): -6713219 or 8229017. OLE color: 8229017.
HSL color Cylindrical-coordinate representation of color #99907D: hue angle of 40.71º 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 #99907D is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 144 | 125 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.4 |
| HSL | 40.71º | 0.12% | 0.55% | - |
| HSV(B) | 40.71º | 0.18% | 0.6% | - |
| XYZ | 26.81 | 28.2 | 23.43 | - |
| YUV | 144.53 | 116.98 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 125 | 0 | 0.06 | 0.18 | 0.4 | 40.71 | 0.12 | 0.55 |
| Hex | 99 | 90 | 7D | 0 | 6 | 12 | 28 | 29 | C | 37 |
| Octal | 231 | 220 | 175 | 0 | 6 | 22 | 50 | 51 | 14 | 67 |
| Binary | 10011001 | 10010000 | 1111101 | 0 | 110 | 10010 | 101000 | 101001 | 1100 | 110111 |
Color Harmonies of #99907D
Complementary color
Monochromatic Colors of #99907D
Black with #99907D
Text Example
Text Example
White with #99907D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99907D; }
p { color: rgb(153,144,125); }
H1.HeaderClassName
{
color: #99907D;
}
.AnyTagClassName
{
color: #99907D;
}
</style>
background-color css
<style>
a { background-color: #99907D; }
a { background-color: rgb(153,144,125); }
div.DivClassName
{
background-color: #99907D;
}
.BgClassName
{
background-color: #99907D;
}
</style>
border-color css
<style>
span { border-color: #99907D; }
span { border-color: rgb(153,144,125); }
td.TdClassName
{
border-color: #99907D;
}
.TagClassName
{
border-color: #99907D;
}
</style>