Shades of Go Ben #75703F
Tints of Go Ben #75703F
RGB
CMYK
RGB Variations
Color information
#75703F (or 0x75703F) is known color: Go Ben. HEX triplet: 75, 70 and 3F. RGB value is (117,112,63). Sum of RGB (Red+Green+Blue) = 117+112+63=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #75703F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75703F is #8A8FC0. Grayscale: #6C6C6C. Windows color (decimal): -9080769 or 4157557. OLE color: 4157557.
HSL color Cylindrical-coordinate representation of color #75703F: hue angle of 54.44º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75703F is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 112 | 63 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.54 |
| HSL | 54.44º | 0.3% | 0.35% | - |
| HSV(B) | 54.44º | 0.46% | 0.46% | - |
| XYZ | 14.03 | 15.73 | 7 | - |
| YUV | 107.91 | 102.66 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 63 | 0 | 0.04 | 0.46 | 0.54 | 54.44 | 0.3 | 0.35 |
| Hex | 75 | 70 | 3F | 0 | 4 | 2E | 36 | 36 | 1E | 23 |
| Octal | 165 | 160 | 77 | 0 | 4 | 56 | 66 | 66 | 36 | 43 |
| Binary | 1110101 | 1110000 | 111111 | 0 | 100 | 101110 | 110110 | 110110 | 11110 | 100011 |
Color Harmonies of #75703F
Complementary color
Monochromatic Colors of #75703F
Black with #75703F
Text Example
Text Example
White with #75703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75703F; }
p { color: rgb(117,112,63); }
H1.HeaderClassName
{
color: #75703F;
}
.AnyTagClassName
{
color: #75703F;
}
</style>
background-color css
<style>
a { background-color: #75703F; }
a { background-color: rgb(117,112,63); }
div.DivClassName
{
background-color: #75703F;
}
.BgClassName
{
background-color: #75703F;
}
</style>
border-color css
<style>
span { border-color: #75703F; }
span { border-color: rgb(117,112,63); }
td.TdClassName
{
border-color: #75703F;
}
.TagClassName
{
border-color: #75703F;
}
</style>