Shades of Go Ben #766E48
Tints of Go Ben #766E48
RGB
CMYK
RGB Variations
Color information
#766E48 (or 0x766E48) is known color: Go Ben. HEX triplet: 76, 6E and 48. RGB value is (118,110,72). Sum of RGB (Red+Green+Blue) = 118+110+72=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 118 - color contains mainly: red. Hex color #766E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E48 is #8991B7. Grayscale: #6C6C6C. Windows color (decimal): -9015736 or 4746870. OLE color: 4746870.
HSL color Cylindrical-coordinate representation of color #766E48: hue angle of 49.57º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #766E48 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 110 | 72 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.54 |
| HSL | 49.57º | 0.24% | 0.37% | - |
| HSV(B) | 49.57º | 0.39% | 0.46% | - |
| XYZ | 14.22 | 15.47 | 8.37 | - |
| YUV | 108.06 | 107.65 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 72 | 0 | 0.07 | 0.39 | 0.54 | 49.57 | 0.24 | 0.37 |
| Hex | 76 | 6E | 48 | 0 | 7 | 27 | 36 | 32 | 18 | 25 |
| Octal | 166 | 156 | 110 | 0 | 7 | 47 | 66 | 62 | 30 | 45 |
| Binary | 1110110 | 1101110 | 1001000 | 0 | 111 | 100111 | 110110 | 110010 | 11000 | 100101 |
Color Harmonies of #766E48
Complementary color
Monochromatic Colors of #766E48
Black with #766E48
Text Example
Text Example
White with #766E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766E48; }
p { color: rgb(118,110,72); }
H1.HeaderClassName
{
color: #766E48;
}
.AnyTagClassName
{
color: #766E48;
}
</style>
background-color css
<style>
a { background-color: #766E48; }
a { background-color: rgb(118,110,72); }
div.DivClassName
{
background-color: #766E48;
}
.BgClassName
{
background-color: #766E48;
}
</style>
border-color css
<style>
span { border-color: #766E48; }
span { border-color: rgb(118,110,72); }
td.TdClassName
{
border-color: #766E48;
}
.TagClassName
{
border-color: #766E48;
}
</style>