Shades of Go Ben #766E4C
Tints of Go Ben #766E4C
RGB
CMYK
RGB Variations
Color information
#766E4C (or 0x766E4C) is known color: Go Ben. HEX triplet: 76, 6E and 4C. RGB value is (118,110,76). Sum of RGB (Red+Green+Blue) = 118+110+76=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 118 - color contains mainly: red. Hex color #766E4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E4C is #8991B3. Grayscale: #6C6C6C. Windows color (decimal): -9015732 or 5009014. OLE color: 5009014.
HSL color Cylindrical-coordinate representation of color #766E4C: hue angle of 48.57º 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 #766E4C is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 110 | 76 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.54 |
| HSL | 48.57º | 0.22% | 0.38% | - |
| HSV(B) | 48.57º | 0.36% | 0.46% | - |
| XYZ | 14.35 | 15.53 | 9.08 | - |
| YUV | 108.52 | 109.65 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 76 | 0 | 0.07 | 0.36 | 0.54 | 48.57 | 0.22 | 0.38 |
| Hex | 76 | 6E | 4C | 0 | 7 | 24 | 36 | 31 | 16 | 26 |
| Octal | 166 | 156 | 114 | 0 | 7 | 44 | 66 | 61 | 26 | 46 |
| Binary | 1110110 | 1101110 | 1001100 | 0 | 111 | 100100 | 110110 | 110001 | 10110 | 100110 |
Color Harmonies of #766E4C
Complementary color
Monochromatic Colors of #766E4C
Black with #766E4C
Text Example
Text Example
White with #766E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766E4C; }
p { color: rgb(118,110,76); }
H1.HeaderClassName
{
color: #766E4C;
}
.AnyTagClassName
{
color: #766E4C;
}
</style>
background-color css
<style>
a { background-color: #766E4C; }
a { background-color: rgb(118,110,76); }
div.DivClassName
{
background-color: #766E4C;
}
.BgClassName
{
background-color: #766E4C;
}
</style>
border-color css
<style>
span { border-color: #766E4C; }
span { border-color: rgb(118,110,76); }
td.TdClassName
{
border-color: #766E4C;
}
.TagClassName
{
border-color: #766E4C;
}
</style>