Shades of Go Ben #7F7842
Tints of Go Ben #7F7842
RGB
CMYK
RGB Variations
Color information
#7F7842 (or 0x7F7842) is known color: Go Ben. HEX triplet: 7F, 78 and 42. RGB value is (127,120,66). Sum of RGB (Red+Green+Blue) = 127+120+66=313 (41% of max value = 765). Red value is 127 (50% from 255 or 40.58% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7842 is #8087BD. Grayscale: #747474. Windows color (decimal): -8423358 or 4356223. OLE color: 4356223.
HSL color Cylindrical-coordinate representation of color #7F7842: hue angle of 53.11º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F7842 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 120 | 66 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.50 |
| HSL | 53.11º | 0.32% | 0.38% | - |
| HSV(B) | 53.11º | 0.48% | 0.5% | - |
| XYZ | 16.45 | 18.34 | 7.83 | - |
| YUV | 115.94 | 99.82 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 120 | 66 | 0 | 0.06 | 0.48 | 0.50 | 53.11 | 0.32 | 0.38 |
| Hex | 7F | 78 | 42 | 0 | 6 | 30 | 32 | 35 | 20 | 26 |
| Octal | 177 | 170 | 102 | 0 | 6 | 60 | 62 | 65 | 40 | 46 |
| Binary | 1111111 | 1111000 | 1000010 | 0 | 110 | 110000 | 110010 | 110101 | 100000 | 100110 |
Color Harmonies of #7F7842
Complementary color
Monochromatic Colors of #7F7842
Black with #7F7842
Text Example
Text Example
White with #7F7842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7842; }
p { color: rgb(127,120,66); }
H1.HeaderClassName
{
color: #7F7842;
}
.AnyTagClassName
{
color: #7F7842;
}
</style>
background-color css
<style>
a { background-color: #7F7842; }
a { background-color: rgb(127,120,66); }
div.DivClassName
{
background-color: #7F7842;
}
.BgClassName
{
background-color: #7F7842;
}
</style>
border-color css
<style>
span { border-color: #7F7842; }
span { border-color: rgb(127,120,66); }
td.TdClassName
{
border-color: #7F7842;
}
.TagClassName
{
border-color: #7F7842;
}
</style>