Shades of Go Ben #757043
Tints of Go Ben #757043
RGB
CMYK
RGB Variations
Color information
#757043 (or 0x757043) is known color: Go Ben. HEX triplet: 75, 70 and 43. RGB value is (117,112,67). Sum of RGB (Red+Green+Blue) = 117+112+67=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #757043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757043 is #8A8FBC. Grayscale: #6C6C6C. Windows color (decimal): -9080765 or 4419701. OLE color: 4419701.
HSL color Cylindrical-coordinate representation of color #757043: hue angle of 54º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #757043 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 112 | 67 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.54 |
| HSL | 54º | 0.27% | 0.36% | - |
| HSV(B) | 54º | 0.43% | 0.46% | - |
| XYZ | 14.14 | 15.78 | 7.61 | - |
| YUV | 108.37 | 104.66 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 67 | 0 | 0.04 | 0.43 | 0.54 | 54 | 0.27 | 0.36 |
| Hex | 75 | 70 | 43 | 0 | 4 | 2B | 36 | 36 | 1B | 24 |
| Octal | 165 | 160 | 103 | 0 | 4 | 53 | 66 | 66 | 33 | 44 |
| Binary | 1110101 | 1110000 | 1000011 | 0 | 100 | 101011 | 110110 | 110110 | 11011 | 100100 |
Color Harmonies of #757043
Complementary color
Monochromatic Colors of #757043
Black with #757043
Text Example
Text Example
White with #757043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757043; }
p { color: rgb(117,112,67); }
H1.HeaderClassName
{
color: #757043;
}
.AnyTagClassName
{
color: #757043;
}
</style>
background-color css
<style>
a { background-color: #757043; }
a { background-color: rgb(117,112,67); }
div.DivClassName
{
background-color: #757043;
}
.BgClassName
{
background-color: #757043;
}
</style>
border-color css
<style>
span { border-color: #757043; }
span { border-color: rgb(117,112,67); }
td.TdClassName
{
border-color: #757043;
}
.TagClassName
{
border-color: #757043;
}
</style>