Shades of Go Ben #7C7250
Tints of Go Ben #7C7250
RGB
CMYK
RGB Variations
Color information
#7C7250 (or 0x7C7250) is known color: Go Ben. HEX triplet: 7C, 72 and 50. RGB value is (124,114,80). Sum of RGB (Red+Green+Blue) = 124+114+80=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7250 is #838DAF. Grayscale: #717171. Windows color (decimal): -8621488 or 5272188. OLE color: 5272188.
HSL color Cylindrical-coordinate representation of color #7C7250: hue angle of 46.36º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C7250 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 114 | 80 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.51 |
| HSL | 46.36º | 0.22% | 0.4% | - |
| HSV(B) | 46.36º | 0.35% | 0.49% | - |
| XYZ | 15.78 | 16.9 | 10.02 | - |
| YUV | 113.11 | 109.31 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 114 | 80 | 0 | 0.08 | 0.35 | 0.51 | 46.36 | 0.22 | 0.4 |
| Hex | 7C | 72 | 50 | 0 | 8 | 23 | 33 | 2E | 16 | 28 |
| Octal | 174 | 162 | 120 | 0 | 10 | 43 | 63 | 56 | 26 | 50 |
| Binary | 1111100 | 1110010 | 1010000 | 0 | 1000 | 100011 | 110011 | 101110 | 10110 | 101000 |
Color Harmonies of #7C7250
Complementary color
Monochromatic Colors of #7C7250
Black with #7C7250
Text Example
Text Example
White with #7C7250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7250; }
p { color: rgb(124,114,80); }
H1.HeaderClassName
{
color: #7C7250;
}
.AnyTagClassName
{
color: #7C7250;
}
</style>
background-color css
<style>
a { background-color: #7C7250; }
a { background-color: rgb(124,114,80); }
div.DivClassName
{
background-color: #7C7250;
}
.BgClassName
{
background-color: #7C7250;
}
</style>
border-color css
<style>
span { border-color: #7C7250; }
span { border-color: rgb(124,114,80); }
td.TdClassName
{
border-color: #7C7250;
}
.TagClassName
{
border-color: #7C7250;
}
</style>