Shades of Go Ben #7F7147
Tints of Go Ben #7F7147
RGB
CMYK
RGB Variations
Color information
#7F7147 (or 0x7F7147) is known color: Go Ben. HEX triplet: 7F, 71 and 47. RGB value is (127,113,71). Sum of RGB (Red+Green+Blue) = 127+113+71=311 (41% of max value = 765). Red value is 127 (50% from 255 or 40.84% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 71 (28.12% from 255 or 22.83% from 311); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7147 is #808EB8. Grayscale: #707070. Windows color (decimal): -8425145 or 4682111. OLE color: 4682111.
HSL color Cylindrical-coordinate representation of color #7F7147: hue angle of 45º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F7147 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 113 | 71 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.50 |
| HSL | 45º | 0.28% | 0.39% | - |
| HSV(B) | 45º | 0.44% | 0.5% | - |
| XYZ | 15.79 | 16.78 | 8.37 | - |
| YUV | 112.4 | 104.64 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 113 | 71 | 0 | 0.11 | 0.44 | 0.50 | 45 | 0.28 | 0.39 |
| Hex | 7F | 71 | 47 | 0 | B | 2C | 32 | 2D | 1C | 27 |
| Octal | 177 | 161 | 107 | 0 | 13 | 54 | 62 | 55 | 34 | 47 |
| Binary | 1111111 | 1110001 | 1000111 | 0 | 1011 | 101100 | 110010 | 101101 | 11100 | 100111 |
Color Harmonies of #7F7147
Complementary color
Monochromatic Colors of #7F7147
Black with #7F7147
Text Example
Text Example
White with #7F7147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7147; }
p { color: rgb(127,113,71); }
H1.HeaderClassName
{
color: #7F7147;
}
.AnyTagClassName
{
color: #7F7147;
}
</style>
background-color css
<style>
a { background-color: #7F7147; }
a { background-color: rgb(127,113,71); }
div.DivClassName
{
background-color: #7F7147;
}
.BgClassName
{
background-color: #7F7147;
}
</style>
border-color css
<style>
span { border-color: #7F7147; }
span { border-color: rgb(127,113,71); }
td.TdClassName
{
border-color: #7F7147;
}
.TagClassName
{
border-color: #7F7147;
}
</style>