Shades of Go Ben #7B764A
Tints of Go Ben #7B764A
RGB
CMYK
RGB Variations
Color information
#7B764A (or 0x7B764A) is known color: Go Ben. HEX triplet: 7B, 76 and 4A. RGB value is (123,118,74). Sum of RGB (Red+Green+Blue) = 123+118+74=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 123 - color contains mainly: red. Hex color #7B764A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B764A is #8489B5. Grayscale: #727272. Windows color (decimal): -8686006 or 4879995. OLE color: 4879995.
HSL color Cylindrical-coordinate representation of color #7B764A: hue angle of 53.88º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B764A is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 118 | 74 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.52 |
| HSL | 53.88º | 0.25% | 0.39% | - |
| HSV(B) | 53.88º | 0.4% | 0.48% | - |
| XYZ | 15.88 | 17.66 | 9.05 | - |
| YUV | 114.48 | 105.16 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 118 | 74 | 0 | 0.04 | 0.40 | 0.52 | 53.88 | 0.25 | 0.39 |
| Hex | 7B | 76 | 4A | 0 | 4 | 28 | 34 | 36 | 19 | 27 |
| Octal | 173 | 166 | 112 | 0 | 4 | 50 | 64 | 66 | 31 | 47 |
| Binary | 1111011 | 1110110 | 1001010 | 0 | 100 | 101000 | 110100 | 110110 | 11001 | 100111 |
Color Harmonies of #7B764A
Complementary color
Monochromatic Colors of #7B764A
Black with #7B764A
Text Example
Text Example
White with #7B764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B764A; }
p { color: rgb(123,118,74); }
H1.HeaderClassName
{
color: #7B764A;
}
.AnyTagClassName
{
color: #7B764A;
}
</style>
background-color css
<style>
a { background-color: #7B764A; }
a { background-color: rgb(123,118,74); }
div.DivClassName
{
background-color: #7B764A;
}
.BgClassName
{
background-color: #7B764A;
}
</style>
border-color css
<style>
span { border-color: #7B764A; }
span { border-color: rgb(123,118,74); }
td.TdClassName
{
border-color: #7B764A;
}
.TagClassName
{
border-color: #7B764A;
}
</style>