Shades of Empress #826C73
Tints of Empress #826C73
RGB
CMYK
RGB Variations
Color information
#826C73 (or 0x826C73) is known color: Empress. HEX triplet: 82, 6C and 73. RGB value is (130,108,115). Sum of RGB (Red+Green+Blue) = 130+108+115=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 130 - color contains mainly: red. Hex color #826C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826C73 is #7D938C. Grayscale: #737373. Windows color (decimal): -8229773 or 7564418. OLE color: 7564418.
HSL color Cylindrical-coordinate representation of color #826C73: hue angle of 340.91º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #826C73 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 108 | 115 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.49 |
| HSL | 340.91º | 0.09% | 0.47% | - |
| HSV(B) | 340.91º | 0.17% | 0.51% | - |
| XYZ | 17.66 | 16.71 | 18.51 | - |
| YUV | 115.38 | 127.79 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 108 | 115 | 0 | 0.17 | 0.12 | 0.49 | 340.91 | 0.09 | 0.47 |
| Hex | 82 | 6C | 73 | 0 | 11 | C | 31 | 155 | 9 | 2F |
| Octal | 202 | 154 | 163 | 0 | 21 | 14 | 61 | 525 | 11 | 57 |
| Binary | 10000010 | 1101100 | 1110011 | 0 | 10001 | 1100 | 110001 | 101010101 | 1001 | 101111 |
Color Harmonies of #826C73
Complementary color
Monochromatic Colors of #826C73
Black with #826C73
Text Example
Text Example
White with #826C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826C73; }
p { color: rgb(130,108,115); }
H1.HeaderClassName
{
color: #826C73;
}
.AnyTagClassName
{
color: #826C73;
}
</style>
background-color css
<style>
a { background-color: #826C73; }
a { background-color: rgb(130,108,115); }
div.DivClassName
{
background-color: #826C73;
}
.BgClassName
{
background-color: #826C73;
}
</style>
border-color css
<style>
span { border-color: #826C73; }
span { border-color: rgb(130,108,115); }
td.TdClassName
{
border-color: #826C73;
}
.TagClassName
{
border-color: #826C73;
}
</style>