Shades of Go Ben #77724B
Tints of Go Ben #77724B
RGB
CMYK
RGB Variations
Color information
#77724B (or 0x77724B) is known color: Go Ben. HEX triplet: 77, 72 and 4B. RGB value is (119,114,75). Sum of RGB (Red+Green+Blue) = 119+114+75=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 119 - color contains mainly: red. Hex color #77724B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77724B is #888DB4. Grayscale: #6F6F6F. Windows color (decimal): -8949173 or 4944503. OLE color: 4944503.
HSL color Cylindrical-coordinate representation of color #77724B: hue angle of 53.18º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77724B is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 114 | 75 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.53 |
| HSL | 53.18º | 0.23% | 0.38% | - |
| HSV(B) | 53.18º | 0.37% | 0.47% | - |
| XYZ | 14.9 | 16.46 | 9.05 | - |
| YUV | 111.05 | 107.66 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 114 | 75 | 0 | 0.04 | 0.37 | 0.53 | 53.18 | 0.23 | 0.38 |
| Hex | 77 | 72 | 4B | 0 | 4 | 25 | 35 | 35 | 17 | 26 |
| Octal | 167 | 162 | 113 | 0 | 4 | 45 | 65 | 65 | 27 | 46 |
| Binary | 1110111 | 1110010 | 1001011 | 0 | 100 | 100101 | 110101 | 110101 | 10111 | 100110 |
Color Harmonies of #77724B
Complementary color
Monochromatic Colors of #77724B
Black with #77724B
Text Example
Text Example
White with #77724B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77724B; }
p { color: rgb(119,114,75); }
H1.HeaderClassName
{
color: #77724B;
}
.AnyTagClassName
{
color: #77724B;
}
</style>
background-color css
<style>
a { background-color: #77724B; }
a { background-color: rgb(119,114,75); }
div.DivClassName
{
background-color: #77724B;
}
.BgClassName
{
background-color: #77724B;
}
</style>
border-color css
<style>
span { border-color: #77724B; }
span { border-color: rgb(119,114,75); }
td.TdClassName
{
border-color: #77724B;
}
.TagClassName
{
border-color: #77724B;
}
</style>