Shades of Go Ben #76704D
Tints of Go Ben #76704D
RGB
CMYK
RGB Variations
Color information
#76704D (or 0x76704D) is known color: Go Ben. HEX triplet: 76, 70 and 4D. RGB value is (118,112,77). Sum of RGB (Red+Green+Blue) = 118+112+77=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 118 - color contains mainly: red. Hex color #76704D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76704D is #898FB2. Grayscale: #6D6D6D. Windows color (decimal): -9015219 or 5075062. OLE color: 5075062.
HSL color Cylindrical-coordinate representation of color #76704D: hue angle of 51.22º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76704D is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 112 | 77 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.54 |
| HSL | 51.22º | 0.21% | 0.38% | - |
| HSV(B) | 51.22º | 0.35% | 0.46% | - |
| XYZ | 14.6 | 15.98 | 9.34 | - |
| YUV | 109.8 | 109.49 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 112 | 77 | 0 | 0.05 | 0.35 | 0.54 | 51.22 | 0.21 | 0.38 |
| Hex | 76 | 70 | 4D | 0 | 5 | 23 | 36 | 33 | 15 | 26 |
| Octal | 166 | 160 | 115 | 0 | 5 | 43 | 66 | 63 | 25 | 46 |
| Binary | 1110110 | 1110000 | 1001101 | 0 | 101 | 100011 | 110110 | 110011 | 10101 | 100110 |
Color Harmonies of #76704D
Complementary color
Monochromatic Colors of #76704D
Black with #76704D
Text Example
Text Example
White with #76704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76704D; }
p { color: rgb(118,112,77); }
H1.HeaderClassName
{
color: #76704D;
}
.AnyTagClassName
{
color: #76704D;
}
</style>
background-color css
<style>
a { background-color: #76704D; }
a { background-color: rgb(118,112,77); }
div.DivClassName
{
background-color: #76704D;
}
.BgClassName
{
background-color: #76704D;
}
</style>
border-color css
<style>
span { border-color: #76704D; }
span { border-color: rgb(118,112,77); }
td.TdClassName
{
border-color: #76704D;
}
.TagClassName
{
border-color: #76704D;
}
</style>