Shades of Go Ben #766F4A
Tints of Go Ben #766F4A
RGB
CMYK
RGB Variations
Color information
#766F4A (or 0x766F4A) is known color: Go Ben. HEX triplet: 76, 6F and 4A. RGB value is (118,111,74). Sum of RGB (Red+Green+Blue) = 118+111+74=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 118 - color contains mainly: red. Hex color #766F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F4A is #8990B5. Grayscale: #6D6D6D. Windows color (decimal): -9015478 or 4878198. OLE color: 4878198.
HSL color Cylindrical-coordinate representation of color #766F4A: hue angle of 50.45º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #766F4A is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 74 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.54 |
| HSL | 50.45º | 0.23% | 0.38% | - |
| HSV(B) | 50.45º | 0.37% | 0.46% | - |
| XYZ | 14.39 | 15.71 | 8.75 | - |
| YUV | 108.88 | 108.32 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 74 | 0 | 0.06 | 0.37 | 0.54 | 50.45 | 0.23 | 0.38 |
| Hex | 76 | 6F | 4A | 0 | 6 | 25 | 36 | 32 | 17 | 26 |
| Octal | 166 | 157 | 112 | 0 | 6 | 45 | 66 | 62 | 27 | 46 |
| Binary | 1110110 | 1101111 | 1001010 | 0 | 110 | 100101 | 110110 | 110010 | 10111 | 100110 |
Color Harmonies of #766F4A
Complementary color
Monochromatic Colors of #766F4A
Black with #766F4A
Text Example
Text Example
White with #766F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F4A; }
p { color: rgb(118,111,74); }
H1.HeaderClassName
{
color: #766F4A;
}
.AnyTagClassName
{
color: #766F4A;
}
</style>
background-color css
<style>
a { background-color: #766F4A; }
a { background-color: rgb(118,111,74); }
div.DivClassName
{
background-color: #766F4A;
}
.BgClassName
{
background-color: #766F4A;
}
</style>
border-color css
<style>
span { border-color: #766F4A; }
span { border-color: rgb(118,111,74); }
td.TdClassName
{
border-color: #766F4A;
}
.TagClassName
{
border-color: #766F4A;
}
</style>