Shades of Go Ben #7A734D
Tints of Go Ben #7A734D
RGB
CMYK
RGB Variations
Color information
#7A734D (or 0x7A734D) is known color: Go Ben. HEX triplet: 7A, 73 and 4D. RGB value is (122,115,77). Sum of RGB (Red+Green+Blue) = 122+115+77=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 122 - color contains mainly: red. Hex color #7A734D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A734D is #858CB2. Grayscale: #707070. Windows color (decimal): -8752307 or 5075834. OLE color: 5075834.
HSL color Cylindrical-coordinate representation of color #7A734D: hue angle of 50.67º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7A734D is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 115 | 77 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.52 |
| HSL | 50.67º | 0.23% | 0.39% | - |
| HSV(B) | 50.67º | 0.37% | 0.48% | - |
| XYZ | 15.5 | 16.93 | 9.47 | - |
| YUV | 112.76 | 107.82 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 77 | 0 | 0.06 | 0.37 | 0.52 | 50.67 | 0.23 | 0.39 |
| Hex | 7A | 73 | 4D | 0 | 6 | 25 | 34 | 33 | 17 | 27 |
| Octal | 172 | 163 | 115 | 0 | 6 | 45 | 64 | 63 | 27 | 47 |
| Binary | 1111010 | 1110011 | 1001101 | 0 | 110 | 100101 | 110100 | 110011 | 10111 | 100111 |
Color Harmonies of #7A734D
Complementary color
Monochromatic Colors of #7A734D
Black with #7A734D
Text Example
Text Example
White with #7A734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A734D; }
p { color: rgb(122,115,77); }
H1.HeaderClassName
{
color: #7A734D;
}
.AnyTagClassName
{
color: #7A734D;
}
</style>
background-color css
<style>
a { background-color: #7A734D; }
a { background-color: rgb(122,115,77); }
div.DivClassName
{
background-color: #7A734D;
}
.BgClassName
{
background-color: #7A734D;
}
</style>
border-color css
<style>
span { border-color: #7A734D; }
span { border-color: rgb(122,115,77); }
td.TdClassName
{
border-color: #7A734D;
}
.TagClassName
{
border-color: #7A734D;
}
</style>