Shades of Empress #7B6467
Tints of Empress #7B6467
RGB
CMYK
RGB Variations
Color information
#7B6467 (or 0x7B6467) is known color: Empress. HEX triplet: 7B, 64 and 67. RGB value is (123,100,103). Sum of RGB (Red+Green+Blue) = 123+100+103=326 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.73% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6467 is #849B98. Grayscale: #6B6B6B. Windows color (decimal): -8690585 or 6775931. OLE color: 6775931.
HSL color Cylindrical-coordinate representation of color #7B6467: hue angle of 352.17º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7B6467 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 100 | 103 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.52 |
| HSL | 352.17º | 0.1% | 0.44% | - |
| HSV(B) | 352.17º | 0.19% | 0.48% | - |
| XYZ | 15.17 | 14.3 | 14.79 | - |
| YUV | 107.22 | 125.62 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 100 | 103 | 0 | 0.19 | 0.16 | 0.52 | 352.17 | 0.1 | 0.44 |
| Hex | 7B | 64 | 67 | 0 | 13 | 10 | 34 | 160 | A | 2C |
| Octal | 173 | 144 | 147 | 0 | 23 | 20 | 64 | 540 | 12 | 54 |
| Binary | 1111011 | 1100100 | 1100111 | 0 | 10011 | 10000 | 110100 | 101100000 | 1010 | 101100 |
Color Harmonies of #7B6467
Complementary color
Monochromatic Colors of #7B6467
Black with #7B6467
Text Example
Text Example
White with #7B6467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6467; }
p { color: rgb(123,100,103); }
H1.HeaderClassName
{
color: #7B6467;
}
.AnyTagClassName
{
color: #7B6467;
}
</style>
background-color css
<style>
a { background-color: #7B6467; }
a { background-color: rgb(123,100,103); }
div.DivClassName
{
background-color: #7B6467;
}
.BgClassName
{
background-color: #7B6467;
}
</style>
border-color css
<style>
span { border-color: #7B6467; }
span { border-color: rgb(123,100,103); }
td.TdClassName
{
border-color: #7B6467;
}
.TagClassName
{
border-color: #7B6467;
}
</style>