Shades of Empress #7B676C
Tints of Empress #7B676C
RGB
CMYK
RGB Variations
Color information
#7B676C (or 0x7B676C) is known color: Empress. HEX triplet: 7B, 67 and 6C. RGB value is (123,103,108). Sum of RGB (Red+Green+Blue) = 123+103+108=334 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.83% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 123 - color contains mainly: red. Hex color #7B676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B676C is #849893. Grayscale: #6D6D6D. Windows color (decimal): -8689812 or 7104379. OLE color: 7104379.
HSL color Cylindrical-coordinate representation of color #7B676C: hue angle of 345º 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 #7B676C is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 103 | 108 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.52 |
| HSL | 345º | 0.09% | 0.44% | - |
| HSV(B) | 345º | 0.16% | 0.48% | - |
| XYZ | 15.73 | 14.99 | 16.25 | - |
| YUV | 109.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 103 | 108 | 0 | 0.16 | 0.12 | 0.52 | 345 | 0.09 | 0.44 |
| Hex | 7B | 67 | 6C | 0 | 10 | C | 34 | 159 | 9 | 2C |
| Octal | 173 | 147 | 154 | 0 | 20 | 14 | 64 | 531 | 11 | 54 |
| Binary | 1111011 | 1100111 | 1101100 | 0 | 10000 | 1100 | 110100 | 101011001 | 1001 | 101100 |
Color Harmonies of #7B676C
Complementary color
Monochromatic Colors of #7B676C
Black with #7B676C
Text Example
Text Example
White with #7B676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B676C; }
p { color: rgb(123,103,108); }
H1.HeaderClassName
{
color: #7B676C;
}
.AnyTagClassName
{
color: #7B676C;
}
</style>
background-color css
<style>
a { background-color: #7B676C; }
a { background-color: rgb(123,103,108); }
div.DivClassName
{
background-color: #7B676C;
}
.BgClassName
{
background-color: #7B676C;
}
</style>
border-color css
<style>
span { border-color: #7B676C; }
span { border-color: rgb(123,103,108); }
td.TdClassName
{
border-color: #7B676C;
}
.TagClassName
{
border-color: #7B676C;
}
</style>