Shades of Go Ben #7C764B
Tints of Go Ben #7C764B
RGB
CMYK
RGB Variations
Color information
#7C764B (or 0x7C764B) is known color: Go Ben. HEX triplet: 7C, 76 and 4B. RGB value is (124,118,75). Sum of RGB (Red+Green+Blue) = 124+118+75=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 124 - color contains mainly: red. Hex color #7C764B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C764B is #8389B4. Grayscale: #737373. Windows color (decimal): -8620469 or 4945532. OLE color: 4945532.
HSL color Cylindrical-coordinate representation of color #7C764B: hue angle of 52.65º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C764B is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 118 | 75 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.51 |
| HSL | 52.65º | 0.25% | 0.39% | - |
| HSV(B) | 52.65º | 0.4% | 0.49% | - |
| XYZ | 16.06 | 17.75 | 9.24 | - |
| YUV | 114.89 | 105.49 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 75 | 0 | 0.05 | 0.40 | 0.51 | 52.65 | 0.25 | 0.39 |
| Hex | 7C | 76 | 4B | 0 | 5 | 28 | 33 | 35 | 19 | 27 |
| Octal | 174 | 166 | 113 | 0 | 5 | 50 | 63 | 65 | 31 | 47 |
| Binary | 1111100 | 1110110 | 1001011 | 0 | 101 | 101000 | 110011 | 110101 | 11001 | 100111 |
Color Harmonies of #7C764B
Complementary color
Monochromatic Colors of #7C764B
Black with #7C764B
Text Example
Text Example
White with #7C764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C764B; }
p { color: rgb(124,118,75); }
H1.HeaderClassName
{
color: #7C764B;
}
.AnyTagClassName
{
color: #7C764B;
}
</style>
background-color css
<style>
a { background-color: #7C764B; }
a { background-color: rgb(124,118,75); }
div.DivClassName
{
background-color: #7C764B;
}
.BgClassName
{
background-color: #7C764B;
}
</style>
border-color css
<style>
span { border-color: #7C764B; }
span { border-color: rgb(124,118,75); }
td.TdClassName
{
border-color: #7C764B;
}
.TagClassName
{
border-color: #7C764B;
}
</style>