#776445

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

Shades of Yellow Metal #776445

Tints of Yellow Metal #776445

Color information

#776445 (or 0x776445) is unknown color: approx Yellow Metal. HEX triplet: 77, 64 and 45. RGB value is (119,100,69). Sum of RGB (Red+Green+Blue) = 119+100+69=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #776445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776445 is #889BBA. Grayscale: #666666. Windows color (decimal): -8952763 or 4547703. OLE color: 4547703.

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

Color convert

RGB11910069-
CMYK00.160.420.53
HSL37.2º26.6%36.86%-
HSV(B)37.2º42.02%46.67%-
XYZ13.2413.477.53-
YUV102.15109.29140.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.32%
GREEN value IS 100 (39.45% from 255) = 34.72%
BLUE value IS 69 (27.34% from 255) = 23.96%
R=41.32%
G=34.72%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191006900.160.420.5337.226.636.86
Hex7764450102A35251b25
Octal1671441050205265453345
Binary11101111100100100010101000010101011010110010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776445; }

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

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

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

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

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

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

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

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