Shades of Empress #7F696E
Tints of Empress #7F696E
RGB
CMYK
RGB Variations
Color information
#7F696E (or 0x7F696E) is known color: Empress. HEX triplet: 7F, 69 and 6E. RGB value is (127,105,110). Sum of RGB (Red+Green+Blue) = 127+105+110=342 (45% of max value = 765). Red value is 127 (50% from 255 or 37.13% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 127 - color contains mainly: red. Hex color #7F696E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F696E is #809691. Grayscale: #707070. Windows color (decimal): -8427154 or 7235967. OLE color: 7235967.
HSL color Cylindrical-coordinate representation of color #7F696E: hue angle of 346.36º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7F696E is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 105 | 110 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.50 |
| HSL | 346.36º | 0.09% | 0.45% | - |
| HSV(B) | 346.36º | 0.17% | 0.5% | - |
| XYZ | 16.62 | 15.74 | 16.91 | - |
| YUV | 112.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 105 | 110 | 0 | 0.17 | 0.13 | 0.50 | 346.36 | 0.09 | 0.45 |
| Hex | 7F | 69 | 6E | 0 | 11 | D | 32 | 15A | 9 | 2D |
| Octal | 177 | 151 | 156 | 0 | 21 | 15 | 62 | 532 | 11 | 55 |
| Binary | 1111111 | 1101001 | 1101110 | 0 | 10001 | 1101 | 110010 | 101011010 | 1001 | 101101 |
Color Harmonies of #7F696E
Complementary color
Monochromatic Colors of #7F696E
Black with #7F696E
Text Example
Text Example
White with #7F696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F696E; }
p { color: rgb(127,105,110); }
H1.HeaderClassName
{
color: #7F696E;
}
.AnyTagClassName
{
color: #7F696E;
}
</style>
background-color css
<style>
a { background-color: #7F696E; }
a { background-color: rgb(127,105,110); }
div.DivClassName
{
background-color: #7F696E;
}
.BgClassName
{
background-color: #7F696E;
}
</style>
border-color css
<style>
span { border-color: #7F696E; }
span { border-color: rgb(127,105,110); }
td.TdClassName
{
border-color: #7F696E;
}
.TagClassName
{
border-color: #7F696E;
}
</style>