Html Css Color HEX #527B72 Dark Green Copper

📋 copy color: '#527B72'

red 82 ◦ green 123 ◦ blue 114

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

Shades of Dark Green Copper #527B72

Tints of Dark Green Copper #527B72

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.56%

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

R = 25.71%
G = 38.56%
B = 35.74%

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

#527B72 (or 0x527B72) is known color: Dark Green Copper. HEX triplet: 52, 7B and 72. RGB value is (82,123,114). Sum of RGB (Red+Green+Blue) = 82+123+114=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 123 - color contains mainly: green. Hex color #527B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527B72 is #AD848D. Grayscale: #6D6D6D. Windows color (decimal): -11371662 or 7502674. OLE color: 7502674.

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

Color convert

RGB 82 123 114 -
CMYK 0.33 0 0.07 0.52
HSL 166.83º 0.2% 0.4% -
HSV(B) 166.83º 0.33% 0.48% -
XYZ 13.6 17.17 18.52 -
YUV 109.72 130.42 108.23 -
System Red Green Blue C M Y K H S L
Decimal 82 123 114 0.33 0 0.07 0.52 166.83 0.2 0.4
Hex 52 7B 72 21 0 7 34 A7 14 28
Octal 122 173 162 41 0 7 64 247 24 50
Binary 1010010 1111011 1110010 100001 0 111 110100 10100111 10100 101000

Color Harmonies of #527B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527B72

Black with #527B72

Text Example


Text Example

White with #527B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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