Shades of Empress #756B6D
Tints of Empress #756B6D
RGB
CMYK
RGB Variations
Color information
#756B6D (or 0x756B6D) is known color: Empress. HEX triplet: 75, 6B and 6D. RGB value is (117,107,109). Sum of RGB (Red+Green+Blue) = 117+107+109=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 117 - color contains mainly: red. Hex color #756B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B6D is #8A9492. Grayscale: #6E6E6E. Windows color (decimal): -9082003 or 7170933. OLE color: 7170933.
HSL color Cylindrical-coordinate representation of color #756B6D: hue angle of 348º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #756B6D is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 107 | 109 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.54 |
| HSL | 348º | 0.04% | 0.44% | - |
| HSV(B) | 348º | 0.09% | 0.46% | - |
| XYZ | 15.35 | 15.4 | 16.63 | - |
| YUV | 110.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 109 | 0 | 0.09 | 0.07 | 0.54 | 348 | 0.04 | 0.44 |
| Hex | 75 | 6B | 6D | 0 | 9 | 7 | 36 | 15C | 4 | 2C |
| Octal | 165 | 153 | 155 | 0 | 11 | 7 | 66 | 534 | 4 | 54 |
| Binary | 1110101 | 1101011 | 1101101 | 0 | 1001 | 111 | 110110 | 101011100 | 100 | 101100 |
Color Harmonies of #756B6D
Complementary color
Monochromatic Colors of #756B6D
Black with #756B6D
Text Example
Text Example
White with #756B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756B6D; }
p { color: rgb(117,107,109); }
H1.HeaderClassName
{
color: #756B6D;
}
.AnyTagClassName
{
color: #756B6D;
}
</style>
background-color css
<style>
a { background-color: #756B6D; }
a { background-color: rgb(117,107,109); }
div.DivClassName
{
background-color: #756B6D;
}
.BgClassName
{
background-color: #756B6D;
}
</style>
border-color css
<style>
span { border-color: #756B6D; }
span { border-color: rgb(117,107,109); }
td.TdClassName
{
border-color: #756B6D;
}
.TagClassName
{
border-color: #756B6D;
}
</style>