Shades of Go Ben #766E44
Tints of Go Ben #766E44
RGB
CMYK
RGB Variations
Color information
#766E44 (or 0x766E44) is known color: Go Ben. HEX triplet: 76, 6E and 44. RGB value is (118,110,68). Sum of RGB (Red+Green+Blue) = 118+110+68=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #766E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E44 is #8991BB. Grayscale: #6B6B6B. Windows color (decimal): -9015740 or 4484726. OLE color: 4484726.
HSL color Cylindrical-coordinate representation of color #766E44: hue angle of 50.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #766E44 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 110 | 68 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.54 |
| HSL | 50.4º | 0.27% | 0.36% | - |
| HSV(B) | 50.4º | 0.42% | 0.46% | - |
| XYZ | 14.09 | 15.42 | 7.7 | - |
| YUV | 107.6 | 105.65 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 68 | 0 | 0.07 | 0.42 | 0.54 | 50.4 | 0.27 | 0.36 |
| Hex | 76 | 6E | 44 | 0 | 7 | 2A | 36 | 32 | 1B | 24 |
| Octal | 166 | 156 | 104 | 0 | 7 | 52 | 66 | 62 | 33 | 44 |
| Binary | 1110110 | 1101110 | 1000100 | 0 | 111 | 101010 | 110110 | 110010 | 11011 | 100100 |
Color Harmonies of #766E44
Complementary color
Monochromatic Colors of #766E44
Black with #766E44
Text Example
Text Example
White with #766E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766E44; }
p { color: rgb(118,110,68); }
H1.HeaderClassName
{
color: #766E44;
}
.AnyTagClassName
{
color: #766E44;
}
</style>
background-color css
<style>
a { background-color: #766E44; }
a { background-color: rgb(118,110,68); }
div.DivClassName
{
background-color: #766E44;
}
.BgClassName
{
background-color: #766E44;
}
</style>
border-color css
<style>
span { border-color: #766E44; }
span { border-color: rgb(118,110,68); }
td.TdClassName
{
border-color: #766E44;
}
.TagClassName
{
border-color: #766E44;
}
</style>