Shades of Go Ben #7F7C42
Tints of Go Ben #7F7C42
RGB
CMYK
RGB Variations
Color information
#7F7C42 (or 0x7F7C42) is known color: Go Ben. HEX triplet: 7F, 7C and 42. RGB value is (127,124,66). Sum of RGB (Red+Green+Blue) = 127+124+66=317 (41% of max value = 765). Red value is 127 (50% from 255 or 40.06% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7C42 is #8083BD. Grayscale: #767676. Windows color (decimal): -8422334 or 4357247. OLE color: 4357247.
HSL color Cylindrical-coordinate representation of color #7F7C42: hue angle of 57.05º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F7C42 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 124 | 66 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.50 |
| HSL | 57.05º | 0.32% | 0.38% | - |
| HSV(B) | 57.05º | 0.48% | 0.5% | - |
| XYZ | 16.94 | 19.32 | 7.99 | - |
| YUV | 118.29 | 98.49 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 124 | 66 | 0 | 0.02 | 0.48 | 0.50 | 57.05 | 0.32 | 0.38 |
| Hex | 7F | 7C | 42 | 0 | 2 | 30 | 32 | 39 | 20 | 26 |
| Octal | 177 | 174 | 102 | 0 | 2 | 60 | 62 | 71 | 40 | 46 |
| Binary | 1111111 | 1111100 | 1000010 | 0 | 10 | 110000 | 110010 | 111001 | 100000 | 100110 |
Color Harmonies of #7F7C42
Complementary color
Monochromatic Colors of #7F7C42
Black with #7F7C42
Text Example
Text Example
White with #7F7C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7C42; }
p { color: rgb(127,124,66); }
H1.HeaderClassName
{
color: #7F7C42;
}
.AnyTagClassName
{
color: #7F7C42;
}
</style>
background-color css
<style>
a { background-color: #7F7C42; }
a { background-color: rgb(127,124,66); }
div.DivClassName
{
background-color: #7F7C42;
}
.BgClassName
{
background-color: #7F7C42;
}
</style>
border-color css
<style>
span { border-color: #7F7C42; }
span { border-color: rgb(127,124,66); }
td.TdClassName
{
border-color: #7F7C42;
}
.TagClassName
{
border-color: #7F7C42;
}
</style>