Html Css Color HEX #527E74 Dark Green Copper

📋 copy color: '#527E74'

red 82 ◦ green 126 ◦ blue 116

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

Shades of Dark Green Copper #527E74

Tints of Dark Green Copper #527E74

RGB

 RED value IS 82 (32.42% from 255) = 25.31%

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

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

R = 25.31%
G = 38.89%
B = 35.8%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#527E74 (or 0x527E74) is known color: Dark Green Copper. HEX triplet: 52, 7E and 74. RGB value is (82,126,116). Sum of RGB (Red+Green+Blue) = 82+126+116=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 126 (49.61% from 255 or 38.89% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 126 - color contains mainly: green. Hex color #527E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527E74 is #AD818B. Grayscale: #6F6F6F. Windows color (decimal): -11370892 or 7634514. OLE color: 7634514.

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

Color convert

RGB 82 126 116 -
CMYK 0.35 0 0.08 0.51
HSL 166.36º 0.21% 0.41% -
HSV(B) 166.36º 0.35% 0.49% -
XYZ 14.09 17.98 19.25 -
YUV 111.7 130.42 106.81 -
System Red Green Blue C M Y K H S L
Decimal 82 126 116 0.35 0 0.08 0.51 166.36 0.21 0.41
Hex 52 7E 74 23 0 8 33 A6 15 29
Octal 122 176 164 43 0 10 63 246 25 51
Binary 1010010 1111110 1110100 100011 0 1000 110011 10100110 10101 101001

Color Harmonies of #527E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527E74

Black with #527E74

Text Example


Text Example

White with #527E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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