#4E776A

Color #4E776A Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #4E776A

Tints of Dark Green Copper #4E776A

Color information

#4E776A (or 0x4E776A) is unknown color: approx Dark Green Copper. HEX triplet: 4E, 77 and 6A. RGB value is (78,119,106). Sum of RGB (Red+Green+Blue) = 78+119+106=303 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.74% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 119 - color contains mainly: green. Hex color #4E776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E776A is #B18895. Grayscale: #696969. Windows color (decimal): -11634838 or 6977358. OLE color: 6977358.

HSL color Cylindrical-coordinate representation of color #4E776A: hue angle of 160.98º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4E776A is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB78119106-
CMYK0.3400.110.53
HSL160.98º20.81%38.63%-
HSV(B)160.98º34.45%46.67%-
XYZ12.3415.8516.05-
YUV105.26128.42108.56-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.74%
GREEN value IS 119 (46.88% from 255) = 39.27%
BLUE value IS 106 (41.80% from 255) = 34.98%
R=25.74%
G=39.27%
B=34.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal781191060.3400.110.53160.9820.8138.63
Hex4E776A220B35a11527
Octal11616715242013652412547
Binary100111011101111101010100010010111101011010000110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E776A; }

 p { color: rgb(78,119,106); }

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

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

 a { background-color: rgb(78,119,106); }

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

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

 span { border-color: rgb(78,119,106); }

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