#776942

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

Shades of Yellow Metal #776942

Tints of Yellow Metal #776942

Color information

#776942 (or 0x776942) is unknown color: approx Yellow Metal. HEX triplet: 77, 69 and 42. RGB value is (119,105,66). Sum of RGB (Red+Green+Blue) = 119+105+66=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #776942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776942 is #8896BD. Grayscale: #686868. Windows color (decimal): -8951486 or 4352375. OLE color: 4352375.

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

Color convert

RGB11910566-
CMYK00.120.450.53
HSL44.15º28.65%36.27%-
HSV(B)44.15º44.54%46.67%-
XYZ13.6414.427.22-
YUV104.74106.14138.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.03%
GREEN value IS 105 (41.41% from 255) = 36.21%
BLUE value IS 66 (26.17% from 255) = 22.76%
R=41.03%
G=36.21%
B=22.76%

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
Decimal1191056600.120.450.5344.1528.6536.27
Hex7769420C2D352c1d24
Octal1671511020145565543544
Binary1110111110100110000100110010110111010110110011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776942; }

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

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

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

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

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

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

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

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