#776444

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

Shades of Yellow Metal #776444

Tints of Yellow Metal #776444

Color information

#776444 (or 0x776444) is unknown color: approx Yellow Metal. HEX triplet: 77, 64 and 44. RGB value is (119,100,68). Sum of RGB (Red+Green+Blue) = 119+100+68=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #776444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776444 is #889BBB. Grayscale: #666666. Windows color (decimal): -8952764 or 4482167. OLE color: 4482167.

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

Color convert

RGB11910068-
CMYK00.160.430.53
HSL37.65º27.27%36.67%-
HSV(B)37.65º42.86%46.67%-
XYZ13.2113.457.37-
YUV102.03108.79140.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.46%
GREEN value IS 100 (39.45% from 255) = 34.84%
BLUE value IS 68 (26.95% from 255) = 23.69%
R=41.46%
G=34.84%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191006800.160.430.5337.6527.2736.67
Hex7764440102B35261b25
Octal1671441040205365463345
Binary11101111100100100010001000010101111010110011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776444; }

 p { color: rgb(119,100,68); }

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

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

 a { background-color: rgb(119,100,68); }

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

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

 span { border-color: rgb(119,100,68); }

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