Shades of Empress #7B696A
Tints of Empress #7B696A
RGB
CMYK
RGB Variations
Color information
#7B696A (or 0x7B696A) is known color: Empress. HEX triplet: 7B, 69 and 6A. RGB value is (123,105,106). Sum of RGB (Red+Green+Blue) = 123+105+106=334 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.83% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 123 - color contains mainly: red. Hex color #7B696A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B696A is #849695. Grayscale: #6E6E6E. Windows color (decimal): -8689302 or 6973819. OLE color: 6973819.
HSL color Cylindrical-coordinate representation of color #7B696A: hue angle of 356.67º 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 #7B696A is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 105 | 106 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.52 |
| HSL | 356.67º | 0.08% | 0.45% | - |
| HSV(B) | 356.67º | 0.15% | 0.48% | - |
| XYZ | 15.82 | 15.35 | 15.77 | - |
| YUV | 110.5 | 125.46 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 105 | 106 | 0 | 0.15 | 0.14 | 0.52 | 356.67 | 0.08 | 0.45 |
| Hex | 7B | 69 | 6A | 0 | F | E | 34 | 165 | 8 | 2D |
| Octal | 173 | 151 | 152 | 0 | 17 | 16 | 64 | 545 | 10 | 55 |
| Binary | 1111011 | 1101001 | 1101010 | 0 | 1111 | 1110 | 110100 | 101100101 | 1000 | 101101 |
Color Harmonies of #7B696A
Complementary color
Monochromatic Colors of #7B696A
Black with #7B696A
Text Example
Text Example
White with #7B696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B696A; }
p { color: rgb(123,105,106); }
H1.HeaderClassName
{
color: #7B696A;
}
.AnyTagClassName
{
color: #7B696A;
}
</style>
background-color css
<style>
a { background-color: #7B696A; }
a { background-color: rgb(123,105,106); }
div.DivClassName
{
background-color: #7B696A;
}
.BgClassName
{
background-color: #7B696A;
}
</style>
border-color css
<style>
span { border-color: #7B696A; }
span { border-color: rgb(123,105,106); }
td.TdClassName
{
border-color: #7B696A;
}
.TagClassName
{
border-color: #7B696A;
}
</style>