Shades of Go Ben #7C704E
Tints of Go Ben #7C704E
RGB
CMYK
RGB Variations
Color information
#7C704E (or 0x7C704E) is known color: Go Ben. HEX triplet: 7C, 70 and 4E. RGB value is (124,112,78). Sum of RGB (Red+Green+Blue) = 124+112+78=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 124 - color contains mainly: red. Hex color #7C704E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C704E is #838FB1. Grayscale: #6F6F6F. Windows color (decimal): -8622002 or 5140604. OLE color: 5140604.
HSL color Cylindrical-coordinate representation of color #7C704E: hue angle of 44.35º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C704E is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 112 | 78 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.51 |
| HSL | 44.35º | 0.23% | 0.4% | - |
| HSV(B) | 44.35º | 0.37% | 0.49% | - |
| XYZ | 15.48 | 16.42 | 9.56 | - |
| YUV | 111.71 | 108.98 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 112 | 78 | 0 | 0.10 | 0.37 | 0.51 | 44.35 | 0.23 | 0.4 |
| Hex | 7C | 70 | 4E | 0 | A | 25 | 33 | 2C | 17 | 28 |
| Octal | 174 | 160 | 116 | 0 | 12 | 45 | 63 | 54 | 27 | 50 |
| Binary | 1111100 | 1110000 | 1001110 | 0 | 1010 | 100101 | 110011 | 101100 | 10111 | 101000 |
Color Harmonies of #7C704E
Complementary color
Monochromatic Colors of #7C704E
Black with #7C704E
Text Example
Text Example
White with #7C704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C704E; }
p { color: rgb(124,112,78); }
H1.HeaderClassName
{
color: #7C704E;
}
.AnyTagClassName
{
color: #7C704E;
}
</style>
background-color css
<style>
a { background-color: #7C704E; }
a { background-color: rgb(124,112,78); }
div.DivClassName
{
background-color: #7C704E;
}
.BgClassName
{
background-color: #7C704E;
}
</style>
border-color css
<style>
span { border-color: #7C704E; }
span { border-color: rgb(124,112,78); }
td.TdClassName
{
border-color: #7C704E;
}
.TagClassName
{
border-color: #7C704E;
}
</style>