Shades of Bitter #7E8367
Tints of Bitter #7E8367
RGB
CMYK
RGB Variations
Color information
#7E8367 (or 0x7E8367) is known color: Bitter. HEX triplet: 7E, 83 and 67. RGB value is (126,131,103). Sum of RGB (Red+Green+Blue) = 126+131+103=360 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 131 - color contains mainly: green. Hex color #7E8367 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8367 is #817C98. Grayscale: #7E7E7E. Windows color (decimal): -8486041 or 6783870. OLE color: 6783870.
HSL color Cylindrical-coordinate representation of color #7E8367: hue angle of 70.71º 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 #7E8367 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 131 | 103 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.49 |
| HSL | 70.71º | 0.12% | 0.46% | - |
| HSV(B) | 70.71º | 0.21% | 0.51% | - |
| XYZ | 19.17 | 21.65 | 16 | - |
| YUV | 126.31 | 114.84 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 131 | 103 | 0.04 | 0 | 0.21 | 0.49 | 70.71 | 0.12 | 0.46 |
| Hex | 7E | 83 | 67 | 4 | 0 | 15 | 31 | 47 | C | 2E |
| Octal | 176 | 203 | 147 | 4 | 0 | 25 | 61 | 107 | 14 | 56 |
| Binary | 1111110 | 10000011 | 1100111 | 100 | 0 | 10101 | 110001 | 1000111 | 1100 | 101110 |
Color Harmonies of #7E8367
Complementary color
Monochromatic Colors of #7E8367
Black with #7E8367
Text Example
Text Example
White with #7E8367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8367; }
p { color: rgb(126,131,103); }
H1.HeaderClassName
{
color: #7E8367;
}
.AnyTagClassName
{
color: #7E8367;
}
</style>
background-color css
<style>
a { background-color: #7E8367; }
a { background-color: rgb(126,131,103); }
div.DivClassName
{
background-color: #7E8367;
}
.BgClassName
{
background-color: #7E8367;
}
</style>
border-color css
<style>
span { border-color: #7E8367; }
span { border-color: rgb(126,131,103); }
td.TdClassName
{
border-color: #7E8367;
}
.TagClassName
{
border-color: #7E8367;
}
</style>