#776544

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

Shades of Yellow Metal #776544

Tints of Yellow Metal #776544

Color information

#776544 (or 0x776544) is unknown color: approx Yellow Metal. HEX triplet: 77, 65 and 44. RGB value is (119,101,68). Sum of RGB (Red+Green+Blue) = 119+101+68=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #776544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776544 is #889ABB. Grayscale: #666666. Windows color (decimal): -8952508 or 4482423. OLE color: 4482423.

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

Color convert

RGB11910168-
CMYK00.150.430.53
HSL38.82º27.27%36.67%-
HSV(B)38.82º42.86%46.67%-
XYZ13.313.657.4-
YUV102.62108.46139.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.32%
GREEN value IS 101 (39.84% from 255) = 35.07%
BLUE value IS 68 (26.95% from 255) = 23.61%
R=41.32%
G=35.07%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191016800.150.430.5338.8227.2736.67
Hex7765440F2B35271b25
Octal1671451040175365473345
Binary1110111110010110001000111110101111010110011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776544; }

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

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

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

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

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

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

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

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