Shades of Go Ben #766D3E
Tints of Go Ben #766D3E
RGB
CMYK
RGB Variations
Color information
#766D3E (or 0x766D3E) is known color: Go Ben. HEX triplet: 76, 6D and 3E. RGB value is (118,109,62). Sum of RGB (Red+Green+Blue) = 118+109+62=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #766D3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D3E is #8992C1. Grayscale: #6A6A6A. Windows color (decimal): -9016002 or 4091254. OLE color: 4091254.
HSL color Cylindrical-coordinate representation of color #766D3E: hue angle of 50.36º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #766D3E is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 109 | 62 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.54 |
| HSL | 50.36º | 0.31% | 0.35% | - |
| HSV(B) | 50.36º | 0.47% | 0.46% | - |
| XYZ | 13.81 | 15.14 | 6.75 | - |
| YUV | 106.33 | 102.98 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 62 | 0 | 0.08 | 0.47 | 0.54 | 50.36 | 0.31 | 0.35 |
| Hex | 76 | 6D | 3E | 0 | 8 | 2F | 36 | 32 | 1F | 23 |
| Octal | 166 | 155 | 76 | 0 | 10 | 57 | 66 | 62 | 37 | 43 |
| Binary | 1110110 | 1101101 | 111110 | 0 | 1000 | 101111 | 110110 | 110010 | 11111 | 100011 |
Color Harmonies of #766D3E
Complementary color
Monochromatic Colors of #766D3E
Black with #766D3E
Text Example
Text Example
White with #766D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D3E; }
p { color: rgb(118,109,62); }
H1.HeaderClassName
{
color: #766D3E;
}
.AnyTagClassName
{
color: #766D3E;
}
</style>
background-color css
<style>
a { background-color: #766D3E; }
a { background-color: rgb(118,109,62); }
div.DivClassName
{
background-color: #766D3E;
}
.BgClassName
{
background-color: #766D3E;
}
</style>
border-color css
<style>
span { border-color: #766D3E; }
span { border-color: rgb(118,109,62); }
td.TdClassName
{
border-color: #766D3E;
}
.TagClassName
{
border-color: #766D3E;
}
</style>