Shades of Go Ben #7F6D44
Tints of Go Ben #7F6D44
RGB
CMYK
RGB Variations
Color information
#7F6D44 (or 0x7F6D44) is known color: Go Ben. HEX triplet: 7F, 6D and 44. RGB value is (127,109,68). Sum of RGB (Red+Green+Blue) = 127+109+68=304 (40% of max value = 765). Red value is 127 (50% from 255 or 41.78% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6D44 is #8092BB. Grayscale: #6D6D6D. Windows color (decimal): -8426172 or 4484479. OLE color: 4484479.
HSL color Cylindrical-coordinate representation of color #7F6D44: hue angle of 41.69º 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 #7F6D44 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 109 | 68 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.50 |
| HSL | 41.69º | 0.3% | 0.38% | - |
| HSV(B) | 41.69º | 0.46% | 0.5% | - |
| XYZ | 15.26 | 15.87 | 7.73 | - |
| YUV | 109.71 | 104.46 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 109 | 68 | 0 | 0.14 | 0.46 | 0.50 | 41.69 | 0.3 | 0.38 |
| Hex | 7F | 6D | 44 | 0 | E | 2E | 32 | 2A | 1E | 26 |
| Octal | 177 | 155 | 104 | 0 | 16 | 56 | 62 | 52 | 36 | 46 |
| Binary | 1111111 | 1101101 | 1000100 | 0 | 1110 | 101110 | 110010 | 101010 | 11110 | 100110 |
Color Harmonies of #7F6D44
Complementary color
Monochromatic Colors of #7F6D44
Black with #7F6D44
Text Example
Text Example
White with #7F6D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6D44; }
p { color: rgb(127,109,68); }
H1.HeaderClassName
{
color: #7F6D44;
}
.AnyTagClassName
{
color: #7F6D44;
}
</style>
background-color css
<style>
a { background-color: #7F6D44; }
a { background-color: rgb(127,109,68); }
div.DivClassName
{
background-color: #7F6D44;
}
.BgClassName
{
background-color: #7F6D44;
}
</style>
border-color css
<style>
span { border-color: #7F6D44; }
span { border-color: rgb(127,109,68); }
td.TdClassName
{
border-color: #7F6D44;
}
.TagClassName
{
border-color: #7F6D44;
}
</style>