Shades of Go Ben #7F7143
Tints of Go Ben #7F7143
RGB
CMYK
RGB Variations
Color information
#7F7143 (or 0x7F7143) is known color: Go Ben. HEX triplet: 7F, 71 and 43. RGB value is (127,113,67). Sum of RGB (Red+Green+Blue) = 127+113+67=307 (40% of max value = 765). Red value is 127 (50% from 255 or 41.37% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7143 is #808EBC. Grayscale: #707070. Windows color (decimal): -8425149 or 4419967. OLE color: 4419967.
HSL color Cylindrical-coordinate representation of color #7F7143: hue angle of 46º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F7143 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 113 | 67 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.50 |
| HSL | 46º | 0.31% | 0.38% | - |
| HSV(B) | 46º | 0.47% | 0.5% | - |
| XYZ | 15.67 | 16.73 | 7.71 | - |
| YUV | 111.94 | 102.64 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 113 | 67 | 0 | 0.11 | 0.47 | 0.50 | 46 | 0.31 | 0.38 |
| Hex | 7F | 71 | 43 | 0 | B | 2F | 32 | 2E | 1F | 26 |
| Octal | 177 | 161 | 103 | 0 | 13 | 57 | 62 | 56 | 37 | 46 |
| Binary | 1111111 | 1110001 | 1000011 | 0 | 1011 | 101111 | 110010 | 101110 | 11111 | 100110 |
Color Harmonies of #7F7143
Complementary color
Monochromatic Colors of #7F7143
Black with #7F7143
Text Example
Text Example
White with #7F7143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7143; }
p { color: rgb(127,113,67); }
H1.HeaderClassName
{
color: #7F7143;
}
.AnyTagClassName
{
color: #7F7143;
}
</style>
background-color css
<style>
a { background-color: #7F7143; }
a { background-color: rgb(127,113,67); }
div.DivClassName
{
background-color: #7F7143;
}
.BgClassName
{
background-color: #7F7143;
}
</style>
border-color css
<style>
span { border-color: #7F7143; }
span { border-color: rgb(127,113,67); }
td.TdClassName
{
border-color: #7F7143;
}
.TagClassName
{
border-color: #7F7143;
}
</style>