Html Css Color HEX #4C7F72 Dark Green Copper

📋 copy color: '#4C7F72'

red 76 ◦ green 127 ◦ blue 114

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

Shades of Dark Green Copper #4C7F72

Tints of Dark Green Copper #4C7F72

RGB

 RED value IS 76 (30.08% from 255) = 23.97%

 GREEN value IS 127 (50% from 255) = 40.06%

 BLUE value IS 114 (44.92% from 255) = 35.96%

R = 23.97%
G = 40.06%
B = 35.96%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#4C7F72 (or 0x4C7F72) is known color: Dark Green Copper. HEX triplet: 4C, 7F and 72. RGB value is (76,127,114). Sum of RGB (Red+Green+Blue) = 76+127+114=317 (41% of max value = 765). Red value is 76 (30.08% from 255 or 23.97% from 317); Green value is 127 (50% from 255 or 40.06% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 127 - color contains mainly: green. Hex color #4C7F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7F72 is #B3808D. Grayscale: #6E6E6E. Windows color (decimal): -11763854 or 7503692. OLE color: 7503692.

HSL color Cylindrical-coordinate representation of color #4C7F72: hue angle of 164.71º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C7F72 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 76 127 114 -
CMYK 0.40 0 0.10 0.50
HSL 164.71º 0.25% 0.4% -
HSV(B) 164.71º 0.4% 0.5% -
XYZ 13.61 17.93 18.66 -
YUV 110.27 130.1 103.56 -
System Red Green Blue C M Y K H S L
Decimal 76 127 114 0.40 0 0.10 0.50 164.71 0.25 0.4
Hex 4C 7F 72 28 0 A 32 A5 19 28
Octal 114 177 162 50 0 12 62 245 31 50
Binary 1001100 1111111 1110010 101000 0 1010 110010 10100101 11001 101000

Color Harmonies of #4C7F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7F72

Black with #4C7F72

Text Example


Text Example

White with #4C7F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C7F72; }

 p { color: rgb(76,127,114); }

 H1.HeaderClassName
 {
   color: #4C7F72;
 }
 .AnyTagClassName
 {
   color: #4C7F72;
 }
</style>

background-color css

<style>
 a { background-color: #4C7F72; }

 a { background-color: rgb(76,127,114); }

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

border-color css

<style>
 span { border-color: #4C7F72; }

 span { border-color: rgb(76,127,114); }

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