Shades of Heathered Grey #99927F
Tints of Heathered Grey #99927F
RGB
CMYK
RGB Variations
Color information
#99927F (or 0x99927F) is known color: Heathered Grey. HEX triplet: 99, 92 and 7F. RGB value is (153,146,127). Sum of RGB (Red+Green+Blue) = 153+146+127=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 153 - color contains mainly: red. Hex color #99927F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99927F is #666D80. Grayscale: #929292. Windows color (decimal): -6712705 or 8360601. OLE color: 8360601.
HSL color Cylindrical-coordinate representation of color #99927F: hue angle of 43.85º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #99927F is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 146 | 127 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.4 |
| HSL | 43.85º | 0.11% | 0.55% | - |
| HSV(B) | 43.85º | 0.17% | 0.6% | - |
| XYZ | 27.25 | 28.86 | 24.21 | - |
| YUV | 145.93 | 117.32 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 127 | 0 | 0.05 | 0.17 | 0.4 | 43.85 | 0.11 | 0.55 |
| Hex | 99 | 92 | 7F | 0 | 5 | 11 | 28 | 2C | B | 37 |
| Octal | 231 | 222 | 177 | 0 | 5 | 21 | 50 | 54 | 13 | 67 |
| Binary | 10011001 | 10010010 | 1111111 | 0 | 101 | 10001 | 101000 | 101100 | 1011 | 110111 |
Color Harmonies of #99927F
Complementary color
Monochromatic Colors of #99927F
Black with #99927F
Text Example
Text Example
White with #99927F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99927F; }
p { color: rgb(153,146,127); }
H1.HeaderClassName
{
color: #99927F;
}
.AnyTagClassName
{
color: #99927F;
}
</style>
background-color css
<style>
a { background-color: #99927F; }
a { background-color: rgb(153,146,127); }
div.DivClassName
{
background-color: #99927F;
}
.BgClassName
{
background-color: #99927F;
}
</style>
border-color css
<style>
span { border-color: #99927F; }
span { border-color: rgb(153,146,127); }
td.TdClassName
{
border-color: #99927F;
}
.TagClassName
{
border-color: #99927F;
}
</style>