Shades of Go Ben #77694A
Tints of Go Ben #77694A
RGB
CMYK
RGB Variations
Color information
#77694A (or 0x77694A) is known color: Go Ben. HEX triplet: 77, 69 and 4A. RGB value is (119,105,74). Sum of RGB (Red+Green+Blue) = 119+105+74=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #77694A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77694A is #8896B5. Grayscale: #696969. Windows color (decimal): -8951478 or 4876663. OLE color: 4876663.
HSL color Cylindrical-coordinate representation of color #77694A: hue angle of 41.33º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77694A is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 105 | 74 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.53 |
| HSL | 41.33º | 0.23% | 0.38% | - |
| HSV(B) | 41.33º | 0.38% | 0.47% | - |
| XYZ | 13.9 | 14.52 | 8.55 | - |
| YUV | 105.65 | 110.14 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 74 | 0 | 0.12 | 0.38 | 0.53 | 41.33 | 0.23 | 0.38 |
| Hex | 77 | 69 | 4A | 0 | C | 26 | 35 | 29 | 17 | 26 |
| Octal | 167 | 151 | 112 | 0 | 14 | 46 | 65 | 51 | 27 | 46 |
| Binary | 1110111 | 1101001 | 1001010 | 0 | 1100 | 100110 | 110101 | 101001 | 10111 | 100110 |
Color Harmonies of #77694A
Complementary color
Monochromatic Colors of #77694A
Black with #77694A
Text Example
Text Example
White with #77694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77694A; }
p { color: rgb(119,105,74); }
H1.HeaderClassName
{
color: #77694A;
}
.AnyTagClassName
{
color: #77694A;
}
</style>
background-color css
<style>
a { background-color: #77694A; }
a { background-color: rgb(119,105,74); }
div.DivClassName
{
background-color: #77694A;
}
.BgClassName
{
background-color: #77694A;
}
</style>
border-color css
<style>
span { border-color: #77694A; }
span { border-color: rgb(119,105,74); }
td.TdClassName
{
border-color: #77694A;
}
.TagClassName
{
border-color: #77694A;
}
</style>