Shades of Go Ben #767149
Tints of Go Ben #767149
RGB
CMYK
RGB Variations
Color information
#767149 (or 0x767149) is known color: Go Ben. HEX triplet: 76, 71 and 49. RGB value is (118,113,73). Sum of RGB (Red+Green+Blue) = 118+113+73=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 118 - color contains mainly: red. Hex color #767149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767149 is #898EB6. Grayscale: #6E6E6E. Windows color (decimal): -9014967 or 4813174. OLE color: 4813174.
HSL color Cylindrical-coordinate representation of color #767149: hue angle of 53.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #767149 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 113 | 73 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.54 |
| HSL | 53.33º | 0.24% | 0.37% | - |
| HSV(B) | 53.33º | 0.38% | 0.46% | - |
| XYZ | 14.58 | 16.14 | 8.65 | - |
| YUV | 109.94 | 107.16 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 113 | 73 | 0 | 0.04 | 0.38 | 0.54 | 53.33 | 0.24 | 0.37 |
| Hex | 76 | 71 | 49 | 0 | 4 | 26 | 36 | 35 | 18 | 25 |
| Octal | 166 | 161 | 111 | 0 | 4 | 46 | 66 | 65 | 30 | 45 |
| Binary | 1110110 | 1110001 | 1001001 | 0 | 100 | 100110 | 110110 | 110101 | 11000 | 100101 |
Color Harmonies of #767149
Complementary color
Monochromatic Colors of #767149
Black with #767149
Text Example
Text Example
White with #767149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767149; }
p { color: rgb(118,113,73); }
H1.HeaderClassName
{
color: #767149;
}
.AnyTagClassName
{
color: #767149;
}
</style>
background-color css
<style>
a { background-color: #767149; }
a { background-color: rgb(118,113,73); }
div.DivClassName
{
background-color: #767149;
}
.BgClassName
{
background-color: #767149;
}
</style>
border-color css
<style>
span { border-color: #767149; }
span { border-color: rgb(118,113,73); }
td.TdClassName
{
border-color: #767149;
}
.TagClassName
{
border-color: #767149;
}
</style>