Shades of Go Ben #75704A
Tints of Go Ben #75704A
RGB
CMYK
RGB Variations
Color information
#75704A (or 0x75704A) is known color: Go Ben. HEX triplet: 75, 70 and 4A. RGB value is (117,112,74). Sum of RGB (Red+Green+Blue) = 117+112+74=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 117 - color contains mainly: red. Hex color #75704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75704A is #8A8FB5. Grayscale: #6D6D6D. Windows color (decimal): -9080758 or 4878453. OLE color: 4878453.
HSL color Cylindrical-coordinate representation of color #75704A: hue angle of 53.02º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75704A is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 112 | 74 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.54 |
| HSL | 53.02º | 0.23% | 0.37% | - |
| HSV(B) | 53.02º | 0.37% | 0.46% | - |
| XYZ | 14.37 | 15.86 | 8.78 | - |
| YUV | 109.16 | 108.16 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 74 | 0 | 0.04 | 0.37 | 0.54 | 53.02 | 0.23 | 0.37 |
| Hex | 75 | 70 | 4A | 0 | 4 | 25 | 36 | 35 | 17 | 25 |
| Octal | 165 | 160 | 112 | 0 | 4 | 45 | 66 | 65 | 27 | 45 |
| Binary | 1110101 | 1110000 | 1001010 | 0 | 100 | 100101 | 110110 | 110101 | 10111 | 100101 |
Color Harmonies of #75704A
Complementary color
Monochromatic Colors of #75704A
Black with #75704A
Text Example
Text Example
White with #75704A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75704A; }
p { color: rgb(117,112,74); }
H1.HeaderClassName
{
color: #75704A;
}
.AnyTagClassName
{
color: #75704A;
}
</style>
background-color css
<style>
a { background-color: #75704A; }
a { background-color: rgb(117,112,74); }
div.DivClassName
{
background-color: #75704A;
}
.BgClassName
{
background-color: #75704A;
}
</style>
border-color css
<style>
span { border-color: #75704A; }
span { border-color: rgb(117,112,74); }
td.TdClassName
{
border-color: #75704A;
}
.TagClassName
{
border-color: #75704A;
}
</style>