Shades of Go Ben #7E7143
Tints of Go Ben #7E7143
RGB
CMYK
RGB Variations
Color information
#7E7143 (or 0x7E7143) is known color: Go Ben. HEX triplet: 7E, 71 and 43. RGB value is (126,113,67). Sum of RGB (Red+Green+Blue) = 126+113+67=306 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.18% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7143 is #818EBC. Grayscale: #6F6F6F. Windows color (decimal): -8490685 or 4419966. OLE color: 4419966.
HSL color Cylindrical-coordinate representation of color #7E7143: hue angle of 46.78º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E7143 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 113 | 67 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.51 |
| HSL | 46.78º | 0.31% | 0.38% | - |
| HSV(B) | 46.78º | 0.47% | 0.49% | - |
| XYZ | 15.52 | 16.65 | 7.71 | - |
| YUV | 111.64 | 102.81 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 113 | 67 | 0 | 0.10 | 0.47 | 0.51 | 46.78 | 0.31 | 0.38 |
| Hex | 7E | 71 | 43 | 0 | A | 2F | 33 | 2F | 1F | 26 |
| Octal | 176 | 161 | 103 | 0 | 12 | 57 | 63 | 57 | 37 | 46 |
| Binary | 1111110 | 1110001 | 1000011 | 0 | 1010 | 101111 | 110011 | 101111 | 11111 | 100110 |
Color Harmonies of #7E7143
Complementary color
Monochromatic Colors of #7E7143
Black with #7E7143
Text Example
Text Example
White with #7E7143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7143; }
p { color: rgb(126,113,67); }
H1.HeaderClassName
{
color: #7E7143;
}
.AnyTagClassName
{
color: #7E7143;
}
</style>
background-color css
<style>
a { background-color: #7E7143; }
a { background-color: rgb(126,113,67); }
div.DivClassName
{
background-color: #7E7143;
}
.BgClassName
{
background-color: #7E7143;
}
</style>
border-color css
<style>
span { border-color: #7E7143; }
span { border-color: rgb(126,113,67); }
td.TdClassName
{
border-color: #7E7143;
}
.TagClassName
{
border-color: #7E7143;
}
</style>