Html Css Color HEX #47776B Dark Green Copper

📋 copy color: '#47776B'

red 71 ◦ green 119 ◦ blue 107

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

Shades of Dark Green Copper #47776B

Tints of Dark Green Copper #47776B

RGB

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

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

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

R = 23.91%
G = 40.07%
B = 36.03%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#47776B (or 0x47776B) is known color: Dark Green Copper. HEX triplet: 47, 77 and 6B. RGB value is (71,119,107). Sum of RGB (Red+Green+Blue) = 71+119+107=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 119 - color contains mainly: green. Hex color #47776B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47776B is #B88894. Grayscale: #676767. Windows color (decimal): -12093589 or 7042887. OLE color: 7042887.

HSL color Cylindrical-coordinate representation of color #47776B: hue angle of 165º 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 #47776B is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 119 107 -
CMYK 0.40 0 0.10 0.53
HSL 165º 0.25% 0.37% -
HSV(B) 165º 0.4% 0.47% -
XYZ 11.85 15.59 16.3 -
YUV 103.28 130.1 104.98 -
System Red Green Blue C M Y K H S L
Decimal 71 119 107 0.40 0 0.10 0.53 165 0.25 0.37
Hex 47 77 6B 28 0 A 35 A5 19 25
Octal 107 167 153 50 0 12 65 245 31 45
Binary 1000111 1110111 1101011 101000 0 1010 110101 10100101 11001 100101

Color Harmonies of #47776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47776B

Black with #47776B

Text Example


Text Example

White with #47776B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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