Shades of Bitter #7E8467
Tints of Bitter #7E8467
RGB
CMYK
RGB Variations
Color information
#7E8467 (or 0x7E8467) is known color: Bitter. HEX triplet: 7E, 84 and 67. RGB value is (126,132,103). Sum of RGB (Red+Green+Blue) = 126+132+103=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 103 (40.62% from 255 or 28.53% from 361); Max value from RGB is 132 - color contains mainly: green. Hex color #7E8467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8467 is #817B98. Grayscale: #7F7F7F. Windows color (decimal): -8485785 or 6784126. OLE color: 6784126.
HSL color Cylindrical-coordinate representation of color #7E8467: hue angle of 72.41º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7E8467 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 132 | 103 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.48 |
| HSL | 72.41º | 0.12% | 0.46% | - |
| HSV(B) | 72.41º | 0.22% | 0.52% | - |
| XYZ | 19.3 | 21.92 | 16.05 | - |
| YUV | 126.9 | 114.51 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 132 | 103 | 0.05 | 0 | 0.22 | 0.48 | 72.41 | 0.12 | 0.46 |
| Hex | 7E | 84 | 67 | 5 | 0 | 16 | 30 | 48 | C | 2E |
| Octal | 176 | 204 | 147 | 5 | 0 | 26 | 60 | 110 | 14 | 56 |
| Binary | 1111110 | 10000100 | 1100111 | 101 | 0 | 10110 | 110000 | 1001000 | 1100 | 101110 |
Color Harmonies of #7E8467
Complementary color
Monochromatic Colors of #7E8467
Black with #7E8467
Text Example
Text Example
White with #7E8467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8467; }
p { color: rgb(126,132,103); }
H1.HeaderClassName
{
color: #7E8467;
}
.AnyTagClassName
{
color: #7E8467;
}
</style>
background-color css
<style>
a { background-color: #7E8467; }
a { background-color: rgb(126,132,103); }
div.DivClassName
{
background-color: #7E8467;
}
.BgClassName
{
background-color: #7E8467;
}
</style>
border-color css
<style>
span { border-color: #7E8467; }
span { border-color: rgb(126,132,103); }
td.TdClassName
{
border-color: #7E8467;
}
.TagClassName
{
border-color: #7E8467;
}
</style>