Shades of Go Ben #766E4A
Tints of Go Ben #766E4A
RGB
CMYK
RGB Variations
Color information
#766E4A (or 0x766E4A) is known color: Go Ben. HEX triplet: 76, 6E and 4A. RGB value is (118,110,74). Sum of RGB (Red+Green+Blue) = 118+110+74=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #766E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E4A is #8991B5. Grayscale: #6C6C6C. Windows color (decimal): -9015734 or 4877942. OLE color: 4877942.
HSL color Cylindrical-coordinate representation of color #766E4A: hue angle of 49.09º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #766E4A is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 110 | 74 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.54 |
| HSL | 49.09º | 0.23% | 0.38% | - |
| HSV(B) | 49.09º | 0.37% | 0.46% | - |
| XYZ | 14.28 | 15.5 | 8.72 | - |
| YUV | 108.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 74 | 0 | 0.07 | 0.37 | 0.54 | 49.09 | 0.23 | 0.38 |
| Hex | 76 | 6E | 4A | 0 | 7 | 25 | 36 | 31 | 17 | 26 |
| Octal | 166 | 156 | 112 | 0 | 7 | 45 | 66 | 61 | 27 | 46 |
| Binary | 1110110 | 1101110 | 1001010 | 0 | 111 | 100101 | 110110 | 110001 | 10111 | 100110 |
Color Harmonies of #766E4A
Complementary color
Monochromatic Colors of #766E4A
Black with #766E4A
Text Example
Text Example
White with #766E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766E4A; }
p { color: rgb(118,110,74); }
H1.HeaderClassName
{
color: #766E4A;
}
.AnyTagClassName
{
color: #766E4A;
}
</style>
background-color css
<style>
a { background-color: #766E4A; }
a { background-color: rgb(118,110,74); }
div.DivClassName
{
background-color: #766E4A;
}
.BgClassName
{
background-color: #766E4A;
}
</style>
border-color css
<style>
span { border-color: #766E4A; }
span { border-color: rgb(118,110,74); }
td.TdClassName
{
border-color: #766E4A;
}
.TagClassName
{
border-color: #766E4A;
}
</style>