#776844

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

Shades of Yellow Metal #776844

Tints of Yellow Metal #776844

Color information

#776844 (or 0x776844) is unknown color: approx Yellow Metal. HEX triplet: 77, 68 and 44. RGB value is (119,104,68). Sum of RGB (Red+Green+Blue) = 119+104+68=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 119 - color contains mainly: red. Hex color #776844 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776844 is #8897BB. Grayscale: #686868. Windows color (decimal): -8951740 or 4483191. OLE color: 4483191.

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

Color convert

RGB11910468-
CMYK00.130.430.53
HSL42.35º27.27%36.67%-
HSV(B)42.35º42.86%46.67%-
XYZ13.614.247.5-
YUV104.38107.47138.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.89%
GREEN value IS 104 (41.02% from 255) = 35.74%
BLUE value IS 68 (26.95% from 255) = 23.37%
R=40.89%
G=35.74%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191046800.130.430.5342.3527.2736.67
Hex7768440D2B352a1b25
Octal1671501040155365523345
Binary1110111110100010001000110110101111010110101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776844; }

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

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

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

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

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

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

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

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