Html Css Color HEX #52776E Dark Green Copper

📋 copy color: '#52776E'

red 82 ◦ green 119 ◦ blue 110

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

Shades of Dark Green Copper #52776E

Tints of Dark Green Copper #52776E

RGB

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

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

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

R = 26.37%
G = 38.26%
B = 35.37%

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

#52776E (or 0x52776E) is known color: Dark Green Copper. HEX triplet: 52, 77 and 6E. RGB value is (82,119,110). Sum of RGB (Red+Green+Blue) = 82+119+110=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 119 - color contains mainly: green. Hex color #52776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52776E is #AD8891. Grayscale: #6A6A6A. Windows color (decimal): -11372690 or 7239506. OLE color: 7239506.

HSL color Cylindrical-coordinate representation of color #52776E: hue angle of 165.41º 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 #52776E is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 119 110 -
CMYK 0.31 0 0.08 0.53
HSL 165.41º 0.18% 0.39% -
HSV(B) 165.41º 0.31% 0.47% -
XYZ 12.89 16.11 17.18 -
YUV 106.91 129.74 110.23 -
System Red Green Blue C M Y K H S L
Decimal 82 119 110 0.31 0 0.08 0.53 165.41 0.18 0.39
Hex 52 77 6E 1F 0 8 35 A5 12 27
Octal 122 167 156 37 0 10 65 245 22 47
Binary 1010010 1110111 1101110 11111 0 1000 110101 10100101 10010 100111

Color Harmonies of #52776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52776E

Black with #52776E

Text Example


Text Example

White with #52776E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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