Html Css Color HEX #4E776C Dark Green Copper

📋 copy color: '#4E776C'

red 78 ◦ green 119 ◦ blue 108

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

Shades of Dark Green Copper #4E776C

Tints of Dark Green Copper #4E776C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.41%

R = 25.57%
G = 39.02%
B = 35.41%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#4E776C (or 0x4E776C) is known color: Dark Green Copper. HEX triplet: 4E, 77 and 6C. RGB value is (78,119,108). Sum of RGB (Red+Green+Blue) = 78+119+108=305 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.57% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 119 - color contains mainly: green. Hex color #4E776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E776C is #B18893. Grayscale: #696969. Windows color (decimal): -11634836 or 7108430. OLE color: 7108430.

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

Color convert

RGB 78 119 108 -
CMYK 0.34 0 0.09 0.53
HSL 163.9º 0.21% 0.39% -
HSV(B) 163.9º 0.34% 0.47% -
XYZ 12.45 15.9 16.6 -
YUV 105.49 129.42 108.39 -
System Red Green Blue C M Y K H S L
Decimal 78 119 108 0.34 0 0.09 0.53 163.9 0.21 0.39
Hex 4E 77 6C 22 0 9 35 A4 15 27
Octal 116 167 154 42 0 11 65 244 25 47
Binary 1001110 1110111 1101100 100010 0 1001 110101 10100100 10101 100111

Color Harmonies of #4E776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E776C

Black with #4E776C

Text Example


Text Example

White with #4E776C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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