Html Css Color HEX #507E74 Dark Green Copper

📋 copy color: '#507E74'

red 80 ◦ green 126 ◦ blue 116

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

Shades of Dark Green Copper #507E74

Tints of Dark Green Copper #507E74

RGB

 RED value IS 80 (31.64% from 255) = 24.84%

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

 BLUE value IS 116 (45.7% from 255) = 36.02%

R = 24.84%
G = 39.13%
B = 36.02%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#507E74 (or 0x507E74) is known color: Dark Green Copper. HEX triplet: 50, 7E and 74. RGB value is (80,126,116). Sum of RGB (Red+Green+Blue) = 80+126+116=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 126 (49.61% from 255 or 39.13% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 126 - color contains mainly: green. Hex color #507E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507E74 is #AF818B. Grayscale: #6F6F6F. Windows color (decimal): -11501964 or 7634512. OLE color: 7634512.

HSL color Cylindrical-coordinate representation of color #507E74: hue angle of 166.96º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #507E74 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 126 116 -
CMYK 0.37 0 0.08 0.51
HSL 166.96º 0.22% 0.4% -
HSV(B) 166.96º 0.37% 0.49% -
XYZ 13.92 17.89 19.24 -
YUV 111.11 130.76 105.81 -
System Red Green Blue C M Y K H S L
Decimal 80 126 116 0.37 0 0.08 0.51 166.96 0.22 0.4
Hex 50 7E 74 25 0 8 33 A7 16 28
Octal 120 176 164 45 0 10 63 247 26 50
Binary 1010000 1111110 1110100 100101 0 1000 110011 10100111 10110 101000

Color Harmonies of #507E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507E74

Black with #507E74

Text Example


Text Example

White with #507E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507E74; }

 p { color: rgb(80,126,116); }

 H1.HeaderClassName
 {
   color: #507E74;
 }
 .AnyTagClassName
 {
   color: #507E74;
 }
</style>

background-color css

<style>
 a { background-color: #507E74; }

 a { background-color: rgb(80,126,116); }

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

border-color css

<style>
 span { border-color: #507E74; }

 span { border-color: rgb(80,126,116); }

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