Shades of Empress #7B686A
Tints of Empress #7B686A
RGB
CMYK
RGB Variations
Color information
#7B686A (or 0x7B686A) is known color: Empress. HEX triplet: 7B, 68 and 6A. RGB value is (123,104,106). Sum of RGB (Red+Green+Blue) = 123+104+106=333 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.94% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 123 - color contains mainly: red. Hex color #7B686A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B686A is #849795. Grayscale: #6D6D6D. Windows color (decimal): -8689558 or 6973563. OLE color: 6973563.
HSL color Cylindrical-coordinate representation of color #7B686A: hue angle of 353.68º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7B686A is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 104 | 106 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.52 |
| HSL | 353.68º | 0.08% | 0.45% | - |
| HSV(B) | 353.68º | 0.15% | 0.48% | - |
| XYZ | 15.72 | 15.15 | 15.73 | - |
| YUV | 109.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 104 | 106 | 0 | 0.15 | 0.14 | 0.52 | 353.68 | 0.08 | 0.45 |
| Hex | 7B | 68 | 6A | 0 | F | E | 34 | 162 | 8 | 2D |
| Octal | 173 | 150 | 152 | 0 | 17 | 16 | 64 | 542 | 10 | 55 |
| Binary | 1111011 | 1101000 | 1101010 | 0 | 1111 | 1110 | 110100 | 101100010 | 1000 | 101101 |
Color Harmonies of #7B686A
Complementary color
Monochromatic Colors of #7B686A
Black with #7B686A
Text Example
Text Example
White with #7B686A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B686A; }
p { color: rgb(123,104,106); }
H1.HeaderClassName
{
color: #7B686A;
}
.AnyTagClassName
{
color: #7B686A;
}
</style>
background-color css
<style>
a { background-color: #7B686A; }
a { background-color: rgb(123,104,106); }
div.DivClassName
{
background-color: #7B686A;
}
.BgClassName
{
background-color: #7B686A;
}
</style>
border-color css
<style>
span { border-color: #7B686A; }
span { border-color: rgb(123,104,106); }
td.TdClassName
{
border-color: #7B686A;
}
.TagClassName
{
border-color: #7B686A;
}
</style>