Shades of Go Ben #7C754D
Tints of Go Ben #7C754D
RGB
CMYK
RGB Variations
Color information
#7C754D (or 0x7C754D) is known color: Go Ben. HEX triplet: 7C, 75 and 4D. RGB value is (124,117,77). Sum of RGB (Red+Green+Blue) = 124+117+77=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 124 - color contains mainly: red. Hex color #7C754D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C754D is #838AB2. Grayscale: #727272. Windows color (decimal): -8620723 or 5076348. OLE color: 5076348.
HSL color Cylindrical-coordinate representation of color #7C754D: hue angle of 51.06º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C754D is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 117 | 77 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.51 |
| HSL | 51.06º | 0.23% | 0.39% | - |
| HSV(B) | 51.06º | 0.38% | 0.49% | - |
| XYZ | 16.01 | 17.54 | 9.56 | - |
| YUV | 114.53 | 106.82 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 117 | 77 | 0 | 0.06 | 0.38 | 0.51 | 51.06 | 0.23 | 0.39 |
| Hex | 7C | 75 | 4D | 0 | 6 | 26 | 33 | 33 | 17 | 27 |
| Octal | 174 | 165 | 115 | 0 | 6 | 46 | 63 | 63 | 27 | 47 |
| Binary | 1111100 | 1110101 | 1001101 | 0 | 110 | 100110 | 110011 | 110011 | 10111 | 100111 |
Color Harmonies of #7C754D
Complementary color
Monochromatic Colors of #7C754D
Black with #7C754D
Text Example
Text Example
White with #7C754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C754D; }
p { color: rgb(124,117,77); }
H1.HeaderClassName
{
color: #7C754D;
}
.AnyTagClassName
{
color: #7C754D;
}
</style>
background-color css
<style>
a { background-color: #7C754D; }
a { background-color: rgb(124,117,77); }
div.DivClassName
{
background-color: #7C754D;
}
.BgClassName
{
background-color: #7C754D;
}
</style>
border-color css
<style>
span { border-color: #7C754D; }
span { border-color: rgb(124,117,77); }
td.TdClassName
{
border-color: #7C754D;
}
.TagClassName
{
border-color: #7C754D;
}
</style>