Html Css Color HEX #47776E Dark Green Copper

📋 copy color: '#47776E'

red 71 ◦ green 119 ◦ blue 110

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

Shades of Dark Green Copper #47776E

Tints of Dark Green Copper #47776E

RGB

 RED value IS 71 (28.13% from 255) = 23.67%

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

 BLUE value IS 110 (43.36% from 255) = 36.67%

R = 23.67%
G = 39.67%
B = 36.67%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#47776E (or 0x47776E) is known color: Dark Green Copper. HEX triplet: 47, 77 and 6E. RGB value is (71,119,110). Sum of RGB (Red+Green+Blue) = 71+119+110=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 119 - color contains mainly: green. Hex color #47776E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47776E is #B88891. Grayscale: #676767. Windows color (decimal): -12093586 or 7239495. OLE color: 7239495.

HSL color Cylindrical-coordinate representation of color #47776E: hue angle of 168.75º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #47776E is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 119 110 -
CMYK 0.40 0 0.08 0.53
HSL 168.75º 0.25% 0.37% -
HSV(B) 168.75º 0.4% 0.47% -
XYZ 12.01 15.66 17.14 -
YUV 103.62 131.6 104.73 -
System Red Green Blue C M Y K H S L
Decimal 71 119 110 0.40 0 0.08 0.53 168.75 0.25 0.37
Hex 47 77 6E 28 0 8 35 A9 19 25
Octal 107 167 156 50 0 10 65 251 31 45
Binary 1000111 1110111 1101110 101000 0 1000 110101 10101001 11001 100101

Color Harmonies of #47776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47776E

Black with #47776E

Text Example


Text Example

White with #47776E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47776E; }

 p { color: rgb(71,119,110); }

 H1.HeaderClassName
 {
   color: #47776E;
 }
 .AnyTagClassName
 {
   color: #47776E;
 }
</style>

background-color css

<style>
 a { background-color: #47776E; }

 a { background-color: rgb(71,119,110); }

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

border-color css

<style>
 span { border-color: #47776E; }

 span { border-color: rgb(71,119,110); }

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