Shades of Empress #767374
Tints of Empress #767374
RGB
CMYK
RGB Variations
Color information
#767374 (or 0x767374) is known color: Empress. HEX triplet: 76, 73 and 74. RGB value is (118,115,116). Sum of RGB (Red+Green+Blue) = 118+115+116=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 118 - color contains mainly: red. Hex color #767374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767374 is #898C8B. Grayscale: #747474. Windows color (decimal): -9014412 or 7631734. OLE color: 7631734.
HSL color Cylindrical-coordinate representation of color #767374: hue angle of 340º degrees, saturation: 0.01, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #767374 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 115 | 116 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.54 |
| HSL | 340º | 0.01% | 0.46% | - |
| HSV(B) | 340º | 0.03% | 0.46% | - |
| XYZ | 16.75 | 17.37 | 18.99 | - |
| YUV | 116.01 | 127.99 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 115 | 116 | 0 | 0.03 | 0.02 | 0.54 | 340 | 0.01 | 0.46 |
| Hex | 76 | 73 | 74 | 0 | 3 | 2 | 36 | 154 | 1 | 2E |
| Octal | 166 | 163 | 164 | 0 | 3 | 2 | 66 | 524 | 1 | 56 |
| Binary | 1110110 | 1110011 | 1110100 | 0 | 11 | 10 | 110110 | 101010100 | 1 | 101110 |
Color Harmonies of #767374
Complementary color
Monochromatic Colors of #767374
Black with #767374
Text Example
Text Example
White with #767374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767374; }
p { color: rgb(118,115,116); }
H1.HeaderClassName
{
color: #767374;
}
.AnyTagClassName
{
color: #767374;
}
</style>
background-color css
<style>
a { background-color: #767374; }
a { background-color: rgb(118,115,116); }
div.DivClassName
{
background-color: #767374;
}
.BgClassName
{
background-color: #767374;
}
</style>
border-color css
<style>
span { border-color: #767374; }
span { border-color: rgb(118,115,116); }
td.TdClassName
{
border-color: #767374;
}
.TagClassName
{
border-color: #767374;
}
</style>