Shades of Empress #75696A
Tints of Empress #75696A
RGB
CMYK
RGB Variations
Color information
#75696A (or 0x75696A) is known color: Empress. HEX triplet: 75, 69 and 6A. RGB value is (117,105,106). Sum of RGB (Red+Green+Blue) = 117+105+106=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 117 - color contains mainly: red. Hex color #75696A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75696A is #8A9695. Grayscale: #6C6C6C. Windows color (decimal): -9082518 or 6973813. OLE color: 6973813.
HSL color Cylindrical-coordinate representation of color #75696A: hue angle of 355º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #75696A is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 105 | 106 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.54 |
| HSL | 355º | 0.05% | 0.44% | - |
| HSV(B) | 355º | 0.1% | 0.46% | - |
| XYZ | 14.99 | 14.93 | 15.73 | - |
| YUV | 108.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 105 | 106 | 0 | 0.10 | 0.09 | 0.54 | 355 | 0.05 | 0.44 |
| Hex | 75 | 69 | 6A | 0 | A | 9 | 36 | 163 | 5 | 2C |
| Octal | 165 | 151 | 152 | 0 | 12 | 11 | 66 | 543 | 5 | 54 |
| Binary | 1110101 | 1101001 | 1101010 | 0 | 1010 | 1001 | 110110 | 101100011 | 101 | 101100 |
Color Harmonies of #75696A
Complementary color
Monochromatic Colors of #75696A
Black with #75696A
Text Example
Text Example
White with #75696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75696A; }
p { color: rgb(117,105,106); }
H1.HeaderClassName
{
color: #75696A;
}
.AnyTagClassName
{
color: #75696A;
}
</style>
background-color css
<style>
a { background-color: #75696A; }
a { background-color: rgb(117,105,106); }
div.DivClassName
{
background-color: #75696A;
}
.BgClassName
{
background-color: #75696A;
}
</style>
border-color css
<style>
span { border-color: #75696A; }
span { border-color: rgb(117,105,106); }
td.TdClassName
{
border-color: #75696A;
}
.TagClassName
{
border-color: #75696A;
}
</style>