Html Css Color HEX #4E776E Dark Green Copper

📋 copy color: '#4E776E'

red 78 ◦ green 119 ◦ blue 110

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

Shades of Dark Green Copper #4E776E

Tints of Dark Green Copper #4E776E

RGB

 RED value IS 78 (30.86% from 255) = 25.41%

 GREEN value IS 119 (46.88% from 255) = 38.76%

 BLUE value IS 110 (43.36% from 255) = 35.83%

R = 25.41%
G = 38.76%
B = 35.83%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#4E776E (or 0x4E776E) is known color: Dark Green Copper. HEX triplet: 4E, 77 and 6E. RGB value is (78,119,110). Sum of RGB (Red+Green+Blue) = 78+119+110=307 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.41% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 119 - color contains mainly: green. Hex color #4E776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E776E is #B18891. Grayscale: #696969. Windows color (decimal): -11634834 or 7239502. OLE color: 7239502.

HSL color Cylindrical-coordinate representation of color #4E776E: hue angle of 166.83º 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 #4E776E is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 78 119 110 -
CMYK 0.34 0 0.08 0.53
HSL 166.83º 0.21% 0.39% -
HSV(B) 166.83º 0.34% 0.47% -
XYZ 12.55 15.94 17.17 -
YUV 105.72 130.42 108.23 -
System Red Green Blue C M Y K H S L
Decimal 78 119 110 0.34 0 0.08 0.53 166.83 0.21 0.39
Hex 4E 77 6E 22 0 8 35 A7 15 27
Octal 116 167 156 42 0 10 65 247 25 47
Binary 1001110 1110111 1101110 100010 0 1000 110101 10100111 10101 100111

Color Harmonies of #4E776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E776E

Black with #4E776E

Text Example


Text Example

White with #4E776E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E776E;
 }
 .AnyTagClassName
 {
   color: #4E776E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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