Shades of Empress #756C6F
Tints of Empress #756C6F
RGB
CMYK
RGB Variations
Color information
#756C6F (or 0x756C6F) is known color: Empress. HEX triplet: 75, 6C and 6F. RGB value is (117,108,111). Sum of RGB (Red+Green+Blue) = 117+108+111=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 117 - color contains mainly: red. Hex color #756C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756C6F is #8A9390. Grayscale: #6F6F6F. Windows color (decimal): -9081745 or 7302261. OLE color: 7302261.
HSL color Cylindrical-coordinate representation of color #756C6F: hue angle of 340º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #756C6F is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 108 | 111 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.54 |
| HSL | 340º | 0.04% | 0.44% | - |
| HSV(B) | 340º | 0.08% | 0.46% | - |
| XYZ | 15.57 | 15.65 | 17.24 | - |
| YUV | 111.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 111 | 0 | 0.08 | 0.05 | 0.54 | 340 | 0.04 | 0.44 |
| Hex | 75 | 6C | 6F | 0 | 8 | 5 | 36 | 154 | 4 | 2C |
| Octal | 165 | 154 | 157 | 0 | 10 | 5 | 66 | 524 | 4 | 54 |
| Binary | 1110101 | 1101100 | 1101111 | 0 | 1000 | 101 | 110110 | 101010100 | 100 | 101100 |
Color Harmonies of #756C6F
Complementary color
Monochromatic Colors of #756C6F
Black with #756C6F
Text Example
Text Example
White with #756C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756C6F; }
p { color: rgb(117,108,111); }
H1.HeaderClassName
{
color: #756C6F;
}
.AnyTagClassName
{
color: #756C6F;
}
</style>
background-color css
<style>
a { background-color: #756C6F; }
a { background-color: rgb(117,108,111); }
div.DivClassName
{
background-color: #756C6F;
}
.BgClassName
{
background-color: #756C6F;
}
</style>
border-color css
<style>
span { border-color: #756C6F; }
span { border-color: rgb(117,108,111); }
td.TdClassName
{
border-color: #756C6F;
}
.TagClassName
{
border-color: #756C6F;
}
</style>