Html Css Color HEX #4D766A Dark Green Copper

📋 copy color: '#4D766A'

red 77 ◦ green 118 ◦ blue 106

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

Shades of Dark Green Copper #4D766A

Tints of Dark Green Copper #4D766A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.2%

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

R = 25.58%
G = 39.2%
B = 35.22%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#4D766A (or 0x4D766A) is known color: Dark Green Copper. HEX triplet: 4D, 76 and 6A. RGB value is (77,118,106). Sum of RGB (Red+Green+Blue) = 77+118+106=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 118 - color contains mainly: green. Hex color #4D766A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D766A is #B28995. Grayscale: #686868. Windows color (decimal): -11700630 or 6977101. OLE color: 6977101.

HSL color Cylindrical-coordinate representation of color #4D766A: hue angle of 162.44º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D766A is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 77 118 106 -
CMYK 0.35 0 0.10 0.54
HSL 162.44º 0.21% 0.38% -
HSV(B) 162.44º 0.35% 0.46% -
XYZ 12.14 15.58 16 -
YUV 104.37 128.92 108.48 -
System Red Green Blue C M Y K H S L
Decimal 77 118 106 0.35 0 0.10 0.54 162.44 0.21 0.38
Hex 4D 76 6A 23 0 A 36 A2 15 26
Octal 115 166 152 43 0 12 66 242 25 46
Binary 1001101 1110110 1101010 100011 0 1010 110110 10100010 10101 100110

Color Harmonies of #4D766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D766A

Black with #4D766A

Text Example


Text Example

White with #4D766A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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