#776A40

Color #776A40 Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #776A40

Tints of Yellow Metal #776A40

Color information

#776A40 (or 0x776A40) is unknown color: approx Yellow Metal. HEX triplet: 77, 6A and 40. RGB value is (119,106,64). Sum of RGB (Red+Green+Blue) = 119+106+64=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 119 - color contains mainly: red. Hex color #776A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776A40 is #8895BF. Grayscale: #696969. Windows color (decimal): -8951232 or 4221559. OLE color: 4221559.

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

Color convert

RGB11910664-
CMYK00.110.460.53
HSL45.82º30.05%35.88%-
HSV(B)45.82º46.22%46.67%-
XYZ13.6914.66.95-
YUV105.1104.81137.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.18%
GREEN value IS 106 (41.80% from 255) = 36.68%
BLUE value IS 64 (25.39% from 255) = 22.15%
R=41.18%
G=36.68%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191066400.110.460.5345.8230.0535.88
Hex776A400B2E352e1e24
Octal1671521000135665563644
Binary1110111110101010000000101110111011010110111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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