Shades of Go Ben #77724E
Tints of Go Ben #77724E
RGB
CMYK
RGB Variations
Color information
#77724E (or 0x77724E) is known color: Go Ben. HEX triplet: 77, 72 and 4E. RGB value is (119,114,78). Sum of RGB (Red+Green+Blue) = 119+114+78=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 119 - color contains mainly: red. Hex color #77724E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77724E is #888DB1. Grayscale: #6F6F6F. Windows color (decimal): -8949170 or 5141111. OLE color: 5141111.
HSL color Cylindrical-coordinate representation of color #77724E: hue angle of 52.68º 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 #77724E is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 114 | 78 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.53 |
| HSL | 52.68º | 0.21% | 0.39% | - |
| HSV(B) | 52.68º | 0.34% | 0.47% | - |
| XYZ | 15 | 16.51 | 9.6 | - |
| YUV | 111.39 | 109.16 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 114 | 78 | 0 | 0.04 | 0.34 | 0.53 | 52.68 | 0.21 | 0.39 |
| Hex | 77 | 72 | 4E | 0 | 4 | 22 | 35 | 35 | 15 | 27 |
| Octal | 167 | 162 | 116 | 0 | 4 | 42 | 65 | 65 | 25 | 47 |
| Binary | 1110111 | 1110010 | 1001110 | 0 | 100 | 100010 | 110101 | 110101 | 10101 | 100111 |
Color Harmonies of #77724E
Complementary color
Monochromatic Colors of #77724E
Black with #77724E
Text Example
Text Example
White with #77724E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77724E; }
p { color: rgb(119,114,78); }
H1.HeaderClassName
{
color: #77724E;
}
.AnyTagClassName
{
color: #77724E;
}
</style>
background-color css
<style>
a { background-color: #77724E; }
a { background-color: rgb(119,114,78); }
div.DivClassName
{
background-color: #77724E;
}
.BgClassName
{
background-color: #77724E;
}
</style>
border-color css
<style>
span { border-color: #77724E; }
span { border-color: rgb(119,114,78); }
td.TdClassName
{
border-color: #77724E;
}
.TagClassName
{
border-color: #77724E;
}
</style>