Shades of Empress #7B6668
Tints of Empress #7B6668
RGB
CMYK
RGB Variations
Color information
#7B6668 (or 0x7B6668) is known color: Empress. HEX triplet: 7B, 66 and 68. RGB value is (123,102,104). Sum of RGB (Red+Green+Blue) = 123+102+104=329 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.39% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6668 is #849997. Grayscale: #6C6C6C. Windows color (decimal): -8690072 or 6841979. OLE color: 6841979.
HSL color Cylindrical-coordinate representation of color #7B6668: hue angle of 354.29º 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 #7B6668 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 102 | 104 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.52 |
| HSL | 354.29º | 0.09% | 0.44% | - |
| HSV(B) | 354.29º | 0.17% | 0.48% | - |
| XYZ | 15.42 | 14.71 | 15.12 | - |
| YUV | 108.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 102 | 104 | 0 | 0.17 | 0.15 | 0.52 | 354.29 | 0.09 | 0.44 |
| Hex | 7B | 66 | 68 | 0 | 11 | F | 34 | 162 | 9 | 2C |
| Octal | 173 | 146 | 150 | 0 | 21 | 17 | 64 | 542 | 11 | 54 |
| Binary | 1111011 | 1100110 | 1101000 | 0 | 10001 | 1111 | 110100 | 101100010 | 1001 | 101100 |
Color Harmonies of #7B6668
Complementary color
Monochromatic Colors of #7B6668
Black with #7B6668
Text Example
Text Example
White with #7B6668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6668; }
p { color: rgb(123,102,104); }
H1.HeaderClassName
{
color: #7B6668;
}
.AnyTagClassName
{
color: #7B6668;
}
</style>
background-color css
<style>
a { background-color: #7B6668; }
a { background-color: rgb(123,102,104); }
div.DivClassName
{
background-color: #7B6668;
}
.BgClassName
{
background-color: #7B6668;
}
</style>
border-color css
<style>
span { border-color: #7B6668; }
span { border-color: rgb(123,102,104); }
td.TdClassName
{
border-color: #7B6668;
}
.TagClassName
{
border-color: #7B6668;
}
</style>