Shades of Go Ben #7C713D
Tints of Go Ben #7C713D
RGB
CMYK
RGB Variations
Color information
#7C713D (or 0x7C713D) is known color: Go Ben. HEX triplet: 7C, 71 and 3D. RGB value is (124,113,61). Sum of RGB (Red+Green+Blue) = 124+113+61=298 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.61% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 124 - color contains mainly: red. Hex color #7C713D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C713D is #838EC2. Grayscale: #6E6E6E. Windows color (decimal): -8621763 or 4026748. OLE color: 4026748.
HSL color Cylindrical-coordinate representation of color #7C713D: hue angle of 49.52º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C713D is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 113 | 61 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.51 |
| HSL | 49.52º | 0.34% | 0.36% | - |
| HSV(B) | 49.52º | 0.51% | 0.49% | - |
| XYZ | 15.06 | 16.43 | 6.79 | - |
| YUV | 110.36 | 100.14 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 113 | 61 | 0 | 0.09 | 0.51 | 0.51 | 49.52 | 0.34 | 0.36 |
| Hex | 7C | 71 | 3D | 0 | 9 | 33 | 33 | 32 | 22 | 24 |
| Octal | 174 | 161 | 75 | 0 | 11 | 63 | 63 | 62 | 42 | 44 |
| Binary | 1111100 | 1110001 | 111101 | 0 | 1001 | 110011 | 110011 | 110010 | 100010 | 100100 |
Color Harmonies of #7C713D
Complementary color
Monochromatic Colors of #7C713D
Black with #7C713D
Text Example
Text Example
White with #7C713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C713D; }
p { color: rgb(124,113,61); }
H1.HeaderClassName
{
color: #7C713D;
}
.AnyTagClassName
{
color: #7C713D;
}
</style>
background-color css
<style>
a { background-color: #7C713D; }
a { background-color: rgb(124,113,61); }
div.DivClassName
{
background-color: #7C713D;
}
.BgClassName
{
background-color: #7C713D;
}
</style>
border-color css
<style>
span { border-color: #7C713D; }
span { border-color: rgb(124,113,61); }
td.TdClassName
{
border-color: #7C713D;
}
.TagClassName
{
border-color: #7C713D;
}
</style>