Shades of Empress #706A6B
Tints of Empress #706A6B
RGB
CMYK
RGB Variations
Color information
#706A6B (or 0x706A6B) is known color: Empress. HEX triplet: 70, 6A and 6B. RGB value is (112,106,107). Sum of RGB (Red+Green+Blue) = 112+106+107=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 112 - color contains mainly: red. Hex color #706A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A6B is #8F9594. Grayscale: #6B6B6B. Windows color (decimal): -9409941 or 7039600. OLE color: 7039600.
HSL color Cylindrical-coordinate representation of color #706A6B: hue angle of 350º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #706A6B is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 106 | 107 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.56 |
| HSL | 350º | 0.03% | 0.43% | - |
| HSV(B) | 350º | 0.05% | 0.44% | - |
| XYZ | 14.49 | 14.81 | 16.01 | - |
| YUV | 107.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 107 | 0 | 0.05 | 0.04 | 0.56 | 350 | 0.03 | 0.43 |
| Hex | 70 | 6A | 6B | 0 | 5 | 4 | 38 | 15E | 3 | 2B |
| Octal | 160 | 152 | 153 | 0 | 5 | 4 | 70 | 536 | 3 | 53 |
| Binary | 1110000 | 1101010 | 1101011 | 0 | 101 | 100 | 111000 | 101011110 | 11 | 101011 |
Color Harmonies of #706A6B
Complementary color
Monochromatic Colors of #706A6B
Black with #706A6B
Text Example
Text Example
White with #706A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A6B; }
p { color: rgb(112,106,107); }
H1.HeaderClassName
{
color: #706A6B;
}
.AnyTagClassName
{
color: #706A6B;
}
</style>
background-color css
<style>
a { background-color: #706A6B; }
a { background-color: rgb(112,106,107); }
div.DivClassName
{
background-color: #706A6B;
}
.BgClassName
{
background-color: #706A6B;
}
</style>
border-color css
<style>
span { border-color: #706A6B; }
span { border-color: rgb(112,106,107); }
td.TdClassName
{
border-color: #706A6B;
}
.TagClassName
{
border-color: #706A6B;
}
</style>