Shades of Empress #7B646A
Tints of Empress #7B646A
RGB
CMYK
RGB Variations
Color information
#7B646A (or 0x7B646A) is known color: Empress. HEX triplet: 7B, 64 and 6A. RGB value is (123,100,106). Sum of RGB (Red+Green+Blue) = 123+100+106=329 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.39% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 123 - color contains mainly: red. Hex color #7B646A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B646A is #849B95. Grayscale: #6B6B6B. Windows color (decimal): -8690582 or 6972539. OLE color: 6972539.
HSL color Cylindrical-coordinate representation of color #7B646A: hue angle of 344.35º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7B646A is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 100 | 106 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.52 |
| HSL | 344.35º | 0.1% | 0.44% | - |
| HSV(B) | 344.35º | 0.19% | 0.48% | - |
| XYZ | 15.33 | 14.37 | 15.6 | - |
| YUV | 107.56 | 127.12 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 100 | 106 | 0 | 0.19 | 0.14 | 0.52 | 344.35 | 0.1 | 0.44 |
| Hex | 7B | 64 | 6A | 0 | 13 | E | 34 | 158 | A | 2C |
| Octal | 173 | 144 | 152 | 0 | 23 | 16 | 64 | 530 | 12 | 54 |
| Binary | 1111011 | 1100100 | 1101010 | 0 | 10011 | 1110 | 110100 | 101011000 | 1010 | 101100 |
Color Harmonies of #7B646A
Complementary color
Monochromatic Colors of #7B646A
Black with #7B646A
Text Example
Text Example
White with #7B646A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B646A; }
p { color: rgb(123,100,106); }
H1.HeaderClassName
{
color: #7B646A;
}
.AnyTagClassName
{
color: #7B646A;
}
</style>
background-color css
<style>
a { background-color: #7B646A; }
a { background-color: rgb(123,100,106); }
div.DivClassName
{
background-color: #7B646A;
}
.BgClassName
{
background-color: #7B646A;
}
</style>
border-color css
<style>
span { border-color: #7B646A; }
span { border-color: rgb(123,100,106); }
td.TdClassName
{
border-color: #7B646A;
}
.TagClassName
{
border-color: #7B646A;
}
</style>