Shades of Go Ben #7F6E41
Tints of Go Ben #7F6E41
RGB
CMYK
RGB Variations
Color information
#7F6E41 (or 0x7F6E41) is known color: Go Ben. HEX triplet: 7F, 6E and 41. RGB value is (127,110,65). Sum of RGB (Red+Green+Blue) = 127+110+65=302 (40% of max value = 765). Red value is 127 (50% from 255 or 42.05% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6E41 is #8091BE. Grayscale: #6E6E6E. Windows color (decimal): -8425919 or 4288127. OLE color: 4288127.
HSL color Cylindrical-coordinate representation of color #7F6E41: hue angle of 43.55º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F6E41 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 110 | 65 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.50 |
| HSL | 43.55º | 0.32% | 0.38% | - |
| HSV(B) | 43.55º | 0.49% | 0.5% | - |
| XYZ | 15.28 | 16.05 | 7.29 | - |
| YUV | 109.95 | 102.63 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 110 | 65 | 0 | 0.13 | 0.49 | 0.50 | 43.55 | 0.32 | 0.38 |
| Hex | 7F | 6E | 41 | 0 | D | 31 | 32 | 2C | 20 | 26 |
| Octal | 177 | 156 | 101 | 0 | 15 | 61 | 62 | 54 | 40 | 46 |
| Binary | 1111111 | 1101110 | 1000001 | 0 | 1101 | 110001 | 110010 | 101100 | 100000 | 100110 |
Color Harmonies of #7F6E41
Complementary color
Monochromatic Colors of #7F6E41
Black with #7F6E41
Text Example
Text Example
White with #7F6E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6E41; }
p { color: rgb(127,110,65); }
H1.HeaderClassName
{
color: #7F6E41;
}
.AnyTagClassName
{
color: #7F6E41;
}
</style>
background-color css
<style>
a { background-color: #7F6E41; }
a { background-color: rgb(127,110,65); }
div.DivClassName
{
background-color: #7F6E41;
}
.BgClassName
{
background-color: #7F6E41;
}
</style>
border-color css
<style>
span { border-color: #7F6E41; }
span { border-color: rgb(127,110,65); }
td.TdClassName
{
border-color: #7F6E41;
}
.TagClassName
{
border-color: #7F6E41;
}
</style>