Shades of Empress #756A6D
Tints of Empress #756A6D
RGB
CMYK
RGB Variations
Color information
#756A6D (or 0x756A6D) is known color: Empress. HEX triplet: 75, 6A and 6D. RGB value is (117,106,109). Sum of RGB (Red+Green+Blue) = 117+106+109=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 117 - color contains mainly: red. Hex color #756A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756A6D is #8A9592. Grayscale: #6D6D6D. Windows color (decimal): -9082259 or 7170677. OLE color: 7170677.
HSL color Cylindrical-coordinate representation of color #756A6D: hue angle of 343.64º degrees, saturation: 0.05, 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 #756A6D is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 106 | 109 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.54 |
| HSL | 343.64º | 0.05% | 0.44% | - |
| HSV(B) | 343.64º | 0.09% | 0.46% | - |
| XYZ | 15.25 | 15.19 | 16.6 | - |
| YUV | 109.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 109 | 0 | 0.09 | 0.07 | 0.54 | 343.64 | 0.05 | 0.44 |
| Hex | 75 | 6A | 6D | 0 | 9 | 7 | 36 | 158 | 5 | 2C |
| Octal | 165 | 152 | 155 | 0 | 11 | 7 | 66 | 530 | 5 | 54 |
| Binary | 1110101 | 1101010 | 1101101 | 0 | 1001 | 111 | 110110 | 101011000 | 101 | 101100 |
Color Harmonies of #756A6D
Complementary color
Monochromatic Colors of #756A6D
Black with #756A6D
Text Example
Text Example
White with #756A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756A6D; }
p { color: rgb(117,106,109); }
H1.HeaderClassName
{
color: #756A6D;
}
.AnyTagClassName
{
color: #756A6D;
}
</style>
background-color css
<style>
a { background-color: #756A6D; }
a { background-color: rgb(117,106,109); }
div.DivClassName
{
background-color: #756A6D;
}
.BgClassName
{
background-color: #756A6D;
}
</style>
border-color css
<style>
span { border-color: #756A6D; }
span { border-color: rgb(117,106,109); }
td.TdClassName
{
border-color: #756A6D;
}
.TagClassName
{
border-color: #756A6D;
}
</style>