Shades of Empress #7B676B
Tints of Empress #7B676B
RGB
CMYK
RGB Variations
Color information
#7B676B (or 0x7B676B) is known color: Empress. HEX triplet: 7B, 67 and 6B. RGB value is (123,103,107). Sum of RGB (Red+Green+Blue) = 123+103+107=333 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.94% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 123 - color contains mainly: red. Hex color #7B676B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B676B is #849894. Grayscale: #6D6D6D. Windows color (decimal): -8689813 or 7038843. OLE color: 7038843.
HSL color Cylindrical-coordinate representation of color #7B676B: hue angle of 348º 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 #7B676B is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 103 | 107 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.52 |
| HSL | 348º | 0.09% | 0.44% | - |
| HSV(B) | 348º | 0.16% | 0.48% | - |
| XYZ | 15.67 | 14.97 | 15.97 | - |
| YUV | 109.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 103 | 107 | 0 | 0.16 | 0.13 | 0.52 | 348 | 0.09 | 0.44 |
| Hex | 7B | 67 | 6B | 0 | 10 | D | 34 | 15C | 9 | 2C |
| Octal | 173 | 147 | 153 | 0 | 20 | 15 | 64 | 534 | 11 | 54 |
| Binary | 1111011 | 1100111 | 1101011 | 0 | 10000 | 1101 | 110100 | 101011100 | 1001 | 101100 |
Color Harmonies of #7B676B
Complementary color
Monochromatic Colors of #7B676B
Black with #7B676B
Text Example
Text Example
White with #7B676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B676B; }
p { color: rgb(123,103,107); }
H1.HeaderClassName
{
color: #7B676B;
}
.AnyTagClassName
{
color: #7B676B;
}
</style>
background-color css
<style>
a { background-color: #7B676B; }
a { background-color: rgb(123,103,107); }
div.DivClassName
{
background-color: #7B676B;
}
.BgClassName
{
background-color: #7B676B;
}
</style>
border-color css
<style>
span { border-color: #7B676B; }
span { border-color: rgb(123,103,107); }
td.TdClassName
{
border-color: #7B676B;
}
.TagClassName
{
border-color: #7B676B;
}
</style>