Shades of Go Ben #766F4C
Tints of Go Ben #766F4C
RGB
CMYK
RGB Variations
Color information
#766F4C (or 0x766F4C) is known color: Go Ben. HEX triplet: 76, 6F and 4C. RGB value is (118,111,76). Sum of RGB (Red+Green+Blue) = 118+111+76=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #766F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F4C is #8990B3. Grayscale: #6D6D6D. Windows color (decimal): -9015476 or 5009270. OLE color: 5009270.
HSL color Cylindrical-coordinate representation of color #766F4C: hue angle of 50º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #766F4C is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 76 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.54 |
| HSL | 50º | 0.22% | 0.38% | - |
| HSV(B) | 50º | 0.36% | 0.46% | - |
| XYZ | 14.46 | 15.74 | 9.11 | - |
| YUV | 109.1 | 109.32 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 76 | 0 | 0.06 | 0.36 | 0.54 | 50 | 0.22 | 0.38 |
| Hex | 76 | 6F | 4C | 0 | 6 | 24 | 36 | 32 | 16 | 26 |
| Octal | 166 | 157 | 114 | 0 | 6 | 44 | 66 | 62 | 26 | 46 |
| Binary | 1110110 | 1101111 | 1001100 | 0 | 110 | 100100 | 110110 | 110010 | 10110 | 100110 |
Color Harmonies of #766F4C
Complementary color
Monochromatic Colors of #766F4C
Black with #766F4C
Text Example
Text Example
White with #766F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F4C; }
p { color: rgb(118,111,76); }
H1.HeaderClassName
{
color: #766F4C;
}
.AnyTagClassName
{
color: #766F4C;
}
</style>
background-color css
<style>
a { background-color: #766F4C; }
a { background-color: rgb(118,111,76); }
div.DivClassName
{
background-color: #766F4C;
}
.BgClassName
{
background-color: #766F4C;
}
</style>
border-color css
<style>
span { border-color: #766F4C; }
span { border-color: rgb(118,111,76); }
td.TdClassName
{
border-color: #766F4C;
}
.TagClassName
{
border-color: #766F4C;
}
</style>