Shades of Empress #7D676F
Tints of Empress #7D676F
RGB
CMYK
RGB Variations
Color information
#7D676F (or 0x7D676F) is known color: Empress. HEX triplet: 7D, 67 and 6F. RGB value is (125,103,111). Sum of RGB (Red+Green+Blue) = 125+103+111=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 125 - color contains mainly: red. Hex color #7D676F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D676F is #829890. Grayscale: #6E6E6E. Windows color (decimal): -8558737 or 7300989. OLE color: 7300989.
HSL color Cylindrical-coordinate representation of color #7D676F: hue angle of 338.18º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7D676F is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 103 | 111 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.51 |
| HSL | 338.18º | 0.1% | 0.45% | - |
| HSV(B) | 338.18º | 0.18% | 0.49% | - |
| XYZ | 16.18 | 15.21 | 17.12 | - |
| YUV | 110.49 | 128.29 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 103 | 111 | 0 | 0.18 | 0.11 | 0.51 | 338.18 | 0.1 | 0.45 |
| Hex | 7D | 67 | 6F | 0 | 12 | B | 33 | 152 | A | 2D |
| Octal | 175 | 147 | 157 | 0 | 22 | 13 | 63 | 522 | 12 | 55 |
| Binary | 1111101 | 1100111 | 1101111 | 0 | 10010 | 1011 | 110011 | 101010010 | 1010 | 101101 |
Color Harmonies of #7D676F
Complementary color
Monochromatic Colors of #7D676F
Black with #7D676F
Text Example
Text Example
White with #7D676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D676F; }
p { color: rgb(125,103,111); }
H1.HeaderClassName
{
color: #7D676F;
}
.AnyTagClassName
{
color: #7D676F;
}
</style>
background-color css
<style>
a { background-color: #7D676F; }
a { background-color: rgb(125,103,111); }
div.DivClassName
{
background-color: #7D676F;
}
.BgClassName
{
background-color: #7D676F;
}
</style>
border-color css
<style>
span { border-color: #7D676F; }
span { border-color: rgb(125,103,111); }
td.TdClassName
{
border-color: #7D676F;
}
.TagClassName
{
border-color: #7D676F;
}
</style>