Shades of Go Ben #7C713B
Tints of Go Ben #7C713B
RGB
CMYK
RGB Variations
Color information
#7C713B (or 0x7C713B) is known color: Go Ben. HEX triplet: 7C, 71 and 3B. RGB value is (124,113,59). Sum of RGB (Red+Green+Blue) = 124+113+59=296 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.89% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 124 - color contains mainly: red. Hex color #7C713B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C713B is #838EC4. Grayscale: #6E6E6E. Windows color (decimal): -8621765 or 3895676. OLE color: 3895676.
HSL color Cylindrical-coordinate representation of color #7C713B: hue angle of 49.85º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C713B is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 113 | 59 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.51 |
| HSL | 49.85º | 0.36% | 0.36% | - |
| HSV(B) | 49.85º | 0.52% | 0.49% | - |
| XYZ | 15.01 | 16.41 | 6.51 | - |
| YUV | 110.13 | 99.14 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 113 | 59 | 0 | 0.09 | 0.52 | 0.51 | 49.85 | 0.36 | 0.36 |
| Hex | 7C | 71 | 3B | 0 | 9 | 34 | 33 | 32 | 24 | 24 |
| Octal | 174 | 161 | 73 | 0 | 11 | 64 | 63 | 62 | 44 | 44 |
| Binary | 1111100 | 1110001 | 111011 | 0 | 1001 | 110100 | 110011 | 110010 | 100100 | 100100 |
Color Harmonies of #7C713B
Complementary color
Monochromatic Colors of #7C713B
Black with #7C713B
Text Example
Text Example
White with #7C713B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C713B; }
p { color: rgb(124,113,59); }
H1.HeaderClassName
{
color: #7C713B;
}
.AnyTagClassName
{
color: #7C713B;
}
</style>
background-color css
<style>
a { background-color: #7C713B; }
a { background-color: rgb(124,113,59); }
div.DivClassName
{
background-color: #7C713B;
}
.BgClassName
{
background-color: #7C713B;
}
</style>
border-color css
<style>
span { border-color: #7C713B; }
span { border-color: rgb(124,113,59); }
td.TdClassName
{
border-color: #7C713B;
}
.TagClassName
{
border-color: #7C713B;
}
</style>