Shades of Empress #7D6467
Tints of Empress #7D6467
RGB
CMYK
RGB Variations
Color information
#7D6467 (or 0x7D6467) is known color: Empress. HEX triplet: 7D, 64 and 67. RGB value is (125,100,103). Sum of RGB (Red+Green+Blue) = 125+100+103=328 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.11% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6467 is #829B98. Grayscale: #6B6B6B. Windows color (decimal): -8559513 or 6775933. OLE color: 6775933.
HSL color Cylindrical-coordinate representation of color #7D6467: hue angle of 352.8º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7D6467 is Cyan = 0, Magento = 0.2, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 100 | 103 | - |
| CMYK | 0 | 0.2 | 0.18 | 0.51 |
| HSL | 352.8º | 0.11% | 0.44% | - |
| HSV(B) | 352.8º | 0.2% | 0.49% | - |
| XYZ | 15.46 | 14.45 | 14.81 | - |
| YUV | 107.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 100 | 103 | 0 | 0.2 | 0.18 | 0.51 | 352.8 | 0.11 | 0.44 |
| Hex | 7D | 64 | 67 | 0 | 14 | 12 | 33 | 161 | B | 2C |
| Octal | 175 | 144 | 147 | 0 | 24 | 22 | 63 | 541 | 13 | 54 |
| Binary | 1111101 | 1100100 | 1100111 | 0 | 10100 | 10010 | 110011 | 101100001 | 1011 | 101100 |
Color Harmonies of #7D6467
Complementary color
Monochromatic Colors of #7D6467
Black with #7D6467
Text Example
Text Example
White with #7D6467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6467; }
p { color: rgb(125,100,103); }
H1.HeaderClassName
{
color: #7D6467;
}
.AnyTagClassName
{
color: #7D6467;
}
</style>
background-color css
<style>
a { background-color: #7D6467; }
a { background-color: rgb(125,100,103); }
div.DivClassName
{
background-color: #7D6467;
}
.BgClassName
{
background-color: #7D6467;
}
</style>
border-color css
<style>
span { border-color: #7D6467; }
span { border-color: rgb(125,100,103); }
td.TdClassName
{
border-color: #7D6467;
}
.TagClassName
{
border-color: #7D6467;
}
</style>