Shades of Empress #7A676B
Tints of Empress #7A676B
RGB
CMYK
RGB Variations
Color information
#7A676B (or 0x7A676B) is known color: Empress. HEX triplet: 7A, 67 and 6B. RGB value is (122,103,107). Sum of RGB (Red+Green+Blue) = 122+103+107=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 122 - color contains mainly: red. Hex color #7A676B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A676B is #859894. Grayscale: #6D6D6D. Windows color (decimal): -8755349 or 7038842. OLE color: 7038842.
HSL color Cylindrical-coordinate representation of color #7A676B: hue angle of 347.37º 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 #7A676B is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 103 | 107 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.52 |
| HSL | 347.37º | 0.08% | 0.44% | - |
| HSV(B) | 347.37º | 0.16% | 0.48% | - |
| XYZ | 15.53 | 14.9 | 15.97 | - |
| YUV | 109.14 | 126.79 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 103 | 107 | 0 | 0.16 | 0.12 | 0.52 | 347.37 | 0.08 | 0.44 |
| Hex | 7A | 67 | 6B | 0 | 10 | C | 34 | 15B | 8 | 2C |
| Octal | 172 | 147 | 153 | 0 | 20 | 14 | 64 | 533 | 10 | 54 |
| Binary | 1111010 | 1100111 | 1101011 | 0 | 10000 | 1100 | 110100 | 101011011 | 1000 | 101100 |
Color Harmonies of #7A676B
Complementary color
Monochromatic Colors of #7A676B
Black with #7A676B
Text Example
Text Example
White with #7A676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A676B; }
p { color: rgb(122,103,107); }
H1.HeaderClassName
{
color: #7A676B;
}
.AnyTagClassName
{
color: #7A676B;
}
</style>
background-color css
<style>
a { background-color: #7A676B; }
a { background-color: rgb(122,103,107); }
div.DivClassName
{
background-color: #7A676B;
}
.BgClassName
{
background-color: #7A676B;
}
</style>
border-color css
<style>
span { border-color: #7A676B; }
span { border-color: rgb(122,103,107); }
td.TdClassName
{
border-color: #7A676B;
}
.TagClassName
{
border-color: #7A676B;
}
</style>