Shades of Go Ben #766D41
Tints of Go Ben #766D41
RGB
CMYK
RGB Variations
Color information
#766D41 (or 0x766D41) is known color: Go Ben. HEX triplet: 76, 6D and 41. RGB value is (118,109,65). Sum of RGB (Red+Green+Blue) = 118+109+65=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #766D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D41 is #8992BE. Grayscale: #6A6A6A. Windows color (decimal): -9015999 or 4287862. OLE color: 4287862.
HSL color Cylindrical-coordinate representation of color #766D41: hue angle of 49.81º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #766D41 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 109 | 65 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.54 |
| HSL | 49.81º | 0.29% | 0.36% | - |
| HSV(B) | 49.81º | 0.45% | 0.46% | - |
| XYZ | 13.89 | 15.17 | 7.2 | - |
| YUV | 106.68 | 104.48 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 65 | 0 | 0.08 | 0.45 | 0.54 | 49.81 | 0.29 | 0.36 |
| Hex | 76 | 6D | 41 | 0 | 8 | 2D | 36 | 32 | 1D | 24 |
| Octal | 166 | 155 | 101 | 0 | 10 | 55 | 66 | 62 | 35 | 44 |
| Binary | 1110110 | 1101101 | 1000001 | 0 | 1000 | 101101 | 110110 | 110010 | 11101 | 100100 |
Color Harmonies of #766D41
Complementary color
Monochromatic Colors of #766D41
Black with #766D41
Text Example
Text Example
White with #766D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D41; }
p { color: rgb(118,109,65); }
H1.HeaderClassName
{
color: #766D41;
}
.AnyTagClassName
{
color: #766D41;
}
</style>
background-color css
<style>
a { background-color: #766D41; }
a { background-color: rgb(118,109,65); }
div.DivClassName
{
background-color: #766D41;
}
.BgClassName
{
background-color: #766D41;
}
</style>
border-color css
<style>
span { border-color: #766D41; }
span { border-color: rgb(118,109,65); }
td.TdClassName
{
border-color: #766D41;
}
.TagClassName
{
border-color: #766D41;
}
</style>