Shades of Go Ben #767043
Tints of Go Ben #767043
RGB
CMYK
RGB Variations
Color information
#767043 (or 0x767043) is known color: Go Ben. HEX triplet: 76, 70 and 43. RGB value is (118,112,67). Sum of RGB (Red+Green+Blue) = 118+112+67=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #767043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767043 is #898FBC. Grayscale: #6C6C6C. Windows color (decimal): -9015229 or 4419702. OLE color: 4419702.
HSL color Cylindrical-coordinate representation of color #767043: hue angle of 52.94º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #767043 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 112 | 67 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.54 |
| HSL | 52.94º | 0.28% | 0.36% | - |
| HSV(B) | 52.94º | 0.43% | 0.46% | - |
| XYZ | 14.28 | 15.85 | 7.62 | - |
| YUV | 108.66 | 104.49 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 112 | 67 | 0 | 0.05 | 0.43 | 0.54 | 52.94 | 0.28 | 0.36 |
| Hex | 76 | 70 | 43 | 0 | 5 | 2B | 36 | 35 | 1C | 24 |
| Octal | 166 | 160 | 103 | 0 | 5 | 53 | 66 | 65 | 34 | 44 |
| Binary | 1110110 | 1110000 | 1000011 | 0 | 101 | 101011 | 110110 | 110101 | 11100 | 100100 |
Color Harmonies of #767043
Complementary color
Monochromatic Colors of #767043
Black with #767043
Text Example
Text Example
White with #767043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767043; }
p { color: rgb(118,112,67); }
H1.HeaderClassName
{
color: #767043;
}
.AnyTagClassName
{
color: #767043;
}
</style>
background-color css
<style>
a { background-color: #767043; }
a { background-color: rgb(118,112,67); }
div.DivClassName
{
background-color: #767043;
}
.BgClassName
{
background-color: #767043;
}
</style>
border-color css
<style>
span { border-color: #767043; }
span { border-color: rgb(118,112,67); }
td.TdClassName
{
border-color: #767043;
}
.TagClassName
{
border-color: #767043;
}
</style>