Shades of Go Ben #75724D
Tints of Go Ben #75724D
RGB
CMYK
RGB Variations
Color information
#75724D (or 0x75724D) is known color: Go Ben. HEX triplet: 75, 72 and 4D. RGB value is (117,114,77). Sum of RGB (Red+Green+Blue) = 117+114+77=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #75724D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75724D is #8A8DB2. Grayscale: #6E6E6E. Windows color (decimal): -9080243 or 5075573. OLE color: 5075573.
HSL color Cylindrical-coordinate representation of color #75724D: hue angle of 55.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75724D is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 114 | 77 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.54 |
| HSL | 55.5º | 0.21% | 0.38% | - |
| HSV(B) | 55.5º | 0.34% | 0.46% | - |
| XYZ | 14.69 | 16.35 | 9.4 | - |
| YUV | 110.68 | 108.99 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 77 | 0 | 0.03 | 0.34 | 0.54 | 55.5 | 0.21 | 0.38 |
| Hex | 75 | 72 | 4D | 0 | 3 | 22 | 36 | 38 | 15 | 26 |
| Octal | 165 | 162 | 115 | 0 | 3 | 42 | 66 | 70 | 25 | 46 |
| Binary | 1110101 | 1110010 | 1001101 | 0 | 11 | 100010 | 110110 | 111000 | 10101 | 100110 |
Color Harmonies of #75724D
Complementary color
Monochromatic Colors of #75724D
Black with #75724D
Text Example
Text Example
White with #75724D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75724D; }
p { color: rgb(117,114,77); }
H1.HeaderClassName
{
color: #75724D;
}
.AnyTagClassName
{
color: #75724D;
}
</style>
background-color css
<style>
a { background-color: #75724D; }
a { background-color: rgb(117,114,77); }
div.DivClassName
{
background-color: #75724D;
}
.BgClassName
{
background-color: #75724D;
}
</style>
border-color css
<style>
span { border-color: #75724D; }
span { border-color: rgb(117,114,77); }
td.TdClassName
{
border-color: #75724D;
}
.TagClassName
{
border-color: #75724D;
}
</style>