Shades of Empress #767173
Tints of Empress #767173
RGB
CMYK
RGB Variations
Color information
#767173 (or 0x767173) is known color: Empress. HEX triplet: 76, 71 and 73. RGB value is (118,113,115). Sum of RGB (Red+Green+Blue) = 118+113+115=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 118 - color contains mainly: red. Hex color #767173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767173 is #898E8C. Grayscale: #727272. Windows color (decimal): -9014925 or 7565686. OLE color: 7565686.
HSL color Cylindrical-coordinate representation of color #767173: hue angle of 336º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #767173 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 113 | 115 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.54 |
| HSL | 336º | 0.02% | 0.45% | - |
| HSV(B) | 336º | 0.04% | 0.46% | - |
| XYZ | 16.47 | 16.9 | 18.61 | - |
| YUV | 114.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 113 | 115 | 0 | 0.04 | 0.03 | 0.54 | 336 | 0.02 | 0.45 |
| Hex | 76 | 71 | 73 | 0 | 4 | 3 | 36 | 150 | 2 | 2D |
| Octal | 166 | 161 | 163 | 0 | 4 | 3 | 66 | 520 | 2 | 55 |
| Binary | 1110110 | 1110001 | 1110011 | 0 | 100 | 11 | 110110 | 101010000 | 10 | 101101 |
Color Harmonies of #767173
Complementary color
Monochromatic Colors of #767173
Black with #767173
Text Example
Text Example
White with #767173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767173; }
p { color: rgb(118,113,115); }
H1.HeaderClassName
{
color: #767173;
}
.AnyTagClassName
{
color: #767173;
}
</style>
background-color css
<style>
a { background-color: #767173; }
a { background-color: rgb(118,113,115); }
div.DivClassName
{
background-color: #767173;
}
.BgClassName
{
background-color: #767173;
}
</style>
border-color css
<style>
span { border-color: #767173; }
span { border-color: rgb(118,113,115); }
td.TdClassName
{
border-color: #767173;
}
.TagClassName
{
border-color: #767173;
}
</style>