Shades of Go Ben #7A714F
Tints of Go Ben #7A714F
RGB
CMYK
RGB Variations
Color information
#7A714F (or 0x7A714F) is known color: Go Ben. HEX triplet: 7A, 71 and 4F. RGB value is (122,113,79). Sum of RGB (Red+Green+Blue) = 122+113+79=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 122 - color contains mainly: red. Hex color #7A714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A714F is #858EB0. Grayscale: #6F6F6F. Windows color (decimal): -8752817 or 5206394. OLE color: 5206394.
HSL color Cylindrical-coordinate representation of color #7A714F: hue angle of 47.44º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A714F is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 113 | 79 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.52 |
| HSL | 47.44º | 0.21% | 0.39% | - |
| HSV(B) | 47.44º | 0.35% | 0.48% | - |
| XYZ | 15.34 | 16.51 | 9.78 | - |
| YUV | 111.82 | 109.48 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 113 | 79 | 0 | 0.07 | 0.35 | 0.52 | 47.44 | 0.21 | 0.39 |
| Hex | 7A | 71 | 4F | 0 | 7 | 23 | 34 | 2F | 15 | 27 |
| Octal | 172 | 161 | 117 | 0 | 7 | 43 | 64 | 57 | 25 | 47 |
| Binary | 1111010 | 1110001 | 1001111 | 0 | 111 | 100011 | 110100 | 101111 | 10101 | 100111 |
Color Harmonies of #7A714F
Complementary color
Monochromatic Colors of #7A714F
Black with #7A714F
Text Example
Text Example
White with #7A714F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A714F; }
p { color: rgb(122,113,79); }
H1.HeaderClassName
{
color: #7A714F;
}
.AnyTagClassName
{
color: #7A714F;
}
</style>
background-color css
<style>
a { background-color: #7A714F; }
a { background-color: rgb(122,113,79); }
div.DivClassName
{
background-color: #7A714F;
}
.BgClassName
{
background-color: #7A714F;
}
</style>
border-color css
<style>
span { border-color: #7A714F; }
span { border-color: rgb(122,113,79); }
td.TdClassName
{
border-color: #7A714F;
}
.TagClassName
{
border-color: #7A714F;
}
</style>