Shades of Empress #7B6768
Tints of Empress #7B6768
RGB
CMYK
RGB Variations
Color information
#7B6768 (or 0x7B6768) is known color: Empress. HEX triplet: 7B, 67 and 68. RGB value is (123,103,104). Sum of RGB (Red+Green+Blue) = 123+103+104=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6768 is #849897. Grayscale: #6D6D6D. Windows color (decimal): -8689816 or 6842235. OLE color: 6842235.
HSL color Cylindrical-coordinate representation of color #7B6768: hue angle of 357º degrees, saturation: 0.09, 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 #7B6768 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 103 | 104 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.52 |
| HSL | 357º | 0.09% | 0.44% | - |
| HSV(B) | 357º | 0.16% | 0.48% | - |
| XYZ | 15.52 | 14.91 | 15.16 | - |
| YUV | 109.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 103 | 104 | 0 | 0.16 | 0.15 | 0.52 | 357 | 0.09 | 0.44 |
| Hex | 7B | 67 | 68 | 0 | 10 | F | 34 | 165 | 9 | 2C |
| Octal | 173 | 147 | 150 | 0 | 20 | 17 | 64 | 545 | 11 | 54 |
| Binary | 1111011 | 1100111 | 1101000 | 0 | 10000 | 1111 | 110100 | 101100101 | 1001 | 101100 |
Color Harmonies of #7B6768
Complementary color
Monochromatic Colors of #7B6768
Black with #7B6768
Text Example
Text Example
White with #7B6768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6768; }
p { color: rgb(123,103,104); }
H1.HeaderClassName
{
color: #7B6768;
}
.AnyTagClassName
{
color: #7B6768;
}
</style>
background-color css
<style>
a { background-color: #7B6768; }
a { background-color: rgb(123,103,104); }
div.DivClassName
{
background-color: #7B6768;
}
.BgClassName
{
background-color: #7B6768;
}
</style>
border-color css
<style>
span { border-color: #7B6768; }
span { border-color: rgb(123,103,104); }
td.TdClassName
{
border-color: #7B6768;
}
.TagClassName
{
border-color: #7B6768;
}
</style>