#776C49

Color #776C49 Go Ben (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Go Ben #776C49

Tints of Go Ben #776C49

Color information

#776C49 (or 0x776C49) is unknown color: approx Go Ben. HEX triplet: 77, 6C and 49. RGB value is (119,108,73). Sum of RGB (Red+Green+Blue) = 119+108+73=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #776C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C49 is #8893B6. Grayscale: #6B6B6B. Windows color (decimal): -8950711 or 4811895. OLE color: 4811895.

HSL color Cylindrical-coordinate representation of color #776C49: hue angle of 45.65º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #776C49 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB11910873-
CMYK00.090.390.53
HSL45.65º23.96%37.65%-
HSV(B)45.65º38.66%46.67%-
XYZ14.1715.138.48-
YUV107.3108.64136.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 39.67%
GREEN value IS 108 (42.58% from 255) = 36%
BLUE value IS 73 (28.91% from 255) = 24.33%
R=39.67%
G=36%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191087300.090.390.5345.6523.9637.65
Hex776C490927352e1826
Octal1671541110114765563046
Binary1110111110110010010010100110011111010110111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776C49; }

 p { color: rgb(119,108,73); }

 H1.HeaderClassName
 {
   color: #776C49;
 }
 .AnyTagClassName
 {
   color: #776C49;
 }
</style>
background-color css

<style>
 a { background-color: #776C49; }

 a { background-color: rgb(119,108,73); }

 div.DivClassName
 {
   background-color: #776C49;
 }
 .BgClassName
 {
   background-color: #776C49;
 }
</style>
border-color css

<style>
 span { border-color: #776C49; }

 span { border-color: rgb(119,108,73); }

 td.TdClassName
 {
   border-color: #776C49;
 }
 .TagClassName
 {
   border-color: #776C49;
 }
</style>