Shades of Go Ben #7C7150
Tints of Go Ben #7C7150
RGB
CMYK
RGB Variations
Color information
#7C7150 (or 0x7C7150) is known color: Go Ben. HEX triplet: 7C, 71 and 50. RGB value is (124,113,80). Sum of RGB (Red+Green+Blue) = 124+113+80=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7150 is #838EAF. Grayscale: #707070. Windows color (decimal): -8621744 or 5271932. OLE color: 5271932.
HSL color Cylindrical-coordinate representation of color #7C7150: hue angle of 45º 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 #7C7150 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 113 | 80 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.51 |
| HSL | 45º | 0.22% | 0.4% | - |
| HSV(B) | 45º | 0.35% | 0.49% | - |
| XYZ | 15.67 | 16.67 | 9.98 | - |
| YUV | 112.53 | 109.64 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 113 | 80 | 0 | 0.09 | 0.35 | 0.51 | 45 | 0.22 | 0.4 |
| Hex | 7C | 71 | 50 | 0 | 9 | 23 | 33 | 2D | 16 | 28 |
| Octal | 174 | 161 | 120 | 0 | 11 | 43 | 63 | 55 | 26 | 50 |
| Binary | 1111100 | 1110001 | 1010000 | 0 | 1001 | 100011 | 110011 | 101101 | 10110 | 101000 |
Color Harmonies of #7C7150
Complementary color
Monochromatic Colors of #7C7150
Black with #7C7150
Text Example
Text Example
White with #7C7150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7150; }
p { color: rgb(124,113,80); }
H1.HeaderClassName
{
color: #7C7150;
}
.AnyTagClassName
{
color: #7C7150;
}
</style>
background-color css
<style>
a { background-color: #7C7150; }
a { background-color: rgb(124,113,80); }
div.DivClassName
{
background-color: #7C7150;
}
.BgClassName
{
background-color: #7C7150;
}
</style>
border-color css
<style>
span { border-color: #7C7150; }
span { border-color: rgb(124,113,80); }
td.TdClassName
{
border-color: #7C7150;
}
.TagClassName
{
border-color: #7C7150;
}
</style>