Html Css Color HEX #407E76 Dark Green Copper

📋 copy color: '#407E76'

red 64 ◦ green 126 ◦ blue 118

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

Shades of Dark Green Copper #407E76

Tints of Dark Green Copper #407E76

RGB

 RED value IS 64 (25.39% from 255) = 20.78%

 GREEN value IS 126 (49.61% from 255) = 40.91%

 BLUE value IS 118 (46.48% from 255) = 38.31%

R = 20.78%
G = 40.91%
B = 38.31%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#407E76 (or 0x407E76) is known color: Dark Green Copper. HEX triplet: 40, 7E and 76. RGB value is (64,126,118). Sum of RGB (Red+Green+Blue) = 64+126+118=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 126 (49.61% from 255 or 40.91% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 126 - color contains mainly: green. Hex color #407E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407E76 is #BF8189. Grayscale: #6A6A6A. Windows color (decimal): -12550538 or 7765568. OLE color: 7765568.

HSL color Cylindrical-coordinate representation of color #407E76: hue angle of 172.26º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #407E76 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 126 118 -
CMYK 0.49 0 0.06 0.51
HSL 172.26º 0.33% 0.37% -
HSV(B) 172.26º 0.49% 0.49% -
XYZ 12.85 17.32 19.81 -
YUV 106.55 134.46 97.65 -
System Red Green Blue C M Y K H S L
Decimal 64 126 118 0.49 0 0.06 0.51 172.26 0.33 0.37
Hex 40 7E 76 31 0 6 33 AC 21 25
Octal 100 176 166 61 0 6 63 254 41 45
Binary 1000000 1111110 1110110 110001 0 110 110011 10101100 100001 100101

Color Harmonies of #407E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407E76

Black with #407E76

Text Example


Text Example

White with #407E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407E76; }

 p { color: rgb(64,126,118); }

 H1.HeaderClassName
 {
   color: #407E76;
 }
 .AnyTagClassName
 {
   color: #407E76;
 }
</style>

background-color css

<style>
 a { background-color: #407E76; }

 a { background-color: rgb(64,126,118); }

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

border-color css

<style>
 span { border-color: #407E76; }

 span { border-color: rgb(64,126,118); }

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