Shades of Go Ben #75724A
Tints of Go Ben #75724A
RGB
CMYK
RGB Variations
Color information
#75724A (or 0x75724A) is known color: Go Ben. HEX triplet: 75, 72 and 4A. RGB value is (117,114,74). Sum of RGB (Red+Green+Blue) = 117+114+74=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 117 - color contains mainly: red. Hex color #75724A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75724A is #8A8DB5. Grayscale: #6E6E6E. Windows color (decimal): -9080246 or 4878965. OLE color: 4878965.
HSL color Cylindrical-coordinate representation of color #75724A: hue angle of 55.81º 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 #75724A is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 114 | 74 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.54 |
| HSL | 55.81º | 0.23% | 0.37% | - |
| HSV(B) | 55.81º | 0.37% | 0.46% | - |
| XYZ | 14.59 | 16.31 | 8.86 | - |
| YUV | 110.34 | 107.49 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 74 | 0 | 0.03 | 0.37 | 0.54 | 55.81 | 0.23 | 0.37 |
| Hex | 75 | 72 | 4A | 0 | 3 | 25 | 36 | 38 | 17 | 25 |
| Octal | 165 | 162 | 112 | 0 | 3 | 45 | 66 | 70 | 27 | 45 |
| Binary | 1110101 | 1110010 | 1001010 | 0 | 11 | 100101 | 110110 | 111000 | 10111 | 100101 |
Color Harmonies of #75724A
Complementary color
Monochromatic Colors of #75724A
Black with #75724A
Text Example
Text Example
White with #75724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75724A; }
p { color: rgb(117,114,74); }
H1.HeaderClassName
{
color: #75724A;
}
.AnyTagClassName
{
color: #75724A;
}
</style>
background-color css
<style>
a { background-color: #75724A; }
a { background-color: rgb(117,114,74); }
div.DivClassName
{
background-color: #75724A;
}
.BgClassName
{
background-color: #75724A;
}
</style>
border-color css
<style>
span { border-color: #75724A; }
span { border-color: rgb(117,114,74); }
td.TdClassName
{
border-color: #75724A;
}
.TagClassName
{
border-color: #75724A;
}
</style>