Shades of Go Ben #7A734E
Tints of Go Ben #7A734E
RGB
CMYK
RGB Variations
Color information
#7A734E (or 0x7A734E) is known color: Go Ben. HEX triplet: 7A, 73 and 4E. RGB value is (122,115,78). Sum of RGB (Red+Green+Blue) = 122+115+78=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 122 - color contains mainly: red. Hex color #7A734E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A734E is #858CB1. Grayscale: #717171. Windows color (decimal): -8752306 or 5141370. OLE color: 5141370.
HSL color Cylindrical-coordinate representation of color #7A734E: hue angle of 50.45º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A734E is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 115 | 78 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.52 |
| HSL | 50.45º | 0.22% | 0.39% | - |
| HSV(B) | 50.45º | 0.36% | 0.48% | - |
| XYZ | 15.53 | 16.95 | 9.66 | - |
| YUV | 112.88 | 108.32 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 78 | 0 | 0.06 | 0.36 | 0.52 | 50.45 | 0.22 | 0.39 |
| Hex | 7A | 73 | 4E | 0 | 6 | 24 | 34 | 32 | 16 | 27 |
| Octal | 172 | 163 | 116 | 0 | 6 | 44 | 64 | 62 | 26 | 47 |
| Binary | 1111010 | 1110011 | 1001110 | 0 | 110 | 100100 | 110100 | 110010 | 10110 | 100111 |
Color Harmonies of #7A734E
Complementary color
Monochromatic Colors of #7A734E
Black with #7A734E
Text Example
Text Example
White with #7A734E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A734E; }
p { color: rgb(122,115,78); }
H1.HeaderClassName
{
color: #7A734E;
}
.AnyTagClassName
{
color: #7A734E;
}
</style>
background-color css
<style>
a { background-color: #7A734E; }
a { background-color: rgb(122,115,78); }
div.DivClassName
{
background-color: #7A734E;
}
.BgClassName
{
background-color: #7A734E;
}
</style>
border-color css
<style>
span { border-color: #7A734E; }
span { border-color: rgb(122,115,78); }
td.TdClassName
{
border-color: #7A734E;
}
.TagClassName
{
border-color: #7A734E;
}
</style>