Shades of Go Ben #767040
Tints of Go Ben #767040
RGB
CMYK
RGB Variations
Color information
#767040 (or 0x767040) is known color: Go Ben. HEX triplet: 76, 70 and 40. RGB value is (118,112,64). Sum of RGB (Red+Green+Blue) = 118+112+64=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #767040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767040 is #898FBF. Grayscale: #6C6C6C. Windows color (decimal): -9015232 or 4223094. OLE color: 4223094.
HSL color Cylindrical-coordinate representation of color #767040: hue angle of 53.33º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #767040 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 112 | 64 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.54 |
| HSL | 53.33º | 0.3% | 0.36% | - |
| HSV(B) | 53.33º | 0.46% | 0.46% | - |
| XYZ | 14.19 | 15.81 | 7.15 | - |
| YUV | 108.32 | 102.99 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 112 | 64 | 0 | 0.05 | 0.46 | 0.54 | 53.33 | 0.3 | 0.36 |
| Hex | 76 | 70 | 40 | 0 | 5 | 2E | 36 | 35 | 1E | 24 |
| Octal | 166 | 160 | 100 | 0 | 5 | 56 | 66 | 65 | 36 | 44 |
| Binary | 1110110 | 1110000 | 1000000 | 0 | 101 | 101110 | 110110 | 110101 | 11110 | 100100 |
Color Harmonies of #767040
Complementary color
Monochromatic Colors of #767040
Black with #767040
Text Example
Text Example
White with #767040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767040; }
p { color: rgb(118,112,64); }
H1.HeaderClassName
{
color: #767040;
}
.AnyTagClassName
{
color: #767040;
}
</style>
background-color css
<style>
a { background-color: #767040; }
a { background-color: rgb(118,112,64); }
div.DivClassName
{
background-color: #767040;
}
.BgClassName
{
background-color: #767040;
}
</style>
border-color css
<style>
span { border-color: #767040; }
span { border-color: rgb(118,112,64); }
td.TdClassName
{
border-color: #767040;
}
.TagClassName
{
border-color: #767040;
}
</style>