Shades of Go Ben #7E764D
Tints of Go Ben #7E764D
RGB
CMYK
RGB Variations
Color information
#7E764D (or 0x7E764D) is known color: Go Ben. HEX triplet: 7E, 76 and 4D. RGB value is (126,118,77). Sum of RGB (Red+Green+Blue) = 126+118+77=321 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.25% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 126 - color contains mainly: red. Hex color #7E764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E764D is #8189B2. Grayscale: #737373. Windows color (decimal): -8489395 or 5076606. OLE color: 5076606.
HSL color Cylindrical-coordinate representation of color #7E764D: hue angle of 50.2º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E764D is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 118 | 77 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.51 |
| HSL | 50.2º | 0.24% | 0.4% | - |
| HSV(B) | 50.2º | 0.39% | 0.49% | - |
| XYZ | 16.42 | 17.93 | 9.62 | - |
| YUV | 115.72 | 106.15 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 118 | 77 | 0 | 0.06 | 0.39 | 0.51 | 50.2 | 0.24 | 0.4 |
| Hex | 7E | 76 | 4D | 0 | 6 | 27 | 33 | 32 | 18 | 28 |
| Octal | 176 | 166 | 115 | 0 | 6 | 47 | 63 | 62 | 30 | 50 |
| Binary | 1111110 | 1110110 | 1001101 | 0 | 110 | 100111 | 110011 | 110010 | 11000 | 101000 |
Color Harmonies of #7E764D
Complementary color
Monochromatic Colors of #7E764D
Black with #7E764D
Text Example
Text Example
White with #7E764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E764D; }
p { color: rgb(126,118,77); }
H1.HeaderClassName
{
color: #7E764D;
}
.AnyTagClassName
{
color: #7E764D;
}
</style>
background-color css
<style>
a { background-color: #7E764D; }
a { background-color: rgb(126,118,77); }
div.DivClassName
{
background-color: #7E764D;
}
.BgClassName
{
background-color: #7E764D;
}
</style>
border-color css
<style>
span { border-color: #7E764D; }
span { border-color: rgb(126,118,77); }
td.TdClassName
{
border-color: #7E764D;
}
.TagClassName
{
border-color: #7E764D;
}
</style>