Shades of Go Ben #757141
Tints of Go Ben #757141
RGB
CMYK
RGB Variations
Color information
#757141 (or 0x757141) is known color: Go Ben. HEX triplet: 75, 71 and 41. RGB value is (117,113,65). Sum of RGB (Red+Green+Blue) = 117+113+65=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #757141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757141 is #8A8EBE. Grayscale: #6C6C6C. Windows color (decimal): -9080511 or 4288885. OLE color: 4288885.
HSL color Cylindrical-coordinate representation of color #757141: hue angle of 55.38º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #757141 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 113 | 65 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.54 |
| HSL | 55.38º | 0.29% | 0.36% | - |
| HSV(B) | 55.38º | 0.44% | 0.46% | - |
| XYZ | 14.2 | 15.97 | 7.34 | - |
| YUV | 108.72 | 103.33 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 113 | 65 | 0 | 0.03 | 0.44 | 0.54 | 55.38 | 0.29 | 0.36 |
| Hex | 75 | 71 | 41 | 0 | 3 | 2C | 36 | 37 | 1D | 24 |
| Octal | 165 | 161 | 101 | 0 | 3 | 54 | 66 | 67 | 35 | 44 |
| Binary | 1110101 | 1110001 | 1000001 | 0 | 11 | 101100 | 110110 | 110111 | 11101 | 100100 |
Color Harmonies of #757141
Complementary color
Monochromatic Colors of #757141
Black with #757141
Text Example
Text Example
White with #757141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757141; }
p { color: rgb(117,113,65); }
H1.HeaderClassName
{
color: #757141;
}
.AnyTagClassName
{
color: #757141;
}
</style>
background-color css
<style>
a { background-color: #757141; }
a { background-color: rgb(117,113,65); }
div.DivClassName
{
background-color: #757141;
}
.BgClassName
{
background-color: #757141;
}
</style>
border-color css
<style>
span { border-color: #757141; }
span { border-color: rgb(117,113,65); }
td.TdClassName
{
border-color: #757141;
}
.TagClassName
{
border-color: #757141;
}
</style>