Shades of Go Ben #766F43
Tints of Go Ben #766F43
RGB
CMYK
RGB Variations
Color information
#766F43 (or 0x766F43) is known color: Go Ben. HEX triplet: 76, 6F and 43. RGB value is (118,111,67). Sum of RGB (Red+Green+Blue) = 118+111+67=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #766F43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F43 is #8990BC. Grayscale: #6C6C6C. Windows color (decimal): -9015485 or 4419446. OLE color: 4419446.
HSL color Cylindrical-coordinate representation of color #766F43: hue angle of 51.76º 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 #766F43 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 67 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.54 |
| HSL | 51.76º | 0.28% | 0.36% | - |
| HSV(B) | 51.76º | 0.43% | 0.46% | - |
| XYZ | 14.17 | 15.63 | 7.58 | - |
| YUV | 108.08 | 104.82 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 67 | 0 | 0.06 | 0.43 | 0.54 | 51.76 | 0.28 | 0.36 |
| Hex | 76 | 6F | 43 | 0 | 6 | 2B | 36 | 34 | 1C | 24 |
| Octal | 166 | 157 | 103 | 0 | 6 | 53 | 66 | 64 | 34 | 44 |
| Binary | 1110110 | 1101111 | 1000011 | 0 | 110 | 101011 | 110110 | 110100 | 11100 | 100100 |
Color Harmonies of #766F43
Complementary color
Monochromatic Colors of #766F43
Black with #766F43
Text Example
Text Example
White with #766F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F43; }
p { color: rgb(118,111,67); }
H1.HeaderClassName
{
color: #766F43;
}
.AnyTagClassName
{
color: #766F43;
}
</style>
background-color css
<style>
a { background-color: #766F43; }
a { background-color: rgb(118,111,67); }
div.DivClassName
{
background-color: #766F43;
}
.BgClassName
{
background-color: #766F43;
}
</style>
border-color css
<style>
span { border-color: #766F43; }
span { border-color: rgb(118,111,67); }
td.TdClassName
{
border-color: #766F43;
}
.TagClassName
{
border-color: #766F43;
}
</style>