Shades of Empress #82676B
Tints of Empress #82676B
RGB
CMYK
RGB Variations
Color information
#82676B (or 0x82676B) is known color: Empress. HEX triplet: 82, 67 and 6B. RGB value is (130,103,107). Sum of RGB (Red+Green+Blue) = 130+103+107=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 130 - color contains mainly: red. Hex color #82676B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82676B is #7D9894. Grayscale: #6F6F6F. Windows color (decimal): -8231061 or 7038850. OLE color: 7038850.
HSL color Cylindrical-coordinate representation of color #82676B: hue angle of 351.11º 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 #82676B is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 103 | 107 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.49 |
| HSL | 351.11º | 0.12% | 0.46% | - |
| HSV(B) | 351.11º | 0.21% | 0.51% | - |
| XYZ | 16.71 | 15.51 | 16.02 | - |
| YUV | 111.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 103 | 107 | 0 | 0.21 | 0.18 | 0.49 | 351.11 | 0.12 | 0.46 |
| Hex | 82 | 67 | 6B | 0 | 15 | 12 | 31 | 15F | C | 2E |
| Octal | 202 | 147 | 153 | 0 | 25 | 22 | 61 | 537 | 14 | 56 |
| Binary | 10000010 | 1100111 | 1101011 | 0 | 10101 | 10010 | 110001 | 101011111 | 1100 | 101110 |
Color Harmonies of #82676B
Complementary color
Monochromatic Colors of #82676B
Black with #82676B
Text Example
Text Example
White with #82676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82676B; }
p { color: rgb(130,103,107); }
H1.HeaderClassName
{
color: #82676B;
}
.AnyTagClassName
{
color: #82676B;
}
</style>
background-color css
<style>
a { background-color: #82676B; }
a { background-color: rgb(130,103,107); }
div.DivClassName
{
background-color: #82676B;
}
.BgClassName
{
background-color: #82676B;
}
</style>
border-color css
<style>
span { border-color: #82676B; }
span { border-color: rgb(130,103,107); }
td.TdClassName
{
border-color: #82676B;
}
.TagClassName
{
border-color: #82676B;
}
</style>