Shades of Go Ben #766F50
Tints of Go Ben #766F50
RGB
CMYK
RGB Variations
Color information
#766F50 (or 0x766F50) is known color: Go Ben. HEX triplet: 76, 6F and 50. RGB value is (118,111,80). Sum of RGB (Red+Green+Blue) = 118+111+80=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #766F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F50 is #8990AF. Grayscale: #6D6D6D. Windows color (decimal): -9015472 or 5271414. OLE color: 5271414.
HSL color Cylindrical-coordinate representation of color #766F50: hue angle of 48.95º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #766F50 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 80 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.54 |
| HSL | 48.95º | 0.19% | 0.39% | - |
| HSV(B) | 48.95º | 0.32% | 0.46% | - |
| XYZ | 14.6 | 15.8 | 9.87 | - |
| YUV | 109.56 | 111.32 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 80 | 0 | 0.06 | 0.32 | 0.54 | 48.95 | 0.19 | 0.39 |
| Hex | 76 | 6F | 50 | 0 | 6 | 20 | 36 | 31 | 13 | 27 |
| Octal | 166 | 157 | 120 | 0 | 6 | 40 | 66 | 61 | 23 | 47 |
| Binary | 1110110 | 1101111 | 1010000 | 0 | 110 | 100000 | 110110 | 110001 | 10011 | 100111 |
Color Harmonies of #766F50
Complementary color
Monochromatic Colors of #766F50
Black with #766F50
Text Example
Text Example
White with #766F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F50; }
p { color: rgb(118,111,80); }
H1.HeaderClassName
{
color: #766F50;
}
.AnyTagClassName
{
color: #766F50;
}
</style>
background-color css
<style>
a { background-color: #766F50; }
a { background-color: rgb(118,111,80); }
div.DivClassName
{
background-color: #766F50;
}
.BgClassName
{
background-color: #766F50;
}
</style>
border-color css
<style>
span { border-color: #766F50; }
span { border-color: rgb(118,111,80); }
td.TdClassName
{
border-color: #766F50;
}
.TagClassName
{
border-color: #766F50;
}
</style>