Shades of Bitter #828762
Tints of Bitter #828762
RGB
CMYK
RGB Variations
Color information
#828762 (or 0x828762) is known color: Bitter. HEX triplet: 82, 87 and 62. RGB value is (130,135,98). Sum of RGB (Red+Green+Blue) = 130+135+98=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 135 - color contains mainly: green. Hex color #828762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828762 is #7D789D. Grayscale: #818181. Windows color (decimal): -8222878 or 6457218. OLE color: 6457218.
HSL color Cylindrical-coordinate representation of color #828762: hue angle of 68.11º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #828762 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 135 | 98 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.47 |
| HSL | 68.11º | 0.16% | 0.46% | - |
| HSV(B) | 68.11º | 0.27% | 0.53% | - |
| XYZ | 20.07 | 22.96 | 14.93 | - |
| YUV | 129.29 | 110.34 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 135 | 98 | 0.04 | 0 | 0.27 | 0.47 | 68.11 | 0.16 | 0.46 |
| Hex | 82 | 87 | 62 | 4 | 0 | 1B | 2F | 44 | 10 | 2E |
| Octal | 202 | 207 | 142 | 4 | 0 | 33 | 57 | 104 | 20 | 56 |
| Binary | 10000010 | 10000111 | 1100010 | 100 | 0 | 11011 | 101111 | 1000100 | 10000 | 101110 |
Color Harmonies of #828762
Complementary color
Monochromatic Colors of #828762
Black with #828762
Text Example
Text Example
White with #828762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828762; }
p { color: rgb(130,135,98); }
H1.HeaderClassName
{
color: #828762;
}
.AnyTagClassName
{
color: #828762;
}
</style>
background-color css
<style>
a { background-color: #828762; }
a { background-color: rgb(130,135,98); }
div.DivClassName
{
background-color: #828762;
}
.BgClassName
{
background-color: #828762;
}
</style>
border-color css
<style>
span { border-color: #828762; }
span { border-color: rgb(130,135,98); }
td.TdClassName
{
border-color: #828762;
}
.TagClassName
{
border-color: #828762;
}
</style>