Html Css Color HEX #527A71 Dark Green Copper

📋 copy color: '#527A71'

red 82 ◦ green 122 ◦ blue 113

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

Shades of Dark Green Copper #527A71

Tints of Dark Green Copper #527A71

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.49%

 BLUE value IS 113 (44.53% from 255) = 35.65%

R = 25.87%
G = 38.49%
B = 35.65%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#527A71 (or 0x527A71) is known color: Dark Green Copper. HEX triplet: 52, 7A and 71. RGB value is (82,122,113). Sum of RGB (Red+Green+Blue) = 82+122+113=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 122 - color contains mainly: green. Hex color #527A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527A71 is #AD858E. Grayscale: #6D6D6D. Windows color (decimal): -11371919 or 7436882. OLE color: 7436882.

HSL color Cylindrical-coordinate representation of color #527A71: hue angle of 166.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #527A71 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 122 113 -
CMYK 0.33 0 0.07 0.52
HSL 166.5º 0.2% 0.4% -
HSV(B) 166.5º 0.33% 0.48% -
XYZ 13.42 16.91 18.18 -
YUV 109.01 130.25 108.73 -
System Red Green Blue C M Y K H S L
Decimal 82 122 113 0.33 0 0.07 0.52 166.5 0.2 0.4
Hex 52 7A 71 21 0 7 34 A6 14 28
Octal 122 172 161 41 0 7 64 246 24 50
Binary 1010010 1111010 1110001 100001 0 111 110100 10100110 10100 101000

Color Harmonies of #527A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527A71

Black with #527A71

Text Example


Text Example

White with #527A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,122,113); }

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

background-color css

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

 a { background-color: rgb(82,122,113); }

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

border-color css

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

 span { border-color: rgb(82,122,113); }

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