Shades of Go Ben #766E40
Tints of Go Ben #766E40
RGB
CMYK
RGB Variations
Color information
#766E40 (or 0x766E40) is known color: Go Ben. HEX triplet: 76, 6E and 40. RGB value is (118,110,64). Sum of RGB (Red+Green+Blue) = 118+110+64=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #766E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E40 is #8991BF. Grayscale: #6B6B6B. Windows color (decimal): -9015744 or 4222582. OLE color: 4222582.
HSL color Cylindrical-coordinate representation of color #766E40: hue angle of 51.11º 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 #766E40 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 110 | 64 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.54 |
| HSL | 51.11º | 0.3% | 0.36% | - |
| HSV(B) | 51.11º | 0.46% | 0.46% | - |
| XYZ | 13.97 | 15.37 | 7.08 | - |
| YUV | 107.15 | 103.65 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 64 | 0 | 0.07 | 0.46 | 0.54 | 51.11 | 0.3 | 0.36 |
| Hex | 76 | 6E | 40 | 0 | 7 | 2E | 36 | 33 | 1E | 24 |
| Octal | 166 | 156 | 100 | 0 | 7 | 56 | 66 | 63 | 36 | 44 |
| Binary | 1110110 | 1101110 | 1000000 | 0 | 111 | 101110 | 110110 | 110011 | 11110 | 100100 |
Color Harmonies of #766E40
Complementary color
Monochromatic Colors of #766E40
Black with #766E40
Text Example
Text Example
White with #766E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766E40; }
p { color: rgb(118,110,64); }
H1.HeaderClassName
{
color: #766E40;
}
.AnyTagClassName
{
color: #766E40;
}
</style>
background-color css
<style>
a { background-color: #766E40; }
a { background-color: rgb(118,110,64); }
div.DivClassName
{
background-color: #766E40;
}
.BgClassName
{
background-color: #766E40;
}
</style>
border-color css
<style>
span { border-color: #766E40; }
span { border-color: rgb(118,110,64); }
td.TdClassName
{
border-color: #766E40;
}
.TagClassName
{
border-color: #766E40;
}
</style>