#776441

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

Shades of Yellow Metal #776441

Tints of Yellow Metal #776441

Color information

#776441 (or 0x776441) is unknown color: approx Yellow Metal. HEX triplet: 77, 64 and 41. RGB value is (119,100,65). Sum of RGB (Red+Green+Blue) = 119+100+65=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #776441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776441 is #889BBE. Grayscale: #656565. Windows color (decimal): -8952767 or 4285559. OLE color: 4285559.

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

Color convert

RGB11910065-
CMYK00.160.450.53
HSL38.89º29.35%36.08%-
HSV(B)38.89º45.38%46.67%-
XYZ13.1213.426.9-
YUV101.69107.29140.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.90%
GREEN value IS 100 (39.45% from 255) = 35.21%
BLUE value IS 65 (25.78% from 255) = 22.89%
R=41.90%
G=35.21%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191006500.160.450.5338.8929.3536.08
Hex7764410102D35271d24
Octal1671441010205565473544
Binary11101111100100100000101000010110111010110011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776441; }

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

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

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

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

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

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

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

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