Shades of Empress #82676D
Tints of Empress #82676D
RGB
CMYK
RGB Variations
Color information
#82676D (or 0x82676D) is known color: Empress. HEX triplet: 82, 67 and 6D. RGB value is (130,103,109). Sum of RGB (Red+Green+Blue) = 130+103+109=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 130 - color contains mainly: red. Hex color #82676D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82676D is #7D9892. Grayscale: #6F6F6F. Windows color (decimal): -8231059 or 7169922. OLE color: 7169922.
HSL color Cylindrical-coordinate representation of color #82676D: hue angle of 346.67º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #82676D is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 103 | 109 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.49 |
| HSL | 346.67º | 0.12% | 0.46% | - |
| HSV(B) | 346.67º | 0.21% | 0.51% | - |
| XYZ | 16.82 | 15.55 | 16.58 | - |
| YUV | 111.76 | 126.45 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 103 | 109 | 0 | 0.21 | 0.16 | 0.49 | 346.67 | 0.12 | 0.46 |
| Hex | 82 | 67 | 6D | 0 | 15 | 10 | 31 | 15B | C | 2E |
| Octal | 202 | 147 | 155 | 0 | 25 | 20 | 61 | 533 | 14 | 56 |
| Binary | 10000010 | 1100111 | 1101101 | 0 | 10101 | 10000 | 110001 | 101011011 | 1100 | 101110 |
Color Harmonies of #82676D
Complementary color
Monochromatic Colors of #82676D
Black with #82676D
Text Example
Text Example
White with #82676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82676D; }
p { color: rgb(130,103,109); }
H1.HeaderClassName
{
color: #82676D;
}
.AnyTagClassName
{
color: #82676D;
}
</style>
background-color css
<style>
a { background-color: #82676D; }
a { background-color: rgb(130,103,109); }
div.DivClassName
{
background-color: #82676D;
}
.BgClassName
{
background-color: #82676D;
}
</style>
border-color css
<style>
span { border-color: #82676D; }
span { border-color: rgb(130,103,109); }
td.TdClassName
{
border-color: #82676D;
}
.TagClassName
{
border-color: #82676D;
}
</style>