Shades of Go Ben #766C4E
Tints of Go Ben #766C4E
RGB
CMYK
RGB Variations
Color information
#766C4E (or 0x766C4E) is known color: Go Ben. HEX triplet: 76, 6C and 4E. RGB value is (118,108,78). Sum of RGB (Red+Green+Blue) = 118+108+78=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 118 - color contains mainly: red. Hex color #766C4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C4E is #8993B1. Grayscale: #6B6B6B. Windows color (decimal): -9016242 or 5139574. OLE color: 5139574.
HSL color Cylindrical-coordinate representation of color #766C4E: hue angle of 45º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #766C4E is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 108 | 78 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.54 |
| HSL | 45º | 0.2% | 0.38% | - |
| HSV(B) | 45º | 0.34% | 0.46% | - |
| XYZ | 14.21 | 15.13 | 9.38 | - |
| YUV | 107.57 | 111.31 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 78 | 0 | 0.08 | 0.34 | 0.54 | 45 | 0.2 | 0.38 |
| Hex | 76 | 6C | 4E | 0 | 8 | 22 | 36 | 2D | 14 | 26 |
| Octal | 166 | 154 | 116 | 0 | 10 | 42 | 66 | 55 | 24 | 46 |
| Binary | 1110110 | 1101100 | 1001110 | 0 | 1000 | 100010 | 110110 | 101101 | 10100 | 100110 |
Color Harmonies of #766C4E
Complementary color
Monochromatic Colors of #766C4E
Black with #766C4E
Text Example
Text Example
White with #766C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766C4E; }
p { color: rgb(118,108,78); }
H1.HeaderClassName
{
color: #766C4E;
}
.AnyTagClassName
{
color: #766C4E;
}
</style>
background-color css
<style>
a { background-color: #766C4E; }
a { background-color: rgb(118,108,78); }
div.DivClassName
{
background-color: #766C4E;
}
.BgClassName
{
background-color: #766C4E;
}
</style>
border-color css
<style>
span { border-color: #766C4E; }
span { border-color: rgb(118,108,78); }
td.TdClassName
{
border-color: #766C4E;
}
.TagClassName
{
border-color: #766C4E;
}
</style>