Shades of Go Ben #7A703F
Tints of Go Ben #7A703F
RGB
CMYK
RGB Variations
Color information
#7A703F (or 0x7A703F) is known color: Go Ben. HEX triplet: 7A, 70 and 3F. RGB value is (122,112,63). Sum of RGB (Red+Green+Blue) = 122+112+63=297 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.08% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 122 - color contains mainly: red. Hex color #7A703F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A703F is #858FC0. Grayscale: #6D6D6D. Windows color (decimal): -8753089 or 4157562. OLE color: 4157562.
HSL color Cylindrical-coordinate representation of color #7A703F: hue angle of 49.83º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A703F is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 112 | 63 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.52 |
| HSL | 49.83º | 0.32% | 0.36% | - |
| HSV(B) | 49.83º | 0.48% | 0.48% | - |
| XYZ | 14.72 | 16.08 | 7.03 | - |
| YUV | 109.4 | 101.81 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 112 | 63 | 0 | 0.08 | 0.48 | 0.52 | 49.83 | 0.32 | 0.36 |
| Hex | 7A | 70 | 3F | 0 | 8 | 30 | 34 | 32 | 20 | 24 |
| Octal | 172 | 160 | 77 | 0 | 10 | 60 | 64 | 62 | 40 | 44 |
| Binary | 1111010 | 1110000 | 111111 | 0 | 1000 | 110000 | 110100 | 110010 | 100000 | 100100 |
Color Harmonies of #7A703F
Complementary color
Monochromatic Colors of #7A703F
Black with #7A703F
Text Example
Text Example
White with #7A703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A703F; }
p { color: rgb(122,112,63); }
H1.HeaderClassName
{
color: #7A703F;
}
.AnyTagClassName
{
color: #7A703F;
}
</style>
background-color css
<style>
a { background-color: #7A703F; }
a { background-color: rgb(122,112,63); }
div.DivClassName
{
background-color: #7A703F;
}
.BgClassName
{
background-color: #7A703F;
}
</style>
border-color css
<style>
span { border-color: #7A703F; }
span { border-color: rgb(122,112,63); }
td.TdClassName
{
border-color: #7A703F;
}
.TagClassName
{
border-color: #7A703F;
}
</style>