#776E4C

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

Shades of Go Ben #776E4C

Tints of Go Ben #776E4C

Color information

#776E4C (or 0x776E4C) is unknown color: approx Go Ben. HEX triplet: 77, 6E and 4C. RGB value is (119,110,76). Sum of RGB (Red+Green+Blue) = 119+110+76=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #776E4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E4C is #8891B3. Grayscale: #6C6C6C. Windows color (decimal): -8950196 or 5009015. OLE color: 5009015.

HSL color Cylindrical-coordinate representation of color #776E4C: hue angle of 47.44º 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 #776E4C is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB11911076-
CMYK00.080.360.53
HSL47.44º22.05%38.24%-
HSV(B)47.44º36.13%46.67%-
XYZ14.4915.69.08-
YUV108.81109.48135.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.02%
GREEN value IS 110 (43.36% from 255) = 36.07%
BLUE value IS 76 (30.08% from 255) = 24.92%
R=39.02%
G=36.07%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191107600.080.360.5347.4422.0538.24
Hex776E4C0824352f1626
Octal1671561140104465572646
Binary1110111110111010011000100010010011010110111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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