Shades of Empress #82666C
Tints of Empress #82666C
RGB
CMYK
RGB Variations
Color information
#82666C (or 0x82666C) is known color: Empress. HEX triplet: 82, 66 and 6C. RGB value is (130,102,108). Sum of RGB (Red+Green+Blue) = 130+102+108=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 130 - color contains mainly: red. Hex color #82666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82666C is #7D9993. Grayscale: #6F6F6F. Windows color (decimal): -8231316 or 7104130. OLE color: 7104130.
HSL color Cylindrical-coordinate representation of color #82666C: hue angle of 347.14º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #82666C is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 102 | 108 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.49 |
| HSL | 347.14º | 0.12% | 0.45% | - |
| HSV(B) | 347.14º | 0.22% | 0.51% | - |
| XYZ | 16.66 | 15.33 | 16.27 | - |
| YUV | 111.06 | 126.28 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 102 | 108 | 0 | 0.22 | 0.17 | 0.49 | 347.14 | 0.12 | 0.45 |
| Hex | 82 | 66 | 6C | 0 | 16 | 11 | 31 | 15B | C | 2D |
| Octal | 202 | 146 | 154 | 0 | 26 | 21 | 61 | 533 | 14 | 55 |
| Binary | 10000010 | 1100110 | 1101100 | 0 | 10110 | 10001 | 110001 | 101011011 | 1100 | 101101 |
Color Harmonies of #82666C
Complementary color
Monochromatic Colors of #82666C
Black with #82666C
Text Example
Text Example
White with #82666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82666C; }
p { color: rgb(130,102,108); }
H1.HeaderClassName
{
color: #82666C;
}
.AnyTagClassName
{
color: #82666C;
}
</style>
background-color css
<style>
a { background-color: #82666C; }
a { background-color: rgb(130,102,108); }
div.DivClassName
{
background-color: #82666C;
}
.BgClassName
{
background-color: #82666C;
}
</style>
border-color css
<style>
span { border-color: #82666C; }
span { border-color: rgb(130,102,108); }
td.TdClassName
{
border-color: #82666C;
}
.TagClassName
{
border-color: #82666C;
}
</style>