Shades of Empress #7D6A6D
Tints of Empress #7D6A6D
RGB
CMYK
RGB Variations
Color information
#7D6A6D (or 0x7D6A6D) is known color: Empress. HEX triplet: 7D, 6A and 6D. RGB value is (125,106,109). Sum of RGB (Red+Green+Blue) = 125+106+109=340 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.76% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6A6D is #829592. Grayscale: #707070. Windows color (decimal): -8557971 or 7170685. OLE color: 7170685.
HSL color Cylindrical-coordinate representation of color #7D6A6D: hue angle of 350.53º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7D6A6D is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 106 | 109 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.51 |
| HSL | 350.53º | 0.08% | 0.45% | - |
| HSV(B) | 350.53º | 0.15% | 0.49% | - |
| XYZ | 16.37 | 15.77 | 16.65 | - |
| YUV | 112.02 | 126.29 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 106 | 109 | 0 | 0.15 | 0.13 | 0.51 | 350.53 | 0.08 | 0.45 |
| Hex | 7D | 6A | 6D | 0 | F | D | 33 | 15F | 8 | 2D |
| Octal | 175 | 152 | 155 | 0 | 17 | 15 | 63 | 537 | 10 | 55 |
| Binary | 1111101 | 1101010 | 1101101 | 0 | 1111 | 1101 | 110011 | 101011111 | 1000 | 101101 |
Color Harmonies of #7D6A6D
Complementary color
Monochromatic Colors of #7D6A6D
Black with #7D6A6D
Text Example
Text Example
White with #7D6A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6A6D; }
p { color: rgb(125,106,109); }
H1.HeaderClassName
{
color: #7D6A6D;
}
.AnyTagClassName
{
color: #7D6A6D;
}
</style>
background-color css
<style>
a { background-color: #7D6A6D; }
a { background-color: rgb(125,106,109); }
div.DivClassName
{
background-color: #7D6A6D;
}
.BgClassName
{
background-color: #7D6A6D;
}
</style>
border-color css
<style>
span { border-color: #7D6A6D; }
span { border-color: rgb(125,106,109); }
td.TdClassName
{
border-color: #7D6A6D;
}
.TagClassName
{
border-color: #7D6A6D;
}
</style>