Shades of Go Ben #75724E
Tints of Go Ben #75724E
RGB
CMYK
RGB Variations
Color information
#75724E (or 0x75724E) is known color: Go Ben. HEX triplet: 75, 72 and 4E. RGB value is (117,114,78). Sum of RGB (Red+Green+Blue) = 117+114+78=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #75724E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75724E is #8A8DB1. Grayscale: #6E6E6E. Windows color (decimal): -9080242 or 5141109. OLE color: 5141109.
HSL color Cylindrical-coordinate representation of color #75724E: hue angle of 55.38º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75724E is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 114 | 78 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.54 |
| HSL | 55.38º | 0.2% | 0.38% | - |
| HSV(B) | 55.38º | 0.33% | 0.46% | - |
| XYZ | 14.73 | 16.37 | 9.59 | - |
| YUV | 110.79 | 109.49 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 78 | 0 | 0.03 | 0.33 | 0.54 | 55.38 | 0.2 | 0.38 |
| Hex | 75 | 72 | 4E | 0 | 3 | 21 | 36 | 37 | 14 | 26 |
| Octal | 165 | 162 | 116 | 0 | 3 | 41 | 66 | 67 | 24 | 46 |
| Binary | 1110101 | 1110010 | 1001110 | 0 | 11 | 100001 | 110110 | 110111 | 10100 | 100110 |
Color Harmonies of #75724E
Complementary color
Monochromatic Colors of #75724E
Black with #75724E
Text Example
Text Example
White with #75724E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75724E; }
p { color: rgb(117,114,78); }
H1.HeaderClassName
{
color: #75724E;
}
.AnyTagClassName
{
color: #75724E;
}
</style>
background-color css
<style>
a { background-color: #75724E; }
a { background-color: rgb(117,114,78); }
div.DivClassName
{
background-color: #75724E;
}
.BgClassName
{
background-color: #75724E;
}
</style>
border-color css
<style>
span { border-color: #75724E; }
span { border-color: rgb(117,114,78); }
td.TdClassName
{
border-color: #75724E;
}
.TagClassName
{
border-color: #75724E;
}
</style>