Shades of Go Ben #766F45
Tints of Go Ben #766F45
RGB
CMYK
RGB Variations
Color information
#766F45 (or 0x766F45) is known color: Go Ben. HEX triplet: 76, 6F and 45. RGB value is (118,111,69). Sum of RGB (Red+Green+Blue) = 118+111+69=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #766F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F45 is #8990BA. Grayscale: #6C6C6C. Windows color (decimal): -9015483 or 4550518. OLE color: 4550518.
HSL color Cylindrical-coordinate representation of color #766F45: hue angle of 51.43º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #766F45 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 69 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.54 |
| HSL | 51.43º | 0.26% | 0.37% | - |
| HSV(B) | 51.43º | 0.42% | 0.46% | - |
| XYZ | 14.23 | 15.65 | 7.9 | - |
| YUV | 108.31 | 105.82 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 69 | 0 | 0.06 | 0.42 | 0.54 | 51.43 | 0.26 | 0.37 |
| Hex | 76 | 6F | 45 | 0 | 6 | 2A | 36 | 33 | 1A | 25 |
| Octal | 166 | 157 | 105 | 0 | 6 | 52 | 66 | 63 | 32 | 45 |
| Binary | 1110110 | 1101111 | 1000101 | 0 | 110 | 101010 | 110110 | 110011 | 11010 | 100101 |
Color Harmonies of #766F45
Complementary color
Monochromatic Colors of #766F45
Black with #766F45
Text Example
Text Example
White with #766F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F45; }
p { color: rgb(118,111,69); }
H1.HeaderClassName
{
color: #766F45;
}
.AnyTagClassName
{
color: #766F45;
}
</style>
background-color css
<style>
a { background-color: #766F45; }
a { background-color: rgb(118,111,69); }
div.DivClassName
{
background-color: #766F45;
}
.BgClassName
{
background-color: #766F45;
}
</style>
border-color css
<style>
span { border-color: #766F45; }
span { border-color: rgb(118,111,69); }
td.TdClassName
{
border-color: #766F45;
}
.TagClassName
{
border-color: #766F45;
}
</style>