Html Css Color HEX #4E776A Dark Green Copper

📋 copy color: '#4E776A'

red 78 ◦ green 119 ◦ blue 106

#4E776A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green Copper #4E776A

Tints of Dark Green Copper #4E776A

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.8% from 255) = 34.98%

R = 25.74%
G = 39.27%
B = 34.98%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#4E776A (or 0x4E776A) is known color: 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

RGB 78 119 106 -
CMYK 0.34 0 0.11 0.53
HSL 160.98º 0.21% 0.39% -
HSV(B) 160.98º 0.34% 0.47% -
XYZ 12.34 15.85 16.05 -
YUV 105.26 128.42 108.56 -
System Red Green Blue C M Y K H S L
Decimal 78 119 106 0.34 0 0.11 0.53 160.98 0.21 0.39
Hex 4E 77 6A 22 0 B 35 A1 15 27
Octal 116 167 152 42 0 13 65 241 25 47
Binary 1001110 1110111 1101010 100010 0 1011 110101 10100001 10101 100111

Color Harmonies of #4E776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E776A

Black with #4E776A

Text Example


Text Example

White with #4E776A

Text Example


Text Example

HTML Codes & Css Web 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>