#776A3F

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

Shades of Yellow Metal #776A3F

Tints of Yellow Metal #776A3F

Color information

#776A3F (or 0x776A3F) is unknown color: approx Yellow Metal. HEX triplet: 77, 6A and 3F. RGB value is (119,106,63). Sum of RGB (Red+Green+Blue) = 119+106+63=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #776A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776A3F is #8895C0. Grayscale: #696969. Windows color (decimal): -8951233 or 4156023. OLE color: 4156023.

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

Color convert

RGB11910663-
CMYK00.110.470.53
HSL46.07º30.77%35.69%-
HSV(B)46.07º47.06%46.67%-
XYZ13.6614.596.8-
YUV104.98104.31138-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.32%
GREEN value IS 106 (41.80% from 255) = 36.81%
BLUE value IS 63 (25% from 255) = 21.88%
R=41.32%
G=36.81%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191066300.110.470.5346.0730.7735.69
Hex776A3F0B2F352e1f24
Octal167152770135765563744
Binary111011111010101111110101110111111010110111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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