#776340

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

Shades of Yellow Metal #776340

Tints of Yellow Metal #776340

Color information

#776340 (or 0x776340) is unknown color: approx Yellow Metal. HEX triplet: 77, 63 and 40. RGB value is (119,99,64). Sum of RGB (Red+Green+Blue) = 119+99+64=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #776340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776340 is #889CBF. Grayscale: #656565. Windows color (decimal): -8953024 or 4219767. OLE color: 4219767.

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

Color convert

RGB1199964-
CMYK00.170.460.53
HSL38.18º30.05%35.88%-
HSV(B)38.18º46.22%46.67%-
XYZ1313.226.72-
YUV100.99107.13140.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.20%
GREEN value IS 99 (39.06% from 255) = 35.11%
BLUE value IS 64 (25.39% from 255) = 22.70%
R=42.20%
G=35.11%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119996400.170.460.5338.1830.0535.88
Hex7763400112E35261e24
Octal1671431000215665463644
Binary11101111100011100000001000110111011010110011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776340; }

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

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

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

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

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

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

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

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