Shades of Go Ben #7F6D45
Tints of Go Ben #7F6D45
RGB
CMYK
RGB Variations
Color information
#7F6D45 (or 0x7F6D45) is known color: Go Ben. HEX triplet: 7F, 6D and 45. RGB value is (127,109,69). Sum of RGB (Red+Green+Blue) = 127+109+69=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6D45 is #8092BA. Grayscale: #6E6E6E. Windows color (decimal): -8426171 or 4550015. OLE color: 4550015.
HSL color Cylindrical-coordinate representation of color #7F6D45: hue angle of 41.38º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F6D45 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 109 | 69 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.50 |
| HSL | 41.38º | 0.3% | 0.38% | - |
| HSV(B) | 41.38º | 0.46% | 0.5% | - |
| XYZ | 15.3 | 15.88 | 7.89 | - |
| YUV | 109.82 | 104.96 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 109 | 69 | 0 | 0.14 | 0.46 | 0.50 | 41.38 | 0.3 | 0.38 |
| Hex | 7F | 6D | 45 | 0 | E | 2E | 32 | 29 | 1E | 26 |
| Octal | 177 | 155 | 105 | 0 | 16 | 56 | 62 | 51 | 36 | 46 |
| Binary | 1111111 | 1101101 | 1000101 | 0 | 1110 | 101110 | 110010 | 101001 | 11110 | 100110 |
Color Harmonies of #7F6D45
Complementary color
Monochromatic Colors of #7F6D45
Black with #7F6D45
Text Example
Text Example
White with #7F6D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6D45; }
p { color: rgb(127,109,69); }
H1.HeaderClassName
{
color: #7F6D45;
}
.AnyTagClassName
{
color: #7F6D45;
}
</style>
background-color css
<style>
a { background-color: #7F6D45; }
a { background-color: rgb(127,109,69); }
div.DivClassName
{
background-color: #7F6D45;
}
.BgClassName
{
background-color: #7F6D45;
}
</style>
border-color css
<style>
span { border-color: #7F6D45; }
span { border-color: rgb(127,109,69); }
td.TdClassName
{
border-color: #7F6D45;
}
.TagClassName
{
border-color: #7F6D45;
}
</style>