Html Css Color HEX #3F776C Dark Green Copper

📋 copy color: '#3F776C'

red 63 ◦ green 119 ◦ blue 108

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

Shades of Dark Green Copper #3F776C

Tints of Dark Green Copper #3F776C

RGB

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

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

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

R = 21.72%
G = 41.03%
B = 37.24%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#3F776C (or 0x3F776C) is known color: Dark Green Copper. HEX triplet: 3F, 77 and 6C. RGB value is (63,119,108). Sum of RGB (Red+Green+Blue) = 63+119+108=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 119 - color contains mainly: green. Hex color #3F776C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F776C is #C08893. Grayscale: #646464. Windows color (decimal): -12617876 or 7108415. OLE color: 7108415.

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

Color convert

RGB 63 119 108 -
CMYK 0.47 0 0.09 0.53
HSL 168.21º 0.31% 0.36% -
HSV(B) 168.21º 0.47% 0.47% -
XYZ 11.35 15.33 16.55 -
YUV 101 131.95 100.89 -
System Red Green Blue C M Y K H S L
Decimal 63 119 108 0.47 0 0.09 0.53 168.21 0.31 0.36
Hex 3F 77 6C 2F 0 9 35 A8 1F 24
Octal 77 167 154 57 0 11 65 250 37 44
Binary 111111 1110111 1101100 101111 0 1001 110101 10101000 11111 100100

Color Harmonies of #3F776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F776C

Black with #3F776C

Text Example


Text Example

White with #3F776C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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