Html Css Color HEX #527F74 Dark Green Copper

📋 copy color: '#527F74'

red 82 ◦ green 127 ◦ blue 116

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

Shades of Dark Green Copper #527F74

Tints of Dark Green Copper #527F74

RGB

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

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

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

R = 25.23%
G = 39.08%
B = 35.69%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#527F74 (or 0x527F74) is known color: Dark Green Copper. HEX triplet: 52, 7F and 74. RGB value is (82,127,116). Sum of RGB (Red+Green+Blue) = 82+127+116=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 127 - color contains mainly: green. Hex color #527F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527F74 is #AD808B. Grayscale: #707070. Windows color (decimal): -11370636 or 7634770. OLE color: 7634770.

HSL color Cylindrical-coordinate representation of color #527F74: hue angle of 165.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #527F74 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 127 116 -
CMYK 0.35 0 0.09 0.50
HSL 165.33º 0.22% 0.41% -
HSV(B) 165.33º 0.35% 0.5% -
XYZ 14.22 18.23 19.29 -
YUV 112.29 130.09 106.39 -
System Red Green Blue C M Y K H S L
Decimal 82 127 116 0.35 0 0.09 0.50 165.33 0.22 0.41
Hex 52 7F 74 23 0 9 32 A5 16 29
Octal 122 177 164 43 0 11 62 245 26 51
Binary 1010010 1111111 1110100 100011 0 1001 110010 10100101 10110 101001

Color Harmonies of #527F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527F74

Black with #527F74

Text Example


Text Example

White with #527F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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