Shades of Empress #7B666A
Tints of Empress #7B666A
RGB
CMYK
RGB Variations
Color information
#7B666A (or 0x7B666A) is known color: Empress. HEX triplet: 7B, 66 and 6A. RGB value is (123,102,106). Sum of RGB (Red+Green+Blue) = 123+102+106=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 123 - color contains mainly: red. Hex color #7B666A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B666A is #849995. Grayscale: #6C6C6C. Windows color (decimal): -8690070 or 6973051. OLE color: 6973051.
HSL color Cylindrical-coordinate representation of color #7B666A: hue angle of 348.57º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7B666A is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 102 | 106 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.52 |
| HSL | 348.57º | 0.09% | 0.44% | - |
| HSV(B) | 348.57º | 0.17% | 0.48% | - |
| XYZ | 15.52 | 14.75 | 15.67 | - |
| YUV | 108.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 102 | 106 | 0 | 0.17 | 0.14 | 0.52 | 348.57 | 0.09 | 0.44 |
| Hex | 7B | 66 | 6A | 0 | 11 | E | 34 | 15D | 9 | 2C |
| Octal | 173 | 146 | 152 | 0 | 21 | 16 | 64 | 535 | 11 | 54 |
| Binary | 1111011 | 1100110 | 1101010 | 0 | 10001 | 1110 | 110100 | 101011101 | 1001 | 101100 |
Color Harmonies of #7B666A
Complementary color
Monochromatic Colors of #7B666A
Black with #7B666A
Text Example
Text Example
White with #7B666A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B666A; }
p { color: rgb(123,102,106); }
H1.HeaderClassName
{
color: #7B666A;
}
.AnyTagClassName
{
color: #7B666A;
}
</style>
background-color css
<style>
a { background-color: #7B666A; }
a { background-color: rgb(123,102,106); }
div.DivClassName
{
background-color: #7B666A;
}
.BgClassName
{
background-color: #7B666A;
}
</style>
border-color css
<style>
span { border-color: #7B666A; }
span { border-color: rgb(123,102,106); }
td.TdClassName
{
border-color: #7B666A;
}
.TagClassName
{
border-color: #7B666A;
}
</style>