Shades of Bitter #818763
Tints of Bitter #818763
RGB
CMYK
RGB Variations
Color information
#818763 (or 0x818763) is known color: Bitter. HEX triplet: 81, 87 and 63. RGB value is (129,135,99). Sum of RGB (Red+Green+Blue) = 129+135+99=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 135 - color contains mainly: green. Hex color #818763 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818763 is #7E789C. Grayscale: #818181. Windows color (decimal): -8288413 or 6522753. OLE color: 6522753.
HSL color Cylindrical-coordinate representation of color #818763: hue angle of 70º degrees, saturation: 0.15, 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 #818763 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 135 | 99 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.47 |
| HSL | 70º | 0.15% | 0.46% | - |
| HSV(B) | 70º | 0.27% | 0.53% | - |
| XYZ | 19.97 | 22.9 | 15.17 | - |
| YUV | 129.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 135 | 99 | 0.04 | 0 | 0.27 | 0.47 | 70 | 0.15 | 0.46 |
| Hex | 81 | 87 | 63 | 4 | 0 | 1B | 2F | 46 | F | 2E |
| Octal | 201 | 207 | 143 | 4 | 0 | 33 | 57 | 106 | 17 | 56 |
| Binary | 10000001 | 10000111 | 1100011 | 100 | 0 | 11011 | 101111 | 1000110 | 1111 | 101110 |
Color Harmonies of #818763
Complementary color
Monochromatic Colors of #818763
Black with #818763
Text Example
Text Example
White with #818763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818763; }
p { color: rgb(129,135,99); }
H1.HeaderClassName
{
color: #818763;
}
.AnyTagClassName
{
color: #818763;
}
</style>
background-color css
<style>
a { background-color: #818763; }
a { background-color: rgb(129,135,99); }
div.DivClassName
{
background-color: #818763;
}
.BgClassName
{
background-color: #818763;
}
</style>
border-color css
<style>
span { border-color: #818763; }
span { border-color: rgb(129,135,99); }
td.TdClassName
{
border-color: #818763;
}
.TagClassName
{
border-color: #818763;
}
</style>