Html Css Color HEX #3F776B Dark Green Copper

📋 copy color: '#3F776B'

red 63 ◦ green 119 ◦ blue 107

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

Shades of Dark Green Copper #3F776B

Tints of Dark Green Copper #3F776B

RGB

 RED value IS 63 (25% from 255) = 21.8%

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

 BLUE value IS 107 (42.19% from 255) = 37.02%

R = 21.8%
G = 41.18%
B = 37.02%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#3F776B (or 0x3F776B) is known color: Dark Green Copper. HEX triplet: 3F, 77 and 6B. RGB value is (63,119,107). Sum of RGB (Red+Green+Blue) = 63+119+107=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 119 - color contains mainly: green. Hex color #3F776B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F776B is #C08894. Grayscale: #646464. Windows color (decimal): -12617877 or 7042879. OLE color: 7042879.

HSL color Cylindrical-coordinate representation of color #3F776B: hue angle of 167.14º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F776B is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 63 119 107 -
CMYK 0.47 0 0.10 0.53
HSL 167.14º 0.31% 0.36% -
HSV(B) 167.14º 0.47% 0.47% -
XYZ 11.3 15.31 16.27 -
YUV 100.89 131.45 100.98 -
System Red Green Blue C M Y K H S L
Decimal 63 119 107 0.47 0 0.10 0.53 167.14 0.31 0.36
Hex 3F 77 6B 2F 0 A 35 A7 1F 24
Octal 77 167 153 57 0 12 65 247 37 44
Binary 111111 1110111 1101011 101111 0 1010 110101 10100111 11111 100100

Color Harmonies of #3F776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F776B

Black with #3F776B

Text Example


Text Example

White with #3F776B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F776B; }

 p { color: rgb(63,119,107); }

 H1.HeaderClassName
 {
   color: #3F776B;
 }
 .AnyTagClassName
 {
   color: #3F776B;
 }
</style>

background-color css

<style>
 a { background-color: #3F776B; }

 a { background-color: rgb(63,119,107); }

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

border-color css

<style>
 span { border-color: #3F776B; }

 span { border-color: rgb(63,119,107); }

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