#776A4C

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

Shades of Go Ben #776A4C

Tints of Go Ben #776A4C

Color information

#776A4C (or 0x776A4C) is unknown color: approx Go Ben. HEX triplet: 77, 6A and 4C. RGB value is (119,106,76). Sum of RGB (Red+Green+Blue) = 119+106+76=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #776A4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776A4C is #8895B3. Grayscale: #6A6A6A. Windows color (decimal): -8951220 or 5007991. OLE color: 5007991.

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

Color convert

RGB11910676-
CMYK00.110.360.53
HSL41.86º22.05%38.24%-
HSV(B)41.86º36.13%46.67%-
XYZ14.0714.758.94-
YUV106.47110.81136.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.53%
GREEN value IS 106 (41.80% from 255) = 35.22%
BLUE value IS 76 (30.08% from 255) = 25.25%
R=39.53%
G=35.22%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191067600.110.360.5341.8622.0538.24
Hex776A4C0B24352a1626
Octal1671521140134465522646
Binary1110111110101010011000101110010011010110101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,106,76); }

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

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

 a { background-color: rgb(119,106,76); }

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

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

 span { border-color: rgb(119,106,76); }

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