Shades of Empress #7B696F
Tints of Empress #7B696F
RGB
CMYK
RGB Variations
Color information
#7B696F (or 0x7B696F) is known color: Empress. HEX triplet: 7B, 69 and 6F. RGB value is (123,105,111). Sum of RGB (Red+Green+Blue) = 123+105+111=339 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.28% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 123 - color contains mainly: red. Hex color #7B696F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B696F is #849690. Grayscale: #6F6F6F. Windows color (decimal): -8689297 or 7301499. OLE color: 7301499.
HSL color Cylindrical-coordinate representation of color #7B696F: hue angle of 340º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7B696F is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 105 | 111 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.52 |
| HSL | 340º | 0.08% | 0.45% | - |
| HSV(B) | 340º | 0.15% | 0.48% | - |
| XYZ | 16.09 | 15.46 | 17.18 | - |
| YUV | 111.07 | 127.96 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 105 | 111 | 0 | 0.15 | 0.10 | 0.52 | 340 | 0.08 | 0.45 |
| Hex | 7B | 69 | 6F | 0 | F | A | 34 | 154 | 8 | 2D |
| Octal | 173 | 151 | 157 | 0 | 17 | 12 | 64 | 524 | 10 | 55 |
| Binary | 1111011 | 1101001 | 1101111 | 0 | 1111 | 1010 | 110100 | 101010100 | 1000 | 101101 |
Color Harmonies of #7B696F
Complementary color
Monochromatic Colors of #7B696F
Black with #7B696F
Text Example
Text Example
White with #7B696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B696F; }
p { color: rgb(123,105,111); }
H1.HeaderClassName
{
color: #7B696F;
}
.AnyTagClassName
{
color: #7B696F;
}
</style>
background-color css
<style>
a { background-color: #7B696F; }
a { background-color: rgb(123,105,111); }
div.DivClassName
{
background-color: #7B696F;
}
.BgClassName
{
background-color: #7B696F;
}
</style>
border-color css
<style>
span { border-color: #7B696F; }
span { border-color: rgb(123,105,111); }
td.TdClassName
{
border-color: #7B696F;
}
.TagClassName
{
border-color: #7B696F;
}
</style>