Shades of Go Ben #7C734C
Tints of Go Ben #7C734C
RGB
CMYK
RGB Variations
Color information
#7C734C (or 0x7C734C) is known color: Go Ben. HEX triplet: 7C, 73 and 4C. RGB value is (124,115,76). Sum of RGB (Red+Green+Blue) = 124+115+76=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 124 - color contains mainly: red. Hex color #7C734C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C734C is #838CB3. Grayscale: #717171. Windows color (decimal): -8621236 or 5010300. OLE color: 5010300.
HSL color Cylindrical-coordinate representation of color #7C734C: hue angle of 48.75º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7C734C is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 115 | 76 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.51 |
| HSL | 48.75º | 0.24% | 0.39% | - |
| HSV(B) | 48.75º | 0.39% | 0.49% | - |
| XYZ | 15.75 | 17.07 | 9.3 | - |
| YUV | 113.25 | 106.98 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 115 | 76 | 0 | 0.07 | 0.39 | 0.51 | 48.75 | 0.24 | 0.39 |
| Hex | 7C | 73 | 4C | 0 | 7 | 27 | 33 | 31 | 18 | 27 |
| Octal | 174 | 163 | 114 | 0 | 7 | 47 | 63 | 61 | 30 | 47 |
| Binary | 1111100 | 1110011 | 1001100 | 0 | 111 | 100111 | 110011 | 110001 | 11000 | 100111 |
Color Harmonies of #7C734C
Complementary color
Monochromatic Colors of #7C734C
Black with #7C734C
Text Example
Text Example
White with #7C734C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C734C; }
p { color: rgb(124,115,76); }
H1.HeaderClassName
{
color: #7C734C;
}
.AnyTagClassName
{
color: #7C734C;
}
</style>
background-color css
<style>
a { background-color: #7C734C; }
a { background-color: rgb(124,115,76); }
div.DivClassName
{
background-color: #7C734C;
}
.BgClassName
{
background-color: #7C734C;
}
</style>
border-color css
<style>
span { border-color: #7C734C; }
span { border-color: rgb(124,115,76); }
td.TdClassName
{
border-color: #7C734C;
}
.TagClassName
{
border-color: #7C734C;
}
</style>