#776A3E

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

Shades of Yellow Metal #776A3E

Tints of Yellow Metal #776A3E

Color information

#776A3E (or 0x776A3E) is unknown color: approx Yellow Metal. HEX triplet: 77, 6A and 3E. RGB value is (119,106,62). Sum of RGB (Red+Green+Blue) = 119+106+62=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #776A3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776A3E is #8895C1. Grayscale: #696969. Windows color (decimal): -8951234 or 4090487. OLE color: 4090487.

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

Color convert

RGB11910662-
CMYK00.110.480.53
HSL46.32º31.49%35.49%-
HSV(B)46.32º47.9%46.67%-
XYZ13.6314.586.65-
YUV104.87103.81138.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.46%
GREEN value IS 106 (41.80% from 255) = 36.93%
BLUE value IS 62 (24.61% from 255) = 21.60%
R=41.46%
G=36.93%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191066200.110.480.5346.3231.4935.49
Hex776A3E0B30352e1f23
Octal167152760136065563743
Binary111011111010101111100101111000011010110111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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