Shades of Go Ben #7F7142
Tints of Go Ben #7F7142
RGB
CMYK
RGB Variations
Color information
#7F7142 (or 0x7F7142) is known color: Go Ben. HEX triplet: 7F, 71 and 42. RGB value is (127,113,66). Sum of RGB (Red+Green+Blue) = 127+113+66=306 (40% of max value = 765). Red value is 127 (50% from 255 or 41.50% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7142 is #808EBD. Grayscale: #707070. Windows color (decimal): -8425150 or 4354431. OLE color: 4354431.
HSL color Cylindrical-coordinate representation of color #7F7142: hue angle of 46.23º 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 #7F7142 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 113 | 66 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.50 |
| HSL | 46.23º | 0.32% | 0.38% | - |
| HSV(B) | 46.23º | 0.48% | 0.5% | - |
| XYZ | 15.64 | 16.72 | 7.56 | - |
| YUV | 111.83 | 102.14 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 113 | 66 | 0 | 0.11 | 0.48 | 0.50 | 46.23 | 0.32 | 0.38 |
| Hex | 7F | 71 | 42 | 0 | B | 30 | 32 | 2E | 20 | 26 |
| Octal | 177 | 161 | 102 | 0 | 13 | 60 | 62 | 56 | 40 | 46 |
| Binary | 1111111 | 1110001 | 1000010 | 0 | 1011 | 110000 | 110010 | 101110 | 100000 | 100110 |
Color Harmonies of #7F7142
Complementary color
Monochromatic Colors of #7F7142
Black with #7F7142
Text Example
Text Example
White with #7F7142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7142; }
p { color: rgb(127,113,66); }
H1.HeaderClassName
{
color: #7F7142;
}
.AnyTagClassName
{
color: #7F7142;
}
</style>
background-color css
<style>
a { background-color: #7F7142; }
a { background-color: rgb(127,113,66); }
div.DivClassName
{
background-color: #7F7142;
}
.BgClassName
{
background-color: #7F7142;
}
</style>
border-color css
<style>
span { border-color: #7F7142; }
span { border-color: rgb(127,113,66); }
td.TdClassName
{
border-color: #7F7142;
}
.TagClassName
{
border-color: #7F7142;
}
</style>