Shades of Empress #7A676A
Tints of Empress #7A676A
RGB
CMYK
RGB Variations
Color information
#7A676A (or 0x7A676A) is known color: Empress. HEX triplet: 7A, 67 and 6A. RGB value is (122,103,106). Sum of RGB (Red+Green+Blue) = 122+103+106=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 122 - color contains mainly: red. Hex color #7A676A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A676A is #859895. Grayscale: #6D6D6D. Windows color (decimal): -8755350 or 6973306. OLE color: 6973306.
HSL color Cylindrical-coordinate representation of color #7A676A: hue angle of 350.53º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A676A is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 103 | 106 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.52 |
| HSL | 350.53º | 0.08% | 0.44% | - |
| HSV(B) | 350.53º | 0.16% | 0.48% | - |
| XYZ | 15.48 | 14.88 | 15.69 | - |
| YUV | 109.02 | 126.29 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 103 | 106 | 0 | 0.16 | 0.13 | 0.52 | 350.53 | 0.08 | 0.44 |
| Hex | 7A | 67 | 6A | 0 | 10 | D | 34 | 15F | 8 | 2C |
| Octal | 172 | 147 | 152 | 0 | 20 | 15 | 64 | 537 | 10 | 54 |
| Binary | 1111010 | 1100111 | 1101010 | 0 | 10000 | 1101 | 110100 | 101011111 | 1000 | 101100 |
Color Harmonies of #7A676A
Complementary color
Monochromatic Colors of #7A676A
Black with #7A676A
Text Example
Text Example
White with #7A676A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A676A; }
p { color: rgb(122,103,106); }
H1.HeaderClassName
{
color: #7A676A;
}
.AnyTagClassName
{
color: #7A676A;
}
</style>
background-color css
<style>
a { background-color: #7A676A; }
a { background-color: rgb(122,103,106); }
div.DivClassName
{
background-color: #7A676A;
}
.BgClassName
{
background-color: #7A676A;
}
</style>
border-color css
<style>
span { border-color: #7A676A; }
span { border-color: rgb(122,103,106); }
td.TdClassName
{
border-color: #7A676A;
}
.TagClassName
{
border-color: #7A676A;
}
</style>