Shades of Go Ben #757150
Tints of Go Ben #757150
RGB
CMYK
RGB Variations
Color information
#757150 (or 0x757150) is known color: Go Ben. HEX triplet: 75, 71 and 50. RGB value is (117,113,80). Sum of RGB (Red+Green+Blue) = 117+113+80=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #757150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757150 is #8A8EAF. Grayscale: #6E6E6E. Windows color (decimal): -9080496 or 5271925. OLE color: 5271925.
HSL color Cylindrical-coordinate representation of color #757150: hue angle of 53.51º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #757150 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 113 | 80 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.54 |
| HSL | 53.51º | 0.19% | 0.39% | - |
| HSV(B) | 53.51º | 0.32% | 0.46% | - |
| XYZ | 14.69 | 16.17 | 9.94 | - |
| YUV | 110.43 | 110.83 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 113 | 80 | 0 | 0.03 | 0.32 | 0.54 | 53.51 | 0.19 | 0.39 |
| Hex | 75 | 71 | 50 | 0 | 3 | 20 | 36 | 36 | 13 | 27 |
| Octal | 165 | 161 | 120 | 0 | 3 | 40 | 66 | 66 | 23 | 47 |
| Binary | 1110101 | 1110001 | 1010000 | 0 | 11 | 100000 | 110110 | 110110 | 10011 | 100111 |
Color Harmonies of #757150
Complementary color
Monochromatic Colors of #757150
Black with #757150
Text Example
Text Example
White with #757150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757150; }
p { color: rgb(117,113,80); }
H1.HeaderClassName
{
color: #757150;
}
.AnyTagClassName
{
color: #757150;
}
</style>
background-color css
<style>
a { background-color: #757150; }
a { background-color: rgb(117,113,80); }
div.DivClassName
{
background-color: #757150;
}
.BgClassName
{
background-color: #757150;
}
</style>
border-color css
<style>
span { border-color: #757150; }
span { border-color: rgb(117,113,80); }
td.TdClassName
{
border-color: #757150;
}
.TagClassName
{
border-color: #757150;
}
</style>