Shades of Empress #71696A
Tints of Empress #71696A
RGB
CMYK
RGB Variations
Color information
#71696A (or 0x71696A) is known color: Empress. HEX triplet: 71, 69 and 6A. RGB value is (113,105,106). Sum of RGB (Red+Green+Blue) = 113+105+106=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 113 - color contains mainly: red. Hex color #71696A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71696A is #8E9695. Grayscale: #6B6B6B. Windows color (decimal): -9344662 or 6973809. OLE color: 6973809.
HSL color Cylindrical-coordinate representation of color #71696A: hue angle of 352.5º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #71696A is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 105 | 106 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.56 |
| HSL | 352.5º | 0.04% | 0.43% | - |
| HSV(B) | 352.5º | 0.07% | 0.44% | - |
| XYZ | 14.46 | 14.65 | 15.7 | - |
| YUV | 107.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 105 | 106 | 0 | 0.07 | 0.06 | 0.56 | 352.5 | 0.04 | 0.43 |
| Hex | 71 | 69 | 6A | 0 | 7 | 6 | 38 | 160 | 4 | 2B |
| Octal | 161 | 151 | 152 | 0 | 7 | 6 | 70 | 540 | 4 | 53 |
| Binary | 1110001 | 1101001 | 1101010 | 0 | 111 | 110 | 111000 | 101100000 | 100 | 101011 |
Color Harmonies of #71696A
Complementary color
Monochromatic Colors of #71696A
Black with #71696A
Text Example
Text Example
White with #71696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71696A; }
p { color: rgb(113,105,106); }
H1.HeaderClassName
{
color: #71696A;
}
.AnyTagClassName
{
color: #71696A;
}
</style>
background-color css
<style>
a { background-color: #71696A; }
a { background-color: rgb(113,105,106); }
div.DivClassName
{
background-color: #71696A;
}
.BgClassName
{
background-color: #71696A;
}
</style>
border-color css
<style>
span { border-color: #71696A; }
span { border-color: rgb(113,105,106); }
td.TdClassName
{
border-color: #71696A;
}
.TagClassName
{
border-color: #71696A;
}
</style>