Shades of Go Ben #7E733F
Tints of Go Ben #7E733F
RGB
CMYK
RGB Variations
Color information
#7E733F (or 0x7E733F) is known color: Go Ben. HEX triplet: 7E, 73 and 3F. RGB value is (126,115,63). Sum of RGB (Red+Green+Blue) = 126+115+63=304 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.45% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 126 - color contains mainly: red. Hex color #7E733F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E733F is #818CC0. Grayscale: #707070. Windows color (decimal): -8490177 or 4158334. OLE color: 4158334.
HSL color Cylindrical-coordinate representation of color #7E733F: hue angle of 49.52º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E733F is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 115 | 63 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.51 |
| HSL | 49.52º | 0.33% | 0.37% | - |
| HSV(B) | 49.52º | 0.5% | 0.49% | - |
| XYZ | 15.63 | 17.06 | 7.17 | - |
| YUV | 112.36 | 100.14 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 115 | 63 | 0 | 0.09 | 0.50 | 0.51 | 49.52 | 0.33 | 0.37 |
| Hex | 7E | 73 | 3F | 0 | 9 | 32 | 33 | 32 | 21 | 25 |
| Octal | 176 | 163 | 77 | 0 | 11 | 62 | 63 | 62 | 41 | 45 |
| Binary | 1111110 | 1110011 | 111111 | 0 | 1001 | 110010 | 110011 | 110010 | 100001 | 100101 |
Color Harmonies of #7E733F
Complementary color
Monochromatic Colors of #7E733F
Black with #7E733F
Text Example
Text Example
White with #7E733F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E733F; }
p { color: rgb(126,115,63); }
H1.HeaderClassName
{
color: #7E733F;
}
.AnyTagClassName
{
color: #7E733F;
}
</style>
background-color css
<style>
a { background-color: #7E733F; }
a { background-color: rgb(126,115,63); }
div.DivClassName
{
background-color: #7E733F;
}
.BgClassName
{
background-color: #7E733F;
}
</style>
border-color css
<style>
span { border-color: #7E733F; }
span { border-color: rgb(126,115,63); }
td.TdClassName
{
border-color: #7E733F;
}
.TagClassName
{
border-color: #7E733F;
}
</style>