Shades of Empress #7D676C
Tints of Empress #7D676C
RGB
CMYK
RGB Variations
Color information
#7D676C (or 0x7D676C) is known color: Empress. HEX triplet: 7D, 67 and 6C. RGB value is (125,103,108). Sum of RGB (Red+Green+Blue) = 125+103+108=336 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.20% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 125 - color contains mainly: red. Hex color #7D676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D676C is #829893. Grayscale: #6E6E6E. Windows color (decimal): -8558740 or 7104381. OLE color: 7104381.
HSL color Cylindrical-coordinate representation of color #7D676C: hue angle of 346.36º 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 #7D676C is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 103 | 108 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.51 |
| HSL | 346.36º | 0.1% | 0.45% | - |
| HSV(B) | 346.36º | 0.18% | 0.49% | - |
| XYZ | 16.01 | 15.14 | 16.27 | - |
| YUV | 110.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 103 | 108 | 0 | 0.18 | 0.14 | 0.51 | 346.36 | 0.1 | 0.45 |
| Hex | 7D | 67 | 6C | 0 | 12 | E | 33 | 15A | A | 2D |
| Octal | 175 | 147 | 154 | 0 | 22 | 16 | 63 | 532 | 12 | 55 |
| Binary | 1111101 | 1100111 | 1101100 | 0 | 10010 | 1110 | 110011 | 101011010 | 1010 | 101101 |
Color Harmonies of #7D676C
Complementary color
Monochromatic Colors of #7D676C
Black with #7D676C
Text Example
Text Example
White with #7D676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D676C; }
p { color: rgb(125,103,108); }
H1.HeaderClassName
{
color: #7D676C;
}
.AnyTagClassName
{
color: #7D676C;
}
</style>
background-color css
<style>
a { background-color: #7D676C; }
a { background-color: rgb(125,103,108); }
div.DivClassName
{
background-color: #7D676C;
}
.BgClassName
{
background-color: #7D676C;
}
</style>
border-color css
<style>
span { border-color: #7D676C; }
span { border-color: rgb(125,103,108); }
td.TdClassName
{
border-color: #7D676C;
}
.TagClassName
{
border-color: #7D676C;
}
</style>