#776D4A

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

Shades of Go Ben #776D4A

Tints of Go Ben #776D4A

Color information

#776D4A (or 0x776D4A) is unknown color: approx Go Ben. HEX triplet: 77, 6D and 4A. RGB value is (119,109,74). Sum of RGB (Red+Green+Blue) = 119+109+74=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 119 - color contains mainly: red. Hex color #776D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776D4A is #8892B5. Grayscale: #6C6C6C. Windows color (decimal): -8950454 or 4877687. OLE color: 4877687.

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

Color convert

RGB11910974-
CMYK00.080.380.53
HSL46.67º23.32%37.84%-
HSV(B)46.67º37.82%46.67%-
XYZ14.3115.358.69-
YUV108108.81135.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.40%
GREEN value IS 109 (42.97% from 255) = 36.09%
BLUE value IS 74 (29.30% from 255) = 24.50%
R=39.40%
G=36.09%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191097400.080.380.5346.6723.3237.84
Hex776D4A0826352f1726
Octal1671551120104665572746
Binary1110111110110110010100100010011011010110111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,109,74); }

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

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

 a { background-color: rgb(119,109,74); }

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

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

 span { border-color: rgb(119,109,74); }

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