Shades of Bitter #82876D
Tints of Bitter #82876D
RGB
CMYK
RGB Variations
Color information
#82876D (or 0x82876D) is known color: Bitter. HEX triplet: 82, 87 and 6D. RGB value is (130,135,109). Sum of RGB (Red+Green+Blue) = 130+135+109=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 135 - color contains mainly: green. Hex color #82876D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82876D is #7D7892. Grayscale: #828282. Windows color (decimal): -8222867 or 7178114. OLE color: 7178114.
HSL color Cylindrical-coordinate representation of color #82876D: hue angle of 71.54º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #82876D is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 135 | 109 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.47 |
| HSL | 71.54º | 0.11% | 0.48% | - |
| HSV(B) | 71.54º | 0.19% | 0.53% | - |
| XYZ | 20.63 | 23.18 | 17.85 | - |
| YUV | 130.54 | 115.84 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 135 | 109 | 0.04 | 0 | 0.19 | 0.47 | 71.54 | 0.11 | 0.48 |
| Hex | 82 | 87 | 6D | 4 | 0 | 13 | 2F | 48 | B | 30 |
| Octal | 202 | 207 | 155 | 4 | 0 | 23 | 57 | 110 | 13 | 60 |
| Binary | 10000010 | 10000111 | 1101101 | 100 | 0 | 10011 | 101111 | 1001000 | 1011 | 110000 |
Color Harmonies of #82876D
Complementary color
Monochromatic Colors of #82876D
Black with #82876D
Text Example
Text Example
White with #82876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82876D; }
p { color: rgb(130,135,109); }
H1.HeaderClassName
{
color: #82876D;
}
.AnyTagClassName
{
color: #82876D;
}
</style>
background-color css
<style>
a { background-color: #82876D; }
a { background-color: rgb(130,135,109); }
div.DivClassName
{
background-color: #82876D;
}
.BgClassName
{
background-color: #82876D;
}
</style>
border-color css
<style>
span { border-color: #82876D; }
span { border-color: rgb(130,135,109); }
td.TdClassName
{
border-color: #82876D;
}
.TagClassName
{
border-color: #82876D;
}
</style>