Shades of Empress #756A6C
Tints of Empress #756A6C
RGB
CMYK
RGB Variations
Color information
#756A6C (or 0x756A6C) is known color: Empress. HEX triplet: 75, 6A and 6C. RGB value is (117,106,108). Sum of RGB (Red+Green+Blue) = 117+106+108=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 117 - color contains mainly: red. Hex color #756A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756A6C is #8A9593. Grayscale: #6D6D6D. Windows color (decimal): -9082260 or 7105141. OLE color: 7105141.
HSL color Cylindrical-coordinate representation of color #756A6C: hue angle of 349.09º 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 #756A6C is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 106 | 108 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.54 |
| HSL | 349.09º | 0.05% | 0.44% | - |
| HSV(B) | 349.09º | 0.09% | 0.46% | - |
| XYZ | 15.2 | 15.17 | 16.32 | - |
| YUV | 109.52 | 127.14 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 108 | 0 | 0.09 | 0.08 | 0.54 | 349.09 | 0.05 | 0.44 |
| Hex | 75 | 6A | 6C | 0 | 9 | 8 | 36 | 15D | 5 | 2C |
| Octal | 165 | 152 | 154 | 0 | 11 | 10 | 66 | 535 | 5 | 54 |
| Binary | 1110101 | 1101010 | 1101100 | 0 | 1001 | 1000 | 110110 | 101011101 | 101 | 101100 |
Color Harmonies of #756A6C
Complementary color
Monochromatic Colors of #756A6C
Black with #756A6C
Text Example
Text Example
White with #756A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756A6C; }
p { color: rgb(117,106,108); }
H1.HeaderClassName
{
color: #756A6C;
}
.AnyTagClassName
{
color: #756A6C;
}
</style>
background-color css
<style>
a { background-color: #756A6C; }
a { background-color: rgb(117,106,108); }
div.DivClassName
{
background-color: #756A6C;
}
.BgClassName
{
background-color: #756A6C;
}
</style>
border-color css
<style>
span { border-color: #756A6C; }
span { border-color: rgb(117,106,108); }
td.TdClassName
{
border-color: #756A6C;
}
.TagClassName
{
border-color: #756A6C;
}
</style>