Shades of Go Ben #757042
Tints of Go Ben #757042
RGB
CMYK
RGB Variations
Color information
#757042 (or 0x757042) is known color: Go Ben. HEX triplet: 75, 70 and 42. RGB value is (117,112,66). Sum of RGB (Red+Green+Blue) = 117+112+66=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #757042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757042 is #8A8FBD. Grayscale: #6C6C6C. Windows color (decimal): -9080766 or 4354165. OLE color: 4354165.
HSL color Cylindrical-coordinate representation of color #757042: hue angle of 54.12º degrees, saturation: 0.28, 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 #757042 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 112 | 66 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.54 |
| HSL | 54.12º | 0.28% | 0.36% | - |
| HSV(B) | 54.12º | 0.44% | 0.46% | - |
| XYZ | 14.11 | 15.76 | 7.45 | - |
| YUV | 108.25 | 104.16 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 66 | 0 | 0.04 | 0.44 | 0.54 | 54.12 | 0.28 | 0.36 |
| Hex | 75 | 70 | 42 | 0 | 4 | 2C | 36 | 36 | 1C | 24 |
| Octal | 165 | 160 | 102 | 0 | 4 | 54 | 66 | 66 | 34 | 44 |
| Binary | 1110101 | 1110000 | 1000010 | 0 | 100 | 101100 | 110110 | 110110 | 11100 | 100100 |
Color Harmonies of #757042
Complementary color
Monochromatic Colors of #757042
Black with #757042
Text Example
Text Example
White with #757042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757042; }
p { color: rgb(117,112,66); }
H1.HeaderClassName
{
color: #757042;
}
.AnyTagClassName
{
color: #757042;
}
</style>
background-color css
<style>
a { background-color: #757042; }
a { background-color: rgb(117,112,66); }
div.DivClassName
{
background-color: #757042;
}
.BgClassName
{
background-color: #757042;
}
</style>
border-color css
<style>
span { border-color: #757042; }
span { border-color: rgb(117,112,66); }
td.TdClassName
{
border-color: #757042;
}
.TagClassName
{
border-color: #757042;
}
</style>