Shades of Empress #7B6A6D
Tints of Empress #7B6A6D
RGB
CMYK
RGB Variations
Color information
#7B6A6D (or 0x7B6A6D) is known color: Empress. HEX triplet: 7B, 6A and 6D. RGB value is (123,106,109). Sum of RGB (Red+Green+Blue) = 123+106+109=338 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.39% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6A6D is #849592. Grayscale: #6F6F6F. Windows color (decimal): -8689043 or 7170683. OLE color: 7170683.
HSL color Cylindrical-coordinate representation of color #7B6A6D: hue angle of 349.41º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7B6A6D is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 106 | 109 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.52 |
| HSL | 349.41º | 0.07% | 0.45% | - |
| HSV(B) | 349.41º | 0.14% | 0.48% | - |
| XYZ | 16.08 | 15.62 | 16.64 | - |
| YUV | 111.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 106 | 109 | 0 | 0.14 | 0.11 | 0.52 | 349.41 | 0.07 | 0.45 |
| Hex | 7B | 6A | 6D | 0 | E | B | 34 | 15D | 7 | 2D |
| Octal | 173 | 152 | 155 | 0 | 16 | 13 | 64 | 535 | 7 | 55 |
| Binary | 1111011 | 1101010 | 1101101 | 0 | 1110 | 1011 | 110100 | 101011101 | 111 | 101101 |
Color Harmonies of #7B6A6D
Complementary color
Monochromatic Colors of #7B6A6D
Black with #7B6A6D
Text Example
Text Example
White with #7B6A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6A6D; }
p { color: rgb(123,106,109); }
H1.HeaderClassName
{
color: #7B6A6D;
}
.AnyTagClassName
{
color: #7B6A6D;
}
</style>
background-color css
<style>
a { background-color: #7B6A6D; }
a { background-color: rgb(123,106,109); }
div.DivClassName
{
background-color: #7B6A6D;
}
.BgClassName
{
background-color: #7B6A6D;
}
</style>
border-color css
<style>
span { border-color: #7B6A6D; }
span { border-color: rgb(123,106,109); }
td.TdClassName
{
border-color: #7B6A6D;
}
.TagClassName
{
border-color: #7B6A6D;
}
</style>