Shades of Go Ben #7E734C
Tints of Go Ben #7E734C
RGB
CMYK
RGB Variations
Color information
#7E734C (or 0x7E734C) is known color: Go Ben. HEX triplet: 7E, 73 and 4C. RGB value is (126,115,76). Sum of RGB (Red+Green+Blue) = 126+115+76=317 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.75% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 126 - color contains mainly: red. Hex color #7E734C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E734C is #818CB3. Grayscale: #727272. Windows color (decimal): -8490164 or 5010302. OLE color: 5010302.
HSL color Cylindrical-coordinate representation of color #7E734C: hue angle of 46.8º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7E734C is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 115 | 76 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.51 |
| HSL | 46.8º | 0.25% | 0.4% | - |
| HSV(B) | 46.8º | 0.4% | 0.49% | - |
| XYZ | 16.04 | 17.22 | 9.32 | - |
| YUV | 113.84 | 106.64 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 115 | 76 | 0 | 0.09 | 0.40 | 0.51 | 46.8 | 0.25 | 0.4 |
| Hex | 7E | 73 | 4C | 0 | 9 | 28 | 33 | 2F | 19 | 28 |
| Octal | 176 | 163 | 114 | 0 | 11 | 50 | 63 | 57 | 31 | 50 |
| Binary | 1111110 | 1110011 | 1001100 | 0 | 1001 | 101000 | 110011 | 101111 | 11001 | 101000 |
Color Harmonies of #7E734C
Complementary color
Monochromatic Colors of #7E734C
Black with #7E734C
Text Example
Text Example
White with #7E734C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E734C; }
p { color: rgb(126,115,76); }
H1.HeaderClassName
{
color: #7E734C;
}
.AnyTagClassName
{
color: #7E734C;
}
</style>
background-color css
<style>
a { background-color: #7E734C; }
a { background-color: rgb(126,115,76); }
div.DivClassName
{
background-color: #7E734C;
}
.BgClassName
{
background-color: #7E734C;
}
</style>
border-color css
<style>
span { border-color: #7E734C; }
span { border-color: rgb(126,115,76); }
td.TdClassName
{
border-color: #7E734C;
}
.TagClassName
{
border-color: #7E734C;
}
</style>