Html Css Color HEX #52766E Dark Green Copper

📋 copy color: '#52766E'

red 82 ◦ green 118 ◦ blue 110

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

Shades of Dark Green Copper #52766E

Tints of Dark Green Copper #52766E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.06%

 BLUE value IS 110 (43.36% from 255) = 35.48%

R = 26.45%
G = 38.06%
B = 35.48%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#52766E (or 0x52766E) is known color: Dark Green Copper. HEX triplet: 52, 76 and 6E. RGB value is (82,118,110). Sum of RGB (Red+Green+Blue) = 82+118+110=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 118 - color contains mainly: green. Hex color #52766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52766E is #AD8991. Grayscale: #6A6A6A. Windows color (decimal): -11372946 or 7239250. OLE color: 7239250.

HSL color Cylindrical-coordinate representation of color #52766E: hue angle of 166.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #52766E is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 118 110 -
CMYK 0.31 0 0.07 0.54
HSL 166.67º 0.18% 0.39% -
HSV(B) 166.67º 0.31% 0.46% -
XYZ 12.77 15.88 17.14 -
YUV 106.32 130.07 110.65 -
System Red Green Blue C M Y K H S L
Decimal 82 118 110 0.31 0 0.07 0.54 166.67 0.18 0.39
Hex 52 76 6E 1F 0 7 36 A7 12 27
Octal 122 166 156 37 0 7 66 247 22 47
Binary 1010010 1110110 1101110 11111 0 111 110110 10100111 10010 100111

Color Harmonies of #52766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52766E

Black with #52766E

Text Example


Text Example

White with #52766E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52766E; }

 p { color: rgb(82,118,110); }

 H1.HeaderClassName
 {
   color: #52766E;
 }
 .AnyTagClassName
 {
   color: #52766E;
 }
</style>

background-color css

<style>
 a { background-color: #52766E; }

 a { background-color: rgb(82,118,110); }

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

border-color css

<style>
 span { border-color: #52766E; }

 span { border-color: rgb(82,118,110); }

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