Shades of Empress #826B74
Tints of Empress #826B74
RGB
CMYK
RGB Variations
Color information
#826B74 (or 0x826B74) is known color: Empress. HEX triplet: 82, 6B and 74. RGB value is (130,107,116). Sum of RGB (Red+Green+Blue) = 130+107+116=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 130 - color contains mainly: red. Hex color #826B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826B74 is #7D948B. Grayscale: #727272. Windows color (decimal): -8230028 or 7629698. OLE color: 7629698.
HSL color Cylindrical-coordinate representation of color #826B74: hue angle of 336.52º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #826B74 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 107 | 116 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.49 |
| HSL | 336.52º | 0.1% | 0.46% | - |
| HSV(B) | 336.52º | 0.18% | 0.51% | - |
| XYZ | 17.62 | 16.52 | 18.78 | - |
| YUV | 114.9 | 128.62 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 107 | 116 | 0 | 0.18 | 0.11 | 0.49 | 336.52 | 0.1 | 0.46 |
| Hex | 82 | 6B | 74 | 0 | 12 | B | 31 | 151 | A | 2E |
| Octal | 202 | 153 | 164 | 0 | 22 | 13 | 61 | 521 | 12 | 56 |
| Binary | 10000010 | 1101011 | 1110100 | 0 | 10010 | 1011 | 110001 | 101010001 | 1010 | 101110 |
Color Harmonies of #826B74
Complementary color
Monochromatic Colors of #826B74
Black with #826B74
Text Example
Text Example
White with #826B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826B74; }
p { color: rgb(130,107,116); }
H1.HeaderClassName
{
color: #826B74;
}
.AnyTagClassName
{
color: #826B74;
}
</style>
background-color css
<style>
a { background-color: #826B74; }
a { background-color: rgb(130,107,116); }
div.DivClassName
{
background-color: #826B74;
}
.BgClassName
{
background-color: #826B74;
}
</style>
border-color css
<style>
span { border-color: #826B74; }
span { border-color: rgb(130,107,116); }
td.TdClassName
{
border-color: #826B74;
}
.TagClassName
{
border-color: #826B74;
}
</style>