#776941

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

Shades of Yellow Metal #776941

Tints of Yellow Metal #776941

Color information

#776941 (or 0x776941) is unknown color: approx Yellow Metal. HEX triplet: 77, 69 and 41. RGB value is (119,105,65). Sum of RGB (Red+Green+Blue) = 119+105+65=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 119 - color contains mainly: red. Hex color #776941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776941 is #8896BE. Grayscale: #686868. Windows color (decimal): -8951487 or 4286839. OLE color: 4286839.

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

Color convert

RGB11910565-
CMYK00.120.450.53
HSL44.44º29.35%36.08%-
HSV(B)44.44º45.38%46.67%-
XYZ13.6114.417.06-
YUV104.63105.64138.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.18%
GREEN value IS 105 (41.41% from 255) = 36.33%
BLUE value IS 65 (25.78% from 255) = 22.49%
R=41.18%
G=36.33%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191056500.120.450.5344.4429.3536.08
Hex7769410C2D352c1d24
Octal1671511010145565543544
Binary1110111110100110000010110010110111010110110011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776941; }

 p { color: rgb(119,105,65); }

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

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

 a { background-color: rgb(119,105,65); }

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

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

 span { border-color: rgb(119,105,65); }

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