#776845

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

Shades of Yellow Metal #776845

Tints of Yellow Metal #776845

Color information

#776845 (or 0x776845) is unknown color: approx Yellow Metal. HEX triplet: 77, 68 and 45. RGB value is (119,104,69). Sum of RGB (Red+Green+Blue) = 119+104+69=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #776845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776845 is #8897BA. Grayscale: #686868. Windows color (decimal): -8951739 or 4548727. OLE color: 4548727.

HSL color Cylindrical-coordinate representation of color #776845: hue angle of 42º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #776845 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB11910469-
CMYK00.130.420.53
HSL42º26.6%36.86%-
HSV(B)42º42.02%46.67%-
XYZ13.6314.257.66-
YUV104.49107.97138.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.75%
GREEN value IS 104 (41.02% from 255) = 35.62%
BLUE value IS 69 (27.34% from 255) = 23.63%
R=40.75%
G=35.62%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191046900.130.420.534226.636.86
Hex7768450D2A352a1b25
Octal1671501050155265523345
Binary1110111110100010001010110110101011010110101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776845; }

 p { color: rgb(119,104,69); }

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

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

 a { background-color: rgb(119,104,69); }

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

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

 span { border-color: rgb(119,104,69); }

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