Shades of Empress #82686D
Tints of Empress #82686D
RGB
CMYK
RGB Variations
Color information
#82686D (or 0x82686D) is known color: Empress. HEX triplet: 82, 68 and 6D. RGB value is (130,104,109). Sum of RGB (Red+Green+Blue) = 130+104+109=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 130 - color contains mainly: red. Hex color #82686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82686D is #7D9792. Grayscale: #707070. Windows color (decimal): -8230803 or 7170178. OLE color: 7170178.
HSL color Cylindrical-coordinate representation of color #82686D: hue angle of 348.46º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #82686D is Cyan = 0, Magento = 0.2, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 104 | 109 | - |
| CMYK | 0 | 0.2 | 0.16 | 0.49 |
| HSL | 348.46º | 0.11% | 0.46% | - |
| HSV(B) | 348.46º | 0.2% | 0.51% | - |
| XYZ | 16.92 | 15.75 | 16.62 | - |
| YUV | 112.34 | 126.11 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 104 | 109 | 0 | 0.2 | 0.16 | 0.49 | 348.46 | 0.11 | 0.46 |
| Hex | 82 | 68 | 6D | 0 | 14 | 10 | 31 | 15C | B | 2E |
| Octal | 202 | 150 | 155 | 0 | 24 | 20 | 61 | 534 | 13 | 56 |
| Binary | 10000010 | 1101000 | 1101101 | 0 | 10100 | 10000 | 110001 | 101011100 | 1011 | 101110 |
Color Harmonies of #82686D
Complementary color
Monochromatic Colors of #82686D
Black with #82686D
Text Example
Text Example
White with #82686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82686D; }
p { color: rgb(130,104,109); }
H1.HeaderClassName
{
color: #82686D;
}
.AnyTagClassName
{
color: #82686D;
}
</style>
background-color css
<style>
a { background-color: #82686D; }
a { background-color: rgb(130,104,109); }
div.DivClassName
{
background-color: #82686D;
}
.BgClassName
{
background-color: #82686D;
}
</style>
border-color css
<style>
span { border-color: #82686D; }
span { border-color: rgb(130,104,109); }
td.TdClassName
{
border-color: #82686D;
}
.TagClassName
{
border-color: #82686D;
}
</style>