Shades of Empress #7B6569
Tints of Empress #7B6569
RGB
CMYK
RGB Variations
Color information
#7B6569 (or 0x7B6569) is known color: Empress. HEX triplet: 7B, 65 and 69. RGB value is (123,101,105). Sum of RGB (Red+Green+Blue) = 123+101+105=329 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.39% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6569 is #849A96. Grayscale: #6C6C6C. Windows color (decimal): -8690327 or 6907259. OLE color: 6907259.
HSL color Cylindrical-coordinate representation of color #7B6569: hue angle of 349.09º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7B6569 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 101 | 105 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.52 |
| HSL | 349.09º | 0.1% | 0.44% | - |
| HSV(B) | 349.09º | 0.18% | 0.48% | - |
| XYZ | 15.37 | 14.54 | 15.36 | - |
| YUV | 108.03 | 126.29 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 101 | 105 | 0 | 0.18 | 0.15 | 0.52 | 349.09 | 0.1 | 0.44 |
| Hex | 7B | 65 | 69 | 0 | 12 | F | 34 | 15D | A | 2C |
| Octal | 173 | 145 | 151 | 0 | 22 | 17 | 64 | 535 | 12 | 54 |
| Binary | 1111011 | 1100101 | 1101001 | 0 | 10010 | 1111 | 110100 | 101011101 | 1010 | 101100 |
Color Harmonies of #7B6569
Complementary color
Monochromatic Colors of #7B6569
Black with #7B6569
Text Example
Text Example
White with #7B6569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6569; }
p { color: rgb(123,101,105); }
H1.HeaderClassName
{
color: #7B6569;
}
.AnyTagClassName
{
color: #7B6569;
}
</style>
background-color css
<style>
a { background-color: #7B6569; }
a { background-color: rgb(123,101,105); }
div.DivClassName
{
background-color: #7B6569;
}
.BgClassName
{
background-color: #7B6569;
}
</style>
border-color css
<style>
span { border-color: #7B6569; }
span { border-color: rgb(123,101,105); }
td.TdClassName
{
border-color: #7B6569;
}
.TagClassName
{
border-color: #7B6569;
}
</style>