Shades of Go Ben #77734E
Tints of Go Ben #77734E
RGB
CMYK
RGB Variations
Color information
#77734E (or 0x77734E) is known color: Go Ben. HEX triplet: 77, 73 and 4E. RGB value is (119,115,78). Sum of RGB (Red+Green+Blue) = 119+115+78=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 119 - color contains mainly: red. Hex color #77734E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77734E is #888CB1. Grayscale: #707070. Windows color (decimal): -8948914 or 5141367. OLE color: 5141367.
HSL color Cylindrical-coordinate representation of color #77734E: hue angle of 54.15º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77734E is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 115 | 78 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.53 |
| HSL | 54.15º | 0.21% | 0.39% | - |
| HSV(B) | 54.15º | 0.34% | 0.47% | - |
| XYZ | 15.11 | 16.73 | 9.64 | - |
| YUV | 111.98 | 108.83 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 115 | 78 | 0 | 0.03 | 0.34 | 0.53 | 54.15 | 0.21 | 0.39 |
| Hex | 77 | 73 | 4E | 0 | 3 | 22 | 35 | 36 | 15 | 27 |
| Octal | 167 | 163 | 116 | 0 | 3 | 42 | 65 | 66 | 25 | 47 |
| Binary | 1110111 | 1110011 | 1001110 | 0 | 11 | 100010 | 110101 | 110110 | 10101 | 100111 |
Color Harmonies of #77734E
Complementary color
Monochromatic Colors of #77734E
Black with #77734E
Text Example
Text Example
White with #77734E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77734E; }
p { color: rgb(119,115,78); }
H1.HeaderClassName
{
color: #77734E;
}
.AnyTagClassName
{
color: #77734E;
}
</style>
background-color css
<style>
a { background-color: #77734E; }
a { background-color: rgb(119,115,78); }
div.DivClassName
{
background-color: #77734E;
}
.BgClassName
{
background-color: #77734E;
}
</style>
border-color css
<style>
span { border-color: #77734E; }
span { border-color: rgb(119,115,78); }
td.TdClassName
{
border-color: #77734E;
}
.TagClassName
{
border-color: #77734E;
}
</style>