#776545

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

Shades of Yellow Metal #776545

Tints of Yellow Metal #776545

Color information

#776545 (or 0x776545) is unknown color: approx Yellow Metal. HEX triplet: 77, 65 and 45. RGB value is (119,101,69). Sum of RGB (Red+Green+Blue) = 119+101+69=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 119 - color contains mainly: red. Hex color #776545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776545 is #889ABA. Grayscale: #666666. Windows color (decimal): -8952507 or 4547959. OLE color: 4547959.

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

Color convert

RGB11910169-
CMYK00.150.420.53
HSL38.4º26.6%36.86%-
HSV(B)38.4º42.02%46.67%-
XYZ13.3413.667.56-
YUV102.73108.96139.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.18%
GREEN value IS 101 (39.84% from 255) = 34.95%
BLUE value IS 69 (27.34% from 255) = 23.88%
R=41.18%
G=34.95%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191016900.150.420.5338.426.636.86
Hex7765450F2A35261b25
Octal1671451050175265463345
Binary1110111110010110001010111110101011010110011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776545; }

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

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

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

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

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

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

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

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