Html Css Color HEX #527A72 Dark Green Copper

📋 copy color: '#527A72'

red 82 ◦ green 122 ◦ blue 114

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

Shades of Dark Green Copper #527A72

Tints of Dark Green Copper #527A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.85%

R = 25.79%
G = 38.36%
B = 35.85%

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

#527A72 (or 0x527A72) is known color: Dark Green Copper. HEX triplet: 52, 7A and 72. RGB value is (82,122,114). Sum of RGB (Red+Green+Blue) = 82+122+114=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 122 - color contains mainly: green. Hex color #527A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527A72 is #AD858D. Grayscale: #6D6D6D. Windows color (decimal): -11371918 or 7502418. OLE color: 7502418.

HSL color Cylindrical-coordinate representation of color #527A72: hue angle of 168º 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 #527A72 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 122 114 -
CMYK 0.33 0 0.07 0.52
HSL 168º 0.2% 0.4% -
HSV(B) 168º 0.33% 0.48% -
XYZ 13.48 16.93 18.48 -
YUV 109.13 130.75 108.65 -
System Red Green Blue C M Y K H S L
Decimal 82 122 114 0.33 0 0.07 0.52 168 0.2 0.4
Hex 52 7A 72 21 0 7 34 A8 14 28
Octal 122 172 162 41 0 7 64 250 24 50
Binary 1010010 1111010 1110010 100001 0 111 110100 10101000 10100 101000

Color Harmonies of #527A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527A72

Black with #527A72

Text Example


Text Example

White with #527A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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