Shades of Empress #7F676B
Tints of Empress #7F676B
RGB
CMYK
RGB Variations
Color information
#7F676B (or 0x7F676B) is known color: Empress. HEX triplet: 7F, 67 and 6B. RGB value is (127,103,107). Sum of RGB (Red+Green+Blue) = 127+103+107=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 127 - color contains mainly: red. Hex color #7F676B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F676B is #809894. Grayscale: #6E6E6E. Windows color (decimal): -8427669 or 7038847. OLE color: 7038847.
HSL color Cylindrical-coordinate representation of color #7F676B: hue angle of 350º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F676B is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 103 | 107 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.50 |
| HSL | 350º | 0.1% | 0.45% | - |
| HSV(B) | 350º | 0.19% | 0.5% | - |
| XYZ | 16.26 | 15.27 | 16 | - |
| YUV | 110.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 103 | 107 | 0 | 0.19 | 0.16 | 0.50 | 350 | 0.1 | 0.45 |
| Hex | 7F | 67 | 6B | 0 | 13 | 10 | 32 | 15E | A | 2D |
| Octal | 177 | 147 | 153 | 0 | 23 | 20 | 62 | 536 | 12 | 55 |
| Binary | 1111111 | 1100111 | 1101011 | 0 | 10011 | 10000 | 110010 | 101011110 | 1010 | 101101 |
Color Harmonies of #7F676B
Complementary color
Monochromatic Colors of #7F676B
Black with #7F676B
Text Example
Text Example
White with #7F676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F676B; }
p { color: rgb(127,103,107); }
H1.HeaderClassName
{
color: #7F676B;
}
.AnyTagClassName
{
color: #7F676B;
}
</style>
background-color css
<style>
a { background-color: #7F676B; }
a { background-color: rgb(127,103,107); }
div.DivClassName
{
background-color: #7F676B;
}
.BgClassName
{
background-color: #7F676B;
}
</style>
border-color css
<style>
span { border-color: #7F676B; }
span { border-color: rgb(127,103,107); }
td.TdClassName
{
border-color: #7F676B;
}
.TagClassName
{
border-color: #7F676B;
}
</style>