Shades of Go Ben #7A733E
Tints of Go Ben #7A733E
RGB
CMYK
RGB Variations
Color information
#7A733E (or 0x7A733E) is known color: Go Ben. HEX triplet: 7A, 73 and 3E. RGB value is (122,115,62). Sum of RGB (Red+Green+Blue) = 122+115+62=299 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.80% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 122 - color contains mainly: red. Hex color #7A733E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A733E is #858CC1. Grayscale: #6F6F6F. Windows color (decimal): -8752322 or 4092794. OLE color: 4092794.
HSL color Cylindrical-coordinate representation of color #7A733E: hue angle of 53º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A733E is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 115 | 62 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.52 |
| HSL | 53º | 0.33% | 0.36% | - |
| HSV(B) | 53º | 0.49% | 0.48% | - |
| XYZ | 15.03 | 16.75 | 7 | - |
| YUV | 111.05 | 100.32 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 62 | 0 | 0.06 | 0.49 | 0.52 | 53 | 0.33 | 0.36 |
| Hex | 7A | 73 | 3E | 0 | 6 | 31 | 34 | 35 | 21 | 24 |
| Octal | 172 | 163 | 76 | 0 | 6 | 61 | 64 | 65 | 41 | 44 |
| Binary | 1111010 | 1110011 | 111110 | 0 | 110 | 110001 | 110100 | 110101 | 100001 | 100100 |
Color Harmonies of #7A733E
Complementary color
Monochromatic Colors of #7A733E
Black with #7A733E
Text Example
Text Example
White with #7A733E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A733E; }
p { color: rgb(122,115,62); }
H1.HeaderClassName
{
color: #7A733E;
}
.AnyTagClassName
{
color: #7A733E;
}
</style>
background-color css
<style>
a { background-color: #7A733E; }
a { background-color: rgb(122,115,62); }
div.DivClassName
{
background-color: #7A733E;
}
.BgClassName
{
background-color: #7A733E;
}
</style>
border-color css
<style>
span { border-color: #7A733E; }
span { border-color: rgb(122,115,62); }
td.TdClassName
{
border-color: #7A733E;
}
.TagClassName
{
border-color: #7A733E;
}
</style>