Shades of Empress #73696A
Tints of Empress #73696A
RGB
CMYK
RGB Variations
Color information
#73696A (or 0x73696A) is known color: Empress. HEX triplet: 73, 69 and 6A. RGB value is (115,105,106). Sum of RGB (Red+Green+Blue) = 115+105+106=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 115 - color contains mainly: red. Hex color #73696A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73696A is #8C9695. Grayscale: #6C6C6C. Windows color (decimal): -9213590 or 6973811. OLE color: 6973811.
HSL color Cylindrical-coordinate representation of color #73696A: hue angle of 354º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #73696A is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 105 | 106 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.55 |
| HSL | 354º | 0.05% | 0.43% | - |
| HSV(B) | 354º | 0.09% | 0.45% | - |
| XYZ | 14.72 | 14.79 | 15.71 | - |
| YUV | 108.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 105 | 106 | 0 | 0.09 | 0.08 | 0.55 | 354 | 0.05 | 0.43 |
| Hex | 73 | 69 | 6A | 0 | 9 | 8 | 37 | 162 | 5 | 2B |
| Octal | 163 | 151 | 152 | 0 | 11 | 10 | 67 | 542 | 5 | 53 |
| Binary | 1110011 | 1101001 | 1101010 | 0 | 1001 | 1000 | 110111 | 101100010 | 101 | 101011 |
Color Harmonies of #73696A
Complementary color
Monochromatic Colors of #73696A
Black with #73696A
Text Example
Text Example
White with #73696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73696A; }
p { color: rgb(115,105,106); }
H1.HeaderClassName
{
color: #73696A;
}
.AnyTagClassName
{
color: #73696A;
}
</style>
background-color css
<style>
a { background-color: #73696A; }
a { background-color: rgb(115,105,106); }
div.DivClassName
{
background-color: #73696A;
}
.BgClassName
{
background-color: #73696A;
}
</style>
border-color css
<style>
span { border-color: #73696A; }
span { border-color: rgb(115,105,106); }
td.TdClassName
{
border-color: #73696A;
}
.TagClassName
{
border-color: #73696A;
}
</style>