Shades of Go Ben #7F7C40
Tints of Go Ben #7F7C40
RGB
CMYK
RGB Variations
Color information
#7F7C40 (or 0x7F7C40) is known color: Go Ben. HEX triplet: 7F, 7C and 40. RGB value is (127,124,64). Sum of RGB (Red+Green+Blue) = 127+124+64=315 (41% of max value = 765). Red value is 127 (50% from 255 or 40.32% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7C40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7C40 is #8083BF. Grayscale: #767676. Windows color (decimal): -8422336 or 4226175. OLE color: 4226175.
HSL color Cylindrical-coordinate representation of color #7F7C40: hue angle of 57.14º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F7C40 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 124 | 64 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.50 |
| HSL | 57.14º | 0.33% | 0.37% | - |
| HSV(B) | 57.14º | 0.5% | 0.5% | - |
| XYZ | 16.89 | 19.3 | 7.69 | - |
| YUV | 118.06 | 97.49 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 124 | 64 | 0 | 0.02 | 0.50 | 0.50 | 57.14 | 0.33 | 0.37 |
| Hex | 7F | 7C | 40 | 0 | 2 | 32 | 32 | 39 | 21 | 25 |
| Octal | 177 | 174 | 100 | 0 | 2 | 62 | 62 | 71 | 41 | 45 |
| Binary | 1111111 | 1111100 | 1000000 | 0 | 10 | 110010 | 110010 | 111001 | 100001 | 100101 |
Color Harmonies of #7F7C40
Complementary color
Monochromatic Colors of #7F7C40
Black with #7F7C40
Text Example
Text Example
White with #7F7C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7C40; }
p { color: rgb(127,124,64); }
H1.HeaderClassName
{
color: #7F7C40;
}
.AnyTagClassName
{
color: #7F7C40;
}
</style>
background-color css
<style>
a { background-color: #7F7C40; }
a { background-color: rgb(127,124,64); }
div.DivClassName
{
background-color: #7F7C40;
}
.BgClassName
{
background-color: #7F7C40;
}
</style>
border-color css
<style>
span { border-color: #7F7C40; }
span { border-color: rgb(127,124,64); }
td.TdClassName
{
border-color: #7F7C40;
}
.TagClassName
{
border-color: #7F7C40;
}
</style>