Shades of Go Ben #766D49
Tints of Go Ben #766D49
RGB
CMYK
RGB Variations
Color information
#766D49 (or 0x766D49) is known color: Go Ben. HEX triplet: 76, 6D and 49. RGB value is (118,109,73). Sum of RGB (Red+Green+Blue) = 118+109+73=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 118 - color contains mainly: red. Hex color #766D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D49 is #8992B6. Grayscale: #6B6B6B. Windows color (decimal): -9015991 or 4812150. OLE color: 4812150.
HSL color Cylindrical-coordinate representation of color #766D49: hue angle of 48º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #766D49 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 109 | 73 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.54 |
| HSL | 48º | 0.24% | 0.37% | - |
| HSV(B) | 48º | 0.38% | 0.46% | - |
| XYZ | 14.14 | 15.27 | 8.51 | - |
| YUV | 107.59 | 108.48 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 73 | 0 | 0.08 | 0.38 | 0.54 | 48 | 0.24 | 0.37 |
| Hex | 76 | 6D | 49 | 0 | 8 | 26 | 36 | 30 | 18 | 25 |
| Octal | 166 | 155 | 111 | 0 | 10 | 46 | 66 | 60 | 30 | 45 |
| Binary | 1110110 | 1101101 | 1001001 | 0 | 1000 | 100110 | 110110 | 110000 | 11000 | 100101 |
Color Harmonies of #766D49
Complementary color
Monochromatic Colors of #766D49
Black with #766D49
Text Example
Text Example
White with #766D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D49; }
p { color: rgb(118,109,73); }
H1.HeaderClassName
{
color: #766D49;
}
.AnyTagClassName
{
color: #766D49;
}
</style>
background-color css
<style>
a { background-color: #766D49; }
a { background-color: rgb(118,109,73); }
div.DivClassName
{
background-color: #766D49;
}
.BgClassName
{
background-color: #766D49;
}
</style>
border-color css
<style>
span { border-color: #766D49; }
span { border-color: rgb(118,109,73); }
td.TdClassName
{
border-color: #766D49;
}
.TagClassName
{
border-color: #766D49;
}
</style>