Html Css Color HEX #3F776F Dark Green Copper

📋 copy color: '#3F776F'

red 63 ◦ green 119 ◦ blue 111

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

Shades of Dark Green Copper #3F776F

Tints of Dark Green Copper #3F776F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.88%

R = 21.5%
G = 40.61%
B = 37.88%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#3F776F (or 0x3F776F) is known color: Dark Green Copper. HEX triplet: 3F, 77 and 6F. RGB value is (63,119,111). Sum of RGB (Red+Green+Blue) = 63+119+111=293 (38% of max value = 765). Red value is 63 (25% from 255 or 21.50% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 119 - color contains mainly: green. Hex color #3F776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F776F is #C08890. Grayscale: #656565. Windows color (decimal): -12617873 or 7305023. OLE color: 7305023.

HSL color Cylindrical-coordinate representation of color #3F776F: hue angle of 171.43º 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 #3F776F is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 63 119 111 -
CMYK 0.47 0 0.07 0.53
HSL 171.43º 0.31% 0.36% -
HSV(B) 171.43º 0.47% 0.47% -
XYZ 11.52 15.4 17.4 -
YUV 101.34 133.45 100.65 -
System Red Green Blue C M Y K H S L
Decimal 63 119 111 0.47 0 0.07 0.53 171.43 0.31 0.36
Hex 3F 77 6F 2F 0 7 35 AB 1F 24
Octal 77 167 157 57 0 7 65 253 37 44
Binary 111111 1110111 1101111 101111 0 111 110101 10101011 11111 100100

Color Harmonies of #3F776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F776F

Black with #3F776F

Text Example


Text Example

White with #3F776F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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