Shades of Go Ben #77703D
Tints of Go Ben #77703D
RGB
CMYK
RGB Variations
Color information
#77703D (or 0x77703D) is known color: Go Ben. HEX triplet: 77, 70 and 3D. RGB value is (119,112,61). Sum of RGB (Red+Green+Blue) = 119+112+61=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #77703D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77703D is #888FC2. Grayscale: #6C6C6C. Windows color (decimal): -8949699 or 4026487. OLE color: 4026487.
HSL color Cylindrical-coordinate representation of color #77703D: hue angle of 52.76º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77703D is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 112 | 61 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.53 |
| HSL | 52.76º | 0.32% | 0.35% | - |
| HSV(B) | 52.76º | 0.49% | 0.47% | - |
| XYZ | 14.24 | 15.85 | 6.72 | - |
| YUV | 108.28 | 101.32 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 61 | 0 | 0.06 | 0.49 | 0.53 | 52.76 | 0.32 | 0.35 |
| Hex | 77 | 70 | 3D | 0 | 6 | 31 | 35 | 35 | 20 | 23 |
| Octal | 167 | 160 | 75 | 0 | 6 | 61 | 65 | 65 | 40 | 43 |
| Binary | 1110111 | 1110000 | 111101 | 0 | 110 | 110001 | 110101 | 110101 | 100000 | 100011 |
Color Harmonies of #77703D
Complementary color
Monochromatic Colors of #77703D
Black with #77703D
Text Example
Text Example
White with #77703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77703D; }
p { color: rgb(119,112,61); }
H1.HeaderClassName
{
color: #77703D;
}
.AnyTagClassName
{
color: #77703D;
}
</style>
background-color css
<style>
a { background-color: #77703D; }
a { background-color: rgb(119,112,61); }
div.DivClassName
{
background-color: #77703D;
}
.BgClassName
{
background-color: #77703D;
}
</style>
border-color css
<style>
span { border-color: #77703D; }
span { border-color: rgb(119,112,61); }
td.TdClassName
{
border-color: #77703D;
}
.TagClassName
{
border-color: #77703D;
}
</style>