Shades of Empress #7B6769
Tints of Empress #7B6769
RGB
CMYK
RGB Variations
Color information
#7B6769 (or 0x7B6769) is known color: Empress. HEX triplet: 7B, 67 and 69. RGB value is (123,103,105). Sum of RGB (Red+Green+Blue) = 123+103+105=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6769 is #849896. Grayscale: #6D6D6D. Windows color (decimal): -8689815 or 6907771. OLE color: 6907771.
HSL color Cylindrical-coordinate representation of color #7B6769: hue angle of 354º 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 #7B6769 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 103 | 105 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.52 |
| HSL | 354º | 0.09% | 0.44% | - |
| HSV(B) | 354º | 0.16% | 0.48% | - |
| XYZ | 15.57 | 14.93 | 15.43 | - |
| YUV | 109.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 103 | 105 | 0 | 0.16 | 0.15 | 0.52 | 354 | 0.09 | 0.44 |
| Hex | 7B | 67 | 69 | 0 | 10 | F | 34 | 162 | 9 | 2C |
| Octal | 173 | 147 | 151 | 0 | 20 | 17 | 64 | 542 | 11 | 54 |
| Binary | 1111011 | 1100111 | 1101001 | 0 | 10000 | 1111 | 110100 | 101100010 | 1001 | 101100 |
Color Harmonies of #7B6769
Complementary color
Monochromatic Colors of #7B6769
Black with #7B6769
Text Example
Text Example
White with #7B6769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6769; }
p { color: rgb(123,103,105); }
H1.HeaderClassName
{
color: #7B6769;
}
.AnyTagClassName
{
color: #7B6769;
}
</style>
background-color css
<style>
a { background-color: #7B6769; }
a { background-color: rgb(123,103,105); }
div.DivClassName
{
background-color: #7B6769;
}
.BgClassName
{
background-color: #7B6769;
}
</style>
border-color css
<style>
span { border-color: #7B6769; }
span { border-color: rgb(123,103,105); }
td.TdClassName
{
border-color: #7B6769;
}
.TagClassName
{
border-color: #7B6769;
}
</style>