Shades of Go Ben #7C7352
Tints of Go Ben #7C7352
RGB
CMYK
RGB Variations
Color information
#7C7352 (or 0x7C7352) is known color: Go Ben. HEX triplet: 7C, 73 and 52. RGB value is (124,115,82). Sum of RGB (Red+Green+Blue) = 124+115+82=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7352 is #838CAD. Grayscale: #727272. Windows color (decimal): -8621230 or 5403516. OLE color: 5403516.
HSL color Cylindrical-coordinate representation of color #7C7352: hue angle of 47.14º 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 #7C7352 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 115 | 82 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.51 |
| HSL | 47.14º | 0.2% | 0.4% | - |
| HSV(B) | 47.14º | 0.34% | 0.49% | - |
| XYZ | 15.97 | 17.16 | 10.45 | - |
| YUV | 113.93 | 109.98 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 115 | 82 | 0 | 0.07 | 0.34 | 0.51 | 47.14 | 0.2 | 0.4 |
| Hex | 7C | 73 | 52 | 0 | 7 | 22 | 33 | 2F | 14 | 28 |
| Octal | 174 | 163 | 122 | 0 | 7 | 42 | 63 | 57 | 24 | 50 |
| Binary | 1111100 | 1110011 | 1010010 | 0 | 111 | 100010 | 110011 | 101111 | 10100 | 101000 |
Color Harmonies of #7C7352
Complementary color
Monochromatic Colors of #7C7352
Black with #7C7352
Text Example
Text Example
White with #7C7352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7352; }
p { color: rgb(124,115,82); }
H1.HeaderClassName
{
color: #7C7352;
}
.AnyTagClassName
{
color: #7C7352;
}
</style>
background-color css
<style>
a { background-color: #7C7352; }
a { background-color: rgb(124,115,82); }
div.DivClassName
{
background-color: #7C7352;
}
.BgClassName
{
background-color: #7C7352;
}
</style>
border-color css
<style>
span { border-color: #7C7352; }
span { border-color: rgb(124,115,82); }
td.TdClassName
{
border-color: #7C7352;
}
.TagClassName
{
border-color: #7C7352;
}
</style>