Shades of Go Ben #76734D
Tints of Go Ben #76734D
RGB
CMYK
RGB Variations
Color information
#76734D (or 0x76734D) is known color: Go Ben. HEX triplet: 76, 73 and 4D. RGB value is (118,115,77). Sum of RGB (Red+Green+Blue) = 118+115+77=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #76734D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76734D is #898CB2. Grayscale: #6F6F6F. Windows color (decimal): -9014451 or 5075830. OLE color: 5075830.
HSL color Cylindrical-coordinate representation of color #76734D: hue angle of 55.61º 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 #76734D is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 115 | 77 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.54 |
| HSL | 55.61º | 0.21% | 0.38% | - |
| HSV(B) | 55.61º | 0.35% | 0.46% | - |
| XYZ | 14.94 | 16.65 | 9.45 | - |
| YUV | 111.57 | 108.49 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 115 | 77 | 0 | 0.03 | 0.35 | 0.54 | 55.61 | 0.21 | 0.38 |
| Hex | 76 | 73 | 4D | 0 | 3 | 23 | 36 | 38 | 15 | 26 |
| Octal | 166 | 163 | 115 | 0 | 3 | 43 | 66 | 70 | 25 | 46 |
| Binary | 1110110 | 1110011 | 1001101 | 0 | 11 | 100011 | 110110 | 111000 | 10101 | 100110 |
Color Harmonies of #76734D
Complementary color
Monochromatic Colors of #76734D
Black with #76734D
Text Example
Text Example
White with #76734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76734D; }
p { color: rgb(118,115,77); }
H1.HeaderClassName
{
color: #76734D;
}
.AnyTagClassName
{
color: #76734D;
}
</style>
background-color css
<style>
a { background-color: #76734D; }
a { background-color: rgb(118,115,77); }
div.DivClassName
{
background-color: #76734D;
}
.BgClassName
{
background-color: #76734D;
}
</style>
border-color css
<style>
span { border-color: #76734D; }
span { border-color: rgb(118,115,77); }
td.TdClassName
{
border-color: #76734D;
}
.TagClassName
{
border-color: #76734D;
}
</style>