#776343

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

Shades of Yellow Metal #776343

Tints of Yellow Metal #776343

Color information

#776343 (or 0x776343) is unknown color: approx Yellow Metal. HEX triplet: 77, 63 and 43. RGB value is (119,99,67). Sum of RGB (Red+Green+Blue) = 119+99+67=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #776343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776343 is #889CBC. Grayscale: #656565. Windows color (decimal): -8953021 or 4416375. OLE color: 4416375.

HSL color Cylindrical-coordinate representation of color #776343: hue angle of 36.92º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #776343 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.53.

Color convert

RGB1199967-
CMYK00.170.440.53
HSL36.92º27.96%36.47%-
HSV(B)36.92º43.7%46.67%-
XYZ13.0813.257.18-
YUV101.33108.63140.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.75%
GREEN value IS 99 (39.06% from 255) = 34.74%
BLUE value IS 67 (26.56% from 255) = 23.51%
R=41.75%
G=34.74%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119996700.170.440.5336.9227.9636.47
Hex7763430112C35251c24
Octal1671431030215465453444
Binary11101111100011100001101000110110011010110010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776343; }

 p { color: rgb(119,99,67); }

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

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

 a { background-color: rgb(119,99,67); }

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

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

 span { border-color: rgb(119,99,67); }

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