Html Css Color HEX #52776D Dark Green Copper

📋 copy color: '#52776D'

red 82 ◦ green 119 ◦ blue 109

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

Shades of Dark Green Copper #52776D

Tints of Dark Green Copper #52776D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.39%

 BLUE value IS 109 (42.97% from 255) = 35.16%

R = 26.45%
G = 38.39%
B = 35.16%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#52776D (or 0x52776D) is known color: Dark Green Copper. HEX triplet: 52, 77 and 6D. RGB value is (82,119,109). Sum of RGB (Red+Green+Blue) = 82+119+109=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 119 - color contains mainly: green. Hex color #52776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52776D is #AD8892. Grayscale: #6A6A6A. Windows color (decimal): -11372691 or 7173970. OLE color: 7173970.

HSL color Cylindrical-coordinate representation of color #52776D: hue angle of 163.78º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #52776D is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 119 109 -
CMYK 0.31 0 0.08 0.53
HSL 163.78º 0.18% 0.39% -
HSV(B) 163.78º 0.31% 0.47% -
XYZ 12.84 16.09 16.9 -
YUV 106.8 129.24 110.31 -
System Red Green Blue C M Y K H S L
Decimal 82 119 109 0.31 0 0.08 0.53 163.78 0.18 0.39
Hex 52 77 6D 1F 0 8 35 A4 12 27
Octal 122 167 155 37 0 10 65 244 22 47
Binary 1010010 1110111 1101101 11111 0 1000 110101 10100100 10010 100111

Color Harmonies of #52776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52776D

Black with #52776D

Text Example


Text Example

White with #52776D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52776D; }

 p { color: rgb(82,119,109); }

 H1.HeaderClassName
 {
   color: #52776D;
 }
 .AnyTagClassName
 {
   color: #52776D;
 }
</style>

background-color css

<style>
 a { background-color: #52776D; }

 a { background-color: rgb(82,119,109); }

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

border-color css

<style>
 span { border-color: #52776D; }

 span { border-color: rgb(82,119,109); }

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