Shades of Empress #756D6F
Tints of Empress #756D6F
RGB
CMYK
RGB Variations
Color information
#756D6F (or 0x756D6F) is known color: Empress. HEX triplet: 75, 6D and 6F. RGB value is (117,109,111). Sum of RGB (Red+Green+Blue) = 117+109+111=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 117 - color contains mainly: red. Hex color #756D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D6F is #8A9290. Grayscale: #6F6F6F. Windows color (decimal): -9081489 or 7302517. OLE color: 7302517.
HSL color Cylindrical-coordinate representation of color #756D6F: hue angle of 345º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #756D6F is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 109 | 111 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.54 |
| HSL | 345º | 0.04% | 0.44% | - |
| HSV(B) | 345º | 0.07% | 0.46% | - |
| XYZ | 15.67 | 15.87 | 17.28 | - |
| YUV | 111.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 111 | 0 | 0.07 | 0.05 | 0.54 | 345 | 0.04 | 0.44 |
| Hex | 75 | 6D | 6F | 0 | 7 | 5 | 36 | 159 | 4 | 2C |
| Octal | 165 | 155 | 157 | 0 | 7 | 5 | 66 | 531 | 4 | 54 |
| Binary | 1110101 | 1101101 | 1101111 | 0 | 111 | 101 | 110110 | 101011001 | 100 | 101100 |
Color Harmonies of #756D6F
Complementary color
Monochromatic Colors of #756D6F
Black with #756D6F
Text Example
Text Example
White with #756D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D6F; }
p { color: rgb(117,109,111); }
H1.HeaderClassName
{
color: #756D6F;
}
.AnyTagClassName
{
color: #756D6F;
}
</style>
background-color css
<style>
a { background-color: #756D6F; }
a { background-color: rgb(117,109,111); }
div.DivClassName
{
background-color: #756D6F;
}
.BgClassName
{
background-color: #756D6F;
}
</style>
border-color css
<style>
span { border-color: #756D6F; }
span { border-color: rgb(117,109,111); }
td.TdClassName
{
border-color: #756D6F;
}
.TagClassName
{
border-color: #756D6F;
}
</style>