Shades of Go Ben #766E3F
Tints of Go Ben #766E3F
RGB
CMYK
RGB Variations
Color information
#766E3F (or 0x766E3F) is known color: Go Ben. HEX triplet: 76, 6E and 3F. RGB value is (118,110,63). Sum of RGB (Red+Green+Blue) = 118+110+63=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 118 - color contains mainly: red. Hex color #766E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E3F is #8991C0. Grayscale: #6B6B6B. Windows color (decimal): -9015745 or 4157046. OLE color: 4157046.
HSL color Cylindrical-coordinate representation of color #766E3F: hue angle of 51.27º 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 #766E3F is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 110 | 63 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.54 |
| HSL | 51.27º | 0.3% | 0.35% | - |
| HSV(B) | 51.27º | 0.47% | 0.46% | - |
| XYZ | 13.94 | 15.36 | 6.93 | - |
| YUV | 107.03 | 103.15 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 63 | 0 | 0.07 | 0.47 | 0.54 | 51.27 | 0.3 | 0.35 |
| Hex | 76 | 6E | 3F | 0 | 7 | 2F | 36 | 33 | 1E | 23 |
| Octal | 166 | 156 | 77 | 0 | 7 | 57 | 66 | 63 | 36 | 43 |
| Binary | 1110110 | 1101110 | 111111 | 0 | 111 | 101111 | 110110 | 110011 | 11110 | 100011 |
Color Harmonies of #766E3F
Complementary color
Monochromatic Colors of #766E3F
Black with #766E3F
Text Example
Text Example
White with #766E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766E3F; }
p { color: rgb(118,110,63); }
H1.HeaderClassName
{
color: #766E3F;
}
.AnyTagClassName
{
color: #766E3F;
}
</style>
background-color css
<style>
a { background-color: #766E3F; }
a { background-color: rgb(118,110,63); }
div.DivClassName
{
background-color: #766E3F;
}
.BgClassName
{
background-color: #766E3F;
}
</style>
border-color css
<style>
span { border-color: #766E3F; }
span { border-color: rgb(118,110,63); }
td.TdClassName
{
border-color: #766E3F;
}
.TagClassName
{
border-color: #766E3F;
}
</style>