Shades of Go Ben #7F7643
Tints of Go Ben #7F7643
RGB
CMYK
RGB Variations
Color information
#7F7643 (or 0x7F7643) is known color: Go Ben. HEX triplet: 7F, 76 and 43. RGB value is (127,118,67). Sum of RGB (Red+Green+Blue) = 127+118+67=312 (41% of max value = 765). Red value is 127 (50% from 255 or 40.71% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7643 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7643 is #8089BC. Grayscale: #737373. Windows color (decimal): -8423869 or 4421247. OLE color: 4421247.
HSL color Cylindrical-coordinate representation of color #7F7643: hue angle of 51º 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 #7F7643 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 118 | 67 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.50 |
| HSL | 51º | 0.31% | 0.38% | - |
| HSV(B) | 51º | 0.47% | 0.5% | - |
| XYZ | 16.24 | 17.87 | 7.9 | - |
| YUV | 114.88 | 100.98 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 118 | 67 | 0 | 0.07 | 0.47 | 0.50 | 51 | 0.31 | 0.38 |
| Hex | 7F | 76 | 43 | 0 | 7 | 2F | 32 | 33 | 1F | 26 |
| Octal | 177 | 166 | 103 | 0 | 7 | 57 | 62 | 63 | 37 | 46 |
| Binary | 1111111 | 1110110 | 1000011 | 0 | 111 | 101111 | 110010 | 110011 | 11111 | 100110 |
Color Harmonies of #7F7643
Complementary color
Monochromatic Colors of #7F7643
Black with #7F7643
Text Example
Text Example
White with #7F7643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7643; }
p { color: rgb(127,118,67); }
H1.HeaderClassName
{
color: #7F7643;
}
.AnyTagClassName
{
color: #7F7643;
}
</style>
background-color css
<style>
a { background-color: #7F7643; }
a { background-color: rgb(127,118,67); }
div.DivClassName
{
background-color: #7F7643;
}
.BgClassName
{
background-color: #7F7643;
}
</style>
border-color css
<style>
span { border-color: #7F7643; }
span { border-color: rgb(127,118,67); }
td.TdClassName
{
border-color: #7F7643;
}
.TagClassName
{
border-color: #7F7643;
}
</style>