Shades of Bitter #7F836A
Tints of Bitter #7F836A
RGB
CMYK
RGB Variations
Color information
#7F836A (or 0x7F836A) is known color: Bitter. HEX triplet: 7F, 83 and 6A. RGB value is (127,131,106). Sum of RGB (Red+Green+Blue) = 127+131+106=364 (48% of max value = 765). Red value is 127 (50% from 255 or 34.89% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 131 - color contains mainly: green. Hex color #7F836A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F836A is #807C95. Grayscale: #7F7F7F. Windows color (decimal): -8420502 or 6980479. OLE color: 6980479.
HSL color Cylindrical-coordinate representation of color #7F836A: hue angle of 69.6º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F836A is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 131 | 106 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.49 |
| HSL | 69.6º | 0.11% | 0.46% | - |
| HSV(B) | 69.6º | 0.19% | 0.51% | - |
| XYZ | 19.47 | 21.79 | 16.81 | - |
| YUV | 126.95 | 116.17 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 131 | 106 | 0.03 | 0 | 0.19 | 0.49 | 69.6 | 0.11 | 0.46 |
| Hex | 7F | 83 | 6A | 3 | 0 | 13 | 31 | 46 | B | 2E |
| Octal | 177 | 203 | 152 | 3 | 0 | 23 | 61 | 106 | 13 | 56 |
| Binary | 1111111 | 10000011 | 1101010 | 11 | 0 | 10011 | 110001 | 1000110 | 1011 | 101110 |
Color Harmonies of #7F836A
Complementary color
Monochromatic Colors of #7F836A
Black with #7F836A
Text Example
Text Example
White with #7F836A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F836A; }
p { color: rgb(127,131,106); }
H1.HeaderClassName
{
color: #7F836A;
}
.AnyTagClassName
{
color: #7F836A;
}
</style>
background-color css
<style>
a { background-color: #7F836A; }
a { background-color: rgb(127,131,106); }
div.DivClassName
{
background-color: #7F836A;
}
.BgClassName
{
background-color: #7F836A;
}
</style>
border-color css
<style>
span { border-color: #7F836A; }
span { border-color: rgb(127,131,106); }
td.TdClassName
{
border-color: #7F836A;
}
.TagClassName
{
border-color: #7F836A;
}
</style>