Shades of Go Ben #776C42
Tints of Go Ben #776C42
RGB
CMYK
RGB Variations
Color information
#776C42 (or 0x776C42) is known color: Go Ben. HEX triplet: 77, 6C and 42. RGB value is (119,108,66). Sum of RGB (Red+Green+Blue) = 119+108+66=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 119 - color contains mainly: red. Hex color #776C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C42 is #8893BD. Grayscale: #6A6A6A. Windows color (decimal): -8950718 or 4353143. OLE color: 4353143.
HSL color Cylindrical-coordinate representation of color #776C42: hue angle of 47.55º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #776C42 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
RGB | 119 | 108 | 66 | - |
CMYK | 0 | 0.09 | 0.45 | 0.53 |
HSL | 47.55º | 0.29% | 0.36% | - |
HSV(B) | 47.55º | 0.45% | 0.47% | - |
XYZ | 13.95 | 15.04 | 7.32 | - |
YUV | 106.5 | 105.14 | 136.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 119 | 108 | 66 | 0 | 0.09 | 0.45 | 0.53 | 47.55 | 0.29 | 0.36 |
Hex | 77 | 6C | 42 | 0 | 9 | 2D | 35 | 30 | 1D | 24 |
Octal | 167 | 154 | 102 | 0 | 11 | 55 | 65 | 60 | 35 | 44 |
Binary | 1110111 | 1101100 | 1000010 | 0 | 1001 | 101101 | 110101 | 110000 | 11101 | 100100 |
Color Harmonies of #776C42
Complementary color
Monochromatic Colors of #776C42
Black with #776C42
Text Example
Text Example
White with #776C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776C42; }
p { color: rgb(119,108,66); }
H1.HeaderClassName
{
color: #776C42;
}
.AnyTagClassName
{
color: #776C42;
}
</style>
background-color css
<style>
a { background-color: #776C42; }
a { background-color: rgb(119,108,66); }
div.DivClassName
{
background-color: #776C42;
}
.BgClassName
{
background-color: #776C42;
}
</style>
border-color css
<style>
span { border-color: #776C42; }
span { border-color: rgb(119,108,66); }
td.TdClassName
{
border-color: #776C42;
}
.TagClassName
{
border-color: #776C42;
}
</style>