Shades of Go Ben #7C714D
Tints of Go Ben #7C714D
RGB
CMYK
RGB Variations
Color information
#7C714D (or 0x7C714D) is known color: Go Ben. HEX triplet: 7C, 71 and 4D. RGB value is (124,113,77). Sum of RGB (Red+Green+Blue) = 124+113+77=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 124 - color contains mainly: red. Hex color #7C714D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C714D is #838EB2. Grayscale: #707070. Windows color (decimal): -8621747 or 5075324. OLE color: 5075324.
HSL color Cylindrical-coordinate representation of color #7C714D: hue angle of 45.96º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C714D is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 113 | 77 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.51 |
| HSL | 45.96º | 0.23% | 0.39% | - |
| HSV(B) | 45.96º | 0.38% | 0.49% | - |
| XYZ | 15.56 | 16.63 | 9.41 | - |
| YUV | 112.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 113 | 77 | 0 | 0.09 | 0.38 | 0.51 | 45.96 | 0.23 | 0.39 |
| Hex | 7C | 71 | 4D | 0 | 9 | 26 | 33 | 2E | 17 | 27 |
| Octal | 174 | 161 | 115 | 0 | 11 | 46 | 63 | 56 | 27 | 47 |
| Binary | 1111100 | 1110001 | 1001101 | 0 | 1001 | 100110 | 110011 | 101110 | 10111 | 100111 |
Color Harmonies of #7C714D
Complementary color
Monochromatic Colors of #7C714D
Black with #7C714D
Text Example
Text Example
White with #7C714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C714D; }
p { color: rgb(124,113,77); }
H1.HeaderClassName
{
color: #7C714D;
}
.AnyTagClassName
{
color: #7C714D;
}
</style>
background-color css
<style>
a { background-color: #7C714D; }
a { background-color: rgb(124,113,77); }
div.DivClassName
{
background-color: #7C714D;
}
.BgClassName
{
background-color: #7C714D;
}
</style>
border-color css
<style>
span { border-color: #7C714D; }
span { border-color: rgb(124,113,77); }
td.TdClassName
{
border-color: #7C714D;
}
.TagClassName
{
border-color: #7C714D;
}
</style>