Shades of Empress #7D6267
Tints of Empress #7D6267
RGB
CMYK
RGB Variations
Color information
#7D6267 (or 0x7D6267) is known color: Empress. HEX triplet: 7D, 62 and 67. RGB value is (125,98,103). Sum of RGB (Red+Green+Blue) = 125+98+103=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6267 is #829D98. Grayscale: #6A6A6A. Windows color (decimal): -8560025 or 6775421. OLE color: 6775421.
HSL color Cylindrical-coordinate representation of color #7D6267: hue angle of 348.89º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D6267 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 98 | 103 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.51 |
| HSL | 348.89º | 0.12% | 0.44% | - |
| HSV(B) | 348.89º | 0.22% | 0.49% | - |
| XYZ | 15.27 | 14.07 | 14.74 | - |
| YUV | 106.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 98 | 103 | 0 | 0.22 | 0.18 | 0.51 | 348.89 | 0.12 | 0.44 |
| Hex | 7D | 62 | 67 | 0 | 16 | 12 | 33 | 15D | C | 2C |
| Octal | 175 | 142 | 147 | 0 | 26 | 22 | 63 | 535 | 14 | 54 |
| Binary | 1111101 | 1100010 | 1100111 | 0 | 10110 | 10010 | 110011 | 101011101 | 1100 | 101100 |
Color Harmonies of #7D6267
Complementary color
Monochromatic Colors of #7D6267
Black with #7D6267
Text Example
Text Example
White with #7D6267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6267; }
p { color: rgb(125,98,103); }
H1.HeaderClassName
{
color: #7D6267;
}
.AnyTagClassName
{
color: #7D6267;
}
</style>
background-color css
<style>
a { background-color: #7D6267; }
a { background-color: rgb(125,98,103); }
div.DivClassName
{
background-color: #7D6267;
}
.BgClassName
{
background-color: #7D6267;
}
</style>
border-color css
<style>
span { border-color: #7D6267; }
span { border-color: rgb(125,98,103); }
td.TdClassName
{
border-color: #7D6267;
}
.TagClassName
{
border-color: #7D6267;
}
</style>