Html Css Color HEX #4D786A Dark Green Copper

📋 copy color: '#4D786A'

red 77 ◦ green 120 ◦ blue 106

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

Shades of Dark Green Copper #4D786A

Tints of Dark Green Copper #4D786A

RGB

 RED value IS 77 (30.47% from 255) = 25.41%

 GREEN value IS 120 (47.27% from 255) = 39.6%

 BLUE value IS 106 (41.8% from 255) = 34.98%

R = 25.41%
G = 39.6%
B = 34.98%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#4D786A (or 0x4D786A) is known color: Dark Green Copper. HEX triplet: 4D, 78 and 6A. RGB value is (77,120,106). Sum of RGB (Red+Green+Blue) = 77+120+106=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 120 - color contains mainly: green. Hex color #4D786A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D786A is #B28795. Grayscale: #696969. Windows color (decimal): -11700118 or 6977613. OLE color: 6977613.

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

Color convert

RGB 77 120 106 -
CMYK 0.36 0 0.12 0.53
HSL 160.47º 0.22% 0.39% -
HSV(B) 160.47º 0.36% 0.47% -
XYZ 12.38 16.05 16.08 -
YUV 105.55 128.25 107.64 -
System Red Green Blue C M Y K H S L
Decimal 77 120 106 0.36 0 0.12 0.53 160.47 0.22 0.39
Hex 4D 78 6A 24 0 C 35 A0 16 27
Octal 115 170 152 44 0 14 65 240 26 47
Binary 1001101 1111000 1101010 100100 0 1100 110101 10100000 10110 100111

Color Harmonies of #4D786A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D786A

Black with #4D786A

Text Example


Text Example

White with #4D786A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,120,106); }

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

background-color css

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

 a { background-color: rgb(77,120,106); }

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

border-color css

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

 span { border-color: rgb(77,120,106); }

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