#776A3C

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

Shades of Yellow Metal #776A3C

Tints of Yellow Metal #776A3C

Color information

#776A3C (or 0x776A3C) is unknown color: approx Yellow Metal. HEX triplet: 77, 6A and 3C. RGB value is (119,106,60). Sum of RGB (Red+Green+Blue) = 119+106+60=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #776A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776A3C is #8895C3. Grayscale: #686868. Windows color (decimal): -8951236 or 3959415. OLE color: 3959415.

HSL color Cylindrical-coordinate representation of color #776A3C: hue angle of 46.78º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #776A3C is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB11910660-
CMYK00.110.500.53
HSL46.78º32.96%35.1%-
HSV(B)46.78º49.58%46.67%-
XYZ13.5814.566.37-
YUV104.64102.81138.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.75%
GREEN value IS 106 (41.80% from 255) = 37.19%
BLUE value IS 60 (23.83% from 255) = 21.05%
R=41.75%
G=37.19%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191066000.110.500.5346.7832.9635.1
Hex776A3C0B32352f2123
Octal167152740136265574143
Binary1110111110101011110001011110010110101101111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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