Shades of Go Ben #766D3F
Tints of Go Ben #766D3F
RGB
CMYK
RGB Variations
Color information
#766D3F (or 0x766D3F) is known color: Go Ben. HEX triplet: 76, 6D and 3F. RGB value is (118,109,63). Sum of RGB (Red+Green+Blue) = 118+109+63=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #766D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D3F is #8992C0. Grayscale: #6A6A6A. Windows color (decimal): -9016001 or 4156790. OLE color: 4156790.
HSL color Cylindrical-coordinate representation of color #766D3F: hue angle of 50.18º degrees, saturation: 0.3, 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 #766D3F is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 109 | 63 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.54 |
| HSL | 50.18º | 0.3% | 0.35% | - |
| HSV(B) | 50.18º | 0.47% | 0.46% | - |
| XYZ | 13.84 | 15.15 | 6.9 | - |
| YUV | 106.45 | 103.48 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 63 | 0 | 0.08 | 0.47 | 0.54 | 50.18 | 0.3 | 0.35 |
| Hex | 76 | 6D | 3F | 0 | 8 | 2F | 36 | 32 | 1E | 23 |
| Octal | 166 | 155 | 77 | 0 | 10 | 57 | 66 | 62 | 36 | 43 |
| Binary | 1110110 | 1101101 | 111111 | 0 | 1000 | 101111 | 110110 | 110010 | 11110 | 100011 |
Color Harmonies of #766D3F
Complementary color
Monochromatic Colors of #766D3F
Black with #766D3F
Text Example
Text Example
White with #766D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D3F; }
p { color: rgb(118,109,63); }
H1.HeaderClassName
{
color: #766D3F;
}
.AnyTagClassName
{
color: #766D3F;
}
</style>
background-color css
<style>
a { background-color: #766D3F; }
a { background-color: rgb(118,109,63); }
div.DivClassName
{
background-color: #766D3F;
}
.BgClassName
{
background-color: #766D3F;
}
</style>
border-color css
<style>
span { border-color: #766D3F; }
span { border-color: rgb(118,109,63); }
td.TdClassName
{
border-color: #766D3F;
}
.TagClassName
{
border-color: #766D3F;
}
</style>