Shades of Go Ben #7C7452
Tints of Go Ben #7C7452
RGB
CMYK
RGB Variations
Color information
#7C7452 (or 0x7C7452) is known color: Go Ben. HEX triplet: 7C, 74 and 52. RGB value is (124,116,82). Sum of RGB (Red+Green+Blue) = 124+116+82=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7452 is #838BAD. Grayscale: #727272. Windows color (decimal): -8620974 or 5403772. OLE color: 5403772.
HSL color Cylindrical-coordinate representation of color #7C7452: hue angle of 48.57º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C7452 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 116 | 82 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.51 |
| HSL | 48.57º | 0.2% | 0.4% | - |
| HSV(B) | 48.57º | 0.34% | 0.49% | - |
| XYZ | 16.08 | 17.39 | 10.49 | - |
| YUV | 114.52 | 109.65 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 116 | 82 | 0 | 0.06 | 0.34 | 0.51 | 48.57 | 0.2 | 0.4 |
| Hex | 7C | 74 | 52 | 0 | 6 | 22 | 33 | 31 | 14 | 28 |
| Octal | 174 | 164 | 122 | 0 | 6 | 42 | 63 | 61 | 24 | 50 |
| Binary | 1111100 | 1110100 | 1010010 | 0 | 110 | 100010 | 110011 | 110001 | 10100 | 101000 |
Color Harmonies of #7C7452
Complementary color
Monochromatic Colors of #7C7452
Black with #7C7452
Text Example
Text Example
White with #7C7452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7452; }
p { color: rgb(124,116,82); }
H1.HeaderClassName
{
color: #7C7452;
}
.AnyTagClassName
{
color: #7C7452;
}
</style>
background-color css
<style>
a { background-color: #7C7452; }
a { background-color: rgb(124,116,82); }
div.DivClassName
{
background-color: #7C7452;
}
.BgClassName
{
background-color: #7C7452;
}
</style>
border-color css
<style>
span { border-color: #7C7452; }
span { border-color: rgb(124,116,82); }
td.TdClassName
{
border-color: #7C7452;
}
.TagClassName
{
border-color: #7C7452;
}
</style>