Shades of Empress #82686B
Tints of Empress #82686B
RGB
CMYK
RGB Variations
Color information
#82686B (or 0x82686B) is known color: Empress. HEX triplet: 82, 68 and 6B. RGB value is (130,104,107). Sum of RGB (Red+Green+Blue) = 130+104+107=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 130 - color contains mainly: red. Hex color #82686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82686B is #7D9794. Grayscale: #707070. Windows color (decimal): -8230805 or 7039106. OLE color: 7039106.
HSL color Cylindrical-coordinate representation of color #82686B: hue angle of 353.08º 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 #82686B is Cyan = 0, Magento = 0.2, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 104 | 107 | - |
| CMYK | 0 | 0.2 | 0.18 | 0.49 |
| HSL | 353.08º | 0.11% | 0.46% | - |
| HSV(B) | 353.08º | 0.2% | 0.51% | - |
| XYZ | 16.81 | 15.71 | 16.06 | - |
| YUV | 112.12 | 125.11 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 104 | 107 | 0 | 0.2 | 0.18 | 0.49 | 353.08 | 0.11 | 0.46 |
| Hex | 82 | 68 | 6B | 0 | 14 | 12 | 31 | 161 | B | 2E |
| Octal | 202 | 150 | 153 | 0 | 24 | 22 | 61 | 541 | 13 | 56 |
| Binary | 10000010 | 1101000 | 1101011 | 0 | 10100 | 10010 | 110001 | 101100001 | 1011 | 101110 |
Color Harmonies of #82686B
Complementary color
Monochromatic Colors of #82686B
Black with #82686B
Text Example
Text Example
White with #82686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82686B; }
p { color: rgb(130,104,107); }
H1.HeaderClassName
{
color: #82686B;
}
.AnyTagClassName
{
color: #82686B;
}
</style>
background-color css
<style>
a { background-color: #82686B; }
a { background-color: rgb(130,104,107); }
div.DivClassName
{
background-color: #82686B;
}
.BgClassName
{
background-color: #82686B;
}
</style>
border-color css
<style>
span { border-color: #82686B; }
span { border-color: rgb(130,104,107); }
td.TdClassName
{
border-color: #82686B;
}
.TagClassName
{
border-color: #82686B;
}
</style>