Shades of Go Ben #7E723B
Tints of Go Ben #7E723B
RGB
CMYK
RGB Variations
Color information
#7E723B (or 0x7E723B) is known color: Go Ben. HEX triplet: 7E, 72 and 3B. RGB value is (126,114,59). Sum of RGB (Red+Green+Blue) = 126+114+59=299 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.14% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 126 - color contains mainly: red. Hex color #7E723B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E723B is #818DC4. Grayscale: #6F6F6F. Windows color (decimal): -8490437 or 3895934. OLE color: 3895934.
HSL color Cylindrical-coordinate representation of color #7E723B: hue angle of 49.25º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7E723B is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
RGB | 126 | 114 | 59 | - |
CMYK | 0 | 0.10 | 0.53 | 0.51 |
HSL | 49.25º | 0.36% | 0.36% | - |
HSV(B) | 49.25º | 0.53% | 0.49% | - |
XYZ | 15.41 | 16.79 | 6.57 | - |
YUV | 111.32 | 98.48 | 138.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 126 | 114 | 59 | 0 | 0.10 | 0.53 | 0.51 | 49.25 | 0.36 | 0.36 |
Hex | 7E | 72 | 3B | 0 | A | 35 | 33 | 31 | 24 | 24 |
Octal | 176 | 162 | 73 | 0 | 12 | 65 | 63 | 61 | 44 | 44 |
Binary | 1111110 | 1110010 | 111011 | 0 | 1010 | 110101 | 110011 | 110001 | 100100 | 100100 |
Color Harmonies of #7E723B
Complementary color
Monochromatic Colors of #7E723B
Black with #7E723B
Text Example
Text Example
White with #7E723B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E723B; }
p { color: rgb(126,114,59); }
H1.HeaderClassName
{
color: #7E723B;
}
.AnyTagClassName
{
color: #7E723B;
}
</style>
background-color css
<style>
a { background-color: #7E723B; }
a { background-color: rgb(126,114,59); }
div.DivClassName
{
background-color: #7E723B;
}
.BgClassName
{
background-color: #7E723B;
}
</style>
border-color css
<style>
span { border-color: #7E723B; }
span { border-color: rgb(126,114,59); }
td.TdClassName
{
border-color: #7E723B;
}
.TagClassName
{
border-color: #7E723B;
}
</style>