Shades of Go Ben #767041
Tints of Go Ben #767041
RGB
CMYK
RGB Variations
Color information
#767041 (or 0x767041) is known color: Go Ben. HEX triplet: 76, 70 and 41. RGB value is (118,112,65). Sum of RGB (Red+Green+Blue) = 118+112+65=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #767041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767041 is #898FBE. Grayscale: #6C6C6C. Windows color (decimal): -9015231 or 4288630. OLE color: 4288630.
HSL color Cylindrical-coordinate representation of color #767041: hue angle of 53.21º 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 #767041 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 112 | 65 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.54 |
| HSL | 53.21º | 0.29% | 0.36% | - |
| HSV(B) | 53.21º | 0.45% | 0.46% | - |
| XYZ | 14.22 | 15.82 | 7.31 | - |
| YUV | 108.44 | 103.49 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 112 | 65 | 0 | 0.05 | 0.45 | 0.54 | 53.21 | 0.29 | 0.36 |
| Hex | 76 | 70 | 41 | 0 | 5 | 2D | 36 | 35 | 1D | 24 |
| Octal | 166 | 160 | 101 | 0 | 5 | 55 | 66 | 65 | 35 | 44 |
| Binary | 1110110 | 1110000 | 1000001 | 0 | 101 | 101101 | 110110 | 110101 | 11101 | 100100 |
Color Harmonies of #767041
Complementary color
Monochromatic Colors of #767041
Black with #767041
Text Example
Text Example
White with #767041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767041; }
p { color: rgb(118,112,65); }
H1.HeaderClassName
{
color: #767041;
}
.AnyTagClassName
{
color: #767041;
}
</style>
background-color css
<style>
a { background-color: #767041; }
a { background-color: rgb(118,112,65); }
div.DivClassName
{
background-color: #767041;
}
.BgClassName
{
background-color: #767041;
}
</style>
border-color css
<style>
span { border-color: #767041; }
span { border-color: rgb(118,112,65); }
td.TdClassName
{
border-color: #767041;
}
.TagClassName
{
border-color: #767041;
}
</style>