Shades of Go Ben #7A723E
Tints of Go Ben #7A723E
RGB
CMYK
RGB Variations
Color information
#7A723E (or 0x7A723E) is known color: Go Ben. HEX triplet: 7A, 72 and 3E. RGB value is (122,114,62). Sum of RGB (Red+Green+Blue) = 122+114+62=298 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.94% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 122 - color contains mainly: red. Hex color #7A723E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A723E is #858DC1. Grayscale: #6E6E6E. Windows color (decimal): -8752578 or 4092538. OLE color: 4092538.
HSL color Cylindrical-coordinate representation of color #7A723E: hue angle of 52º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A723E is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 114 | 62 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.52 |
| HSL | 52º | 0.33% | 0.36% | - |
| HSV(B) | 52º | 0.49% | 0.48% | - |
| XYZ | 14.91 | 16.52 | 6.96 | - |
| YUV | 110.46 | 100.65 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 114 | 62 | 0 | 0.07 | 0.49 | 0.52 | 52 | 0.33 | 0.36 |
| Hex | 7A | 72 | 3E | 0 | 7 | 31 | 34 | 34 | 21 | 24 |
| Octal | 172 | 162 | 76 | 0 | 7 | 61 | 64 | 64 | 41 | 44 |
| Binary | 1111010 | 1110010 | 111110 | 0 | 111 | 110001 | 110100 | 110100 | 100001 | 100100 |
Color Harmonies of #7A723E
Complementary color
Monochromatic Colors of #7A723E
Black with #7A723E
Text Example
Text Example
White with #7A723E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A723E; }
p { color: rgb(122,114,62); }
H1.HeaderClassName
{
color: #7A723E;
}
.AnyTagClassName
{
color: #7A723E;
}
</style>
background-color css
<style>
a { background-color: #7A723E; }
a { background-color: rgb(122,114,62); }
div.DivClassName
{
background-color: #7A723E;
}
.BgClassName
{
background-color: #7A723E;
}
</style>
border-color css
<style>
span { border-color: #7A723E; }
span { border-color: rgb(122,114,62); }
td.TdClassName
{
border-color: #7A723E;
}
.TagClassName
{
border-color: #7A723E;
}
</style>