#776543

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

Shades of Yellow Metal #776543

Tints of Yellow Metal #776543

Color information

#776543 (or 0x776543) is unknown color: approx Yellow Metal. HEX triplet: 77, 65 and 43. RGB value is (119,101,67). Sum of RGB (Red+Green+Blue) = 119+101+67=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #776543 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776543 is #889ABC. Grayscale: #666666. Windows color (decimal): -8952509 or 4416887. OLE color: 4416887.

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

Color convert

RGB11910167-
CMYK00.150.440.53
HSL39.23º27.96%36.47%-
HSV(B)39.23º43.7%46.67%-
XYZ13.2713.637.24-
YUV102.51107.96139.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.46%
GREEN value IS 101 (39.84% from 255) = 35.19%
BLUE value IS 67 (26.56% from 255) = 23.34%
R=41.46%
G=35.19%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191016700.150.440.5339.2327.9636.47
Hex7765430F2C35271c24
Octal1671451030175465473444
Binary1110111110010110000110111110110011010110011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776543; }

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

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

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

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

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

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

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

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