Shades of Empress #75676A
Tints of Empress #75676A
RGB
CMYK
RGB Variations
Color information
#75676A (or 0x75676A) is known color: Empress. HEX triplet: 75, 67 and 6A. RGB value is (117,103,106). Sum of RGB (Red+Green+Blue) = 117+103+106=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 117 - color contains mainly: red. Hex color #75676A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75676A is #8A9895. Grayscale: #6B6B6B. Windows color (decimal): -9083030 or 6973301. OLE color: 6973301.
HSL color Cylindrical-coordinate representation of color #75676A: hue angle of 347.14º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #75676A is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 103 | 106 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.54 |
| HSL | 347.14º | 0.06% | 0.43% | - |
| HSV(B) | 347.14º | 0.12% | 0.46% | - |
| XYZ | 14.79 | 14.52 | 15.66 | - |
| YUV | 107.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 103 | 106 | 0 | 0.12 | 0.09 | 0.54 | 347.14 | 0.06 | 0.43 |
| Hex | 75 | 67 | 6A | 0 | C | 9 | 36 | 15B | 6 | 2B |
| Octal | 165 | 147 | 152 | 0 | 14 | 11 | 66 | 533 | 6 | 53 |
| Binary | 1110101 | 1100111 | 1101010 | 0 | 1100 | 1001 | 110110 | 101011011 | 110 | 101011 |
Color Harmonies of #75676A
Complementary color
Monochromatic Colors of #75676A
Black with #75676A
Text Example
Text Example
White with #75676A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75676A; }
p { color: rgb(117,103,106); }
H1.HeaderClassName
{
color: #75676A;
}
.AnyTagClassName
{
color: #75676A;
}
</style>
background-color css
<style>
a { background-color: #75676A; }
a { background-color: rgb(117,103,106); }
div.DivClassName
{
background-color: #75676A;
}
.BgClassName
{
background-color: #75676A;
}
</style>
border-color css
<style>
span { border-color: #75676A; }
span { border-color: rgb(117,103,106); }
td.TdClassName
{
border-color: #75676A;
}
.TagClassName
{
border-color: #75676A;
}
</style>