#776840

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

Shades of Yellow Metal #776840

Tints of Yellow Metal #776840

Color information

#776840 (or 0x776840) is unknown color: approx Yellow Metal. HEX triplet: 77, 68 and 40. RGB value is (119,104,64). Sum of RGB (Red+Green+Blue) = 119+104+64=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #776840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776840 is #8897BF. Grayscale: #686868. Windows color (decimal): -8951744 or 4221047. OLE color: 4221047.

HSL color Cylindrical-coordinate representation of color #776840: hue angle of 43.64º 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 #776840 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB11910464-
CMYK00.130.460.53
HSL43.64º30.05%35.88%-
HSV(B)43.64º46.22%46.67%-
XYZ13.4814.196.88-
YUV103.92105.47138.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.46%
GREEN value IS 104 (41.02% from 255) = 36.24%
BLUE value IS 64 (25.39% from 255) = 22.30%
R=41.46%
G=36.24%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191046400.130.460.5343.6430.0535.88
Hex7768400D2E352c1e24
Octal1671501000155665543644
Binary1110111110100010000000110110111011010110110011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776840; }

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

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

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

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

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

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

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

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