Shades of Go Ben #76704E
Tints of Go Ben #76704E
RGB
CMYK
RGB Variations
Color information
#76704E (or 0x76704E) is known color: Go Ben. HEX triplet: 76, 70 and 4E. RGB value is (118,112,78). Sum of RGB (Red+Green+Blue) = 118+112+78=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #76704E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76704E is #898FB1. Grayscale: #6E6E6E. Windows color (decimal): -9015218 or 5140598. OLE color: 5140598.
HSL color Cylindrical-coordinate representation of color #76704E: hue angle of 51º 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 #76704E is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 112 | 78 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.54 |
| HSL | 51º | 0.2% | 0.38% | - |
| HSV(B) | 51º | 0.34% | 0.46% | - |
| XYZ | 14.64 | 15.99 | 9.52 | - |
| YUV | 109.92 | 109.99 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 112 | 78 | 0 | 0.05 | 0.34 | 0.54 | 51 | 0.2 | 0.38 |
| Hex | 76 | 70 | 4E | 0 | 5 | 22 | 36 | 33 | 14 | 26 |
| Octal | 166 | 160 | 116 | 0 | 5 | 42 | 66 | 63 | 24 | 46 |
| Binary | 1110110 | 1110000 | 1001110 | 0 | 101 | 100010 | 110110 | 110011 | 10100 | 100110 |
Color Harmonies of #76704E
Complementary color
Monochromatic Colors of #76704E
Black with #76704E
Text Example
Text Example
White with #76704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76704E; }
p { color: rgb(118,112,78); }
H1.HeaderClassName
{
color: #76704E;
}
.AnyTagClassName
{
color: #76704E;
}
</style>
background-color css
<style>
a { background-color: #76704E; }
a { background-color: rgb(118,112,78); }
div.DivClassName
{
background-color: #76704E;
}
.BgClassName
{
background-color: #76704E;
}
</style>
border-color css
<style>
span { border-color: #76704E; }
span { border-color: rgb(118,112,78); }
td.TdClassName
{
border-color: #76704E;
}
.TagClassName
{
border-color: #76704E;
}
</style>