Shades of Go Ben #7A713D
Tints of Go Ben #7A713D
RGB
CMYK
RGB Variations
Color information
#7A713D (or 0x7A713D) is known color: Go Ben. HEX triplet: 7A, 71 and 3D. RGB value is (122,113,61). Sum of RGB (Red+Green+Blue) = 122+113+61=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 122 - color contains mainly: red. Hex color #7A713D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A713D is #858EC2. Grayscale: #6D6D6D. Windows color (decimal): -8752835 or 4026746. OLE color: 4026746.
HSL color Cylindrical-coordinate representation of color #7A713D: hue angle of 51.15º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A713D is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 113 | 61 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.52 |
| HSL | 51.15º | 0.33% | 0.36% | - |
| HSV(B) | 51.15º | 0.5% | 0.48% | - |
| XYZ | 14.77 | 16.28 | 6.78 | - |
| YUV | 109.76 | 100.48 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 113 | 61 | 0 | 0.07 | 0.50 | 0.52 | 51.15 | 0.33 | 0.36 |
| Hex | 7A | 71 | 3D | 0 | 7 | 32 | 34 | 33 | 21 | 24 |
| Octal | 172 | 161 | 75 | 0 | 7 | 62 | 64 | 63 | 41 | 44 |
| Binary | 1111010 | 1110001 | 111101 | 0 | 111 | 110010 | 110100 | 110011 | 100001 | 100100 |
Color Harmonies of #7A713D
Complementary color
Monochromatic Colors of #7A713D
Black with #7A713D
Text Example
Text Example
White with #7A713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A713D; }
p { color: rgb(122,113,61); }
H1.HeaderClassName
{
color: #7A713D;
}
.AnyTagClassName
{
color: #7A713D;
}
</style>
background-color css
<style>
a { background-color: #7A713D; }
a { background-color: rgb(122,113,61); }
div.DivClassName
{
background-color: #7A713D;
}
.BgClassName
{
background-color: #7A713D;
}
</style>
border-color css
<style>
span { border-color: #7A713D; }
span { border-color: rgb(122,113,61); }
td.TdClassName
{
border-color: #7A713D;
}
.TagClassName
{
border-color: #7A713D;
}
</style>