Shades of Go Ben #767042
Tints of Go Ben #767042
RGB
CMYK
RGB Variations
Color information
#767042 (or 0x767042) is known color: Go Ben. HEX triplet: 76, 70 and 42. RGB value is (118,112,66). Sum of RGB (Red+Green+Blue) = 118+112+66=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #767042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767042 is #898FBD. Grayscale: #6C6C6C. Windows color (decimal): -9015230 or 4354166. OLE color: 4354166.
HSL color Cylindrical-coordinate representation of color #767042: hue angle of 53.08º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #767042 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 112 | 66 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.54 |
| HSL | 53.08º | 0.28% | 0.36% | - |
| HSV(B) | 53.08º | 0.44% | 0.46% | - |
| XYZ | 14.25 | 15.83 | 7.46 | - |
| YUV | 108.55 | 103.99 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 112 | 66 | 0 | 0.05 | 0.44 | 0.54 | 53.08 | 0.28 | 0.36 |
| Hex | 76 | 70 | 42 | 0 | 5 | 2C | 36 | 35 | 1C | 24 |
| Octal | 166 | 160 | 102 | 0 | 5 | 54 | 66 | 65 | 34 | 44 |
| Binary | 1110110 | 1110000 | 1000010 | 0 | 101 | 101100 | 110110 | 110101 | 11100 | 100100 |
Color Harmonies of #767042
Complementary color
Monochromatic Colors of #767042
Black with #767042
Text Example
Text Example
White with #767042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767042; }
p { color: rgb(118,112,66); }
H1.HeaderClassName
{
color: #767042;
}
.AnyTagClassName
{
color: #767042;
}
</style>
background-color css
<style>
a { background-color: #767042; }
a { background-color: rgb(118,112,66); }
div.DivClassName
{
background-color: #767042;
}
.BgClassName
{
background-color: #767042;
}
</style>
border-color css
<style>
span { border-color: #767042; }
span { border-color: rgb(118,112,66); }
td.TdClassName
{
border-color: #767042;
}
.TagClassName
{
border-color: #767042;
}
</style>