Shades of Empress #75686A
Tints of Empress #75686A
RGB
CMYK
RGB Variations
Color information
#75686A (or 0x75686A) is known color: Empress. HEX triplet: 75, 68 and 6A. RGB value is (117,104,106). Sum of RGB (Red+Green+Blue) = 117+104+106=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 117 - color contains mainly: red. Hex color #75686A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75686A is #8A9795. Grayscale: #6C6C6C. Windows color (decimal): -9082774 or 6973557. OLE color: 6973557.
HSL color Cylindrical-coordinate representation of color #75686A: hue angle of 350.77º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #75686A is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 104 | 106 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.54 |
| HSL | 350.77º | 0.06% | 0.43% | - |
| HSV(B) | 350.77º | 0.11% | 0.46% | - |
| XYZ | 14.89 | 14.72 | 15.69 | - |
| YUV | 108.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 104 | 106 | 0 | 0.11 | 0.09 | 0.54 | 350.77 | 0.06 | 0.43 |
| Hex | 75 | 68 | 6A | 0 | B | 9 | 36 | 15F | 6 | 2B |
| Octal | 165 | 150 | 152 | 0 | 13 | 11 | 66 | 537 | 6 | 53 |
| Binary | 1110101 | 1101000 | 1101010 | 0 | 1011 | 1001 | 110110 | 101011111 | 110 | 101011 |
Color Harmonies of #75686A
Complementary color
Monochromatic Colors of #75686A
Black with #75686A
Text Example
Text Example
White with #75686A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75686A; }
p { color: rgb(117,104,106); }
H1.HeaderClassName
{
color: #75686A;
}
.AnyTagClassName
{
color: #75686A;
}
</style>
background-color css
<style>
a { background-color: #75686A; }
a { background-color: rgb(117,104,106); }
div.DivClassName
{
background-color: #75686A;
}
.BgClassName
{
background-color: #75686A;
}
</style>
border-color css
<style>
span { border-color: #75686A; }
span { border-color: rgb(117,104,106); }
td.TdClassName
{
border-color: #75686A;
}
.TagClassName
{
border-color: #75686A;
}
</style>