Html Css Color HEX #52776C Dark Green Copper

📋 copy color: '#52776C'

red 82 ◦ green 119 ◦ blue 108

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

Shades of Dark Green Copper #52776C

Tints of Dark Green Copper #52776C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.95%

R = 26.54%
G = 38.51%
B = 34.95%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#52776C (or 0x52776C) is known color: Dark Green Copper. HEX triplet: 52, 77 and 6C. RGB value is (82,119,108). Sum of RGB (Red+Green+Blue) = 82+119+108=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 119 - color contains mainly: green. Hex color #52776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52776C is #AD8893. Grayscale: #6A6A6A. Windows color (decimal): -11372692 or 7108434. OLE color: 7108434.

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

Color convert

RGB 82 119 108 -
CMYK 0.31 0 0.09 0.53
HSL 162.16º 0.18% 0.39% -
HSV(B) 162.16º 0.31% 0.47% -
XYZ 12.78 16.07 16.62 -
YUV 106.68 128.74 110.39 -
System Red Green Blue C M Y K H S L
Decimal 82 119 108 0.31 0 0.09 0.53 162.16 0.18 0.39
Hex 52 77 6C 1F 0 9 35 A2 12 27
Octal 122 167 154 37 0 11 65 242 22 47
Binary 1010010 1110111 1101100 11111 0 1001 110101 10100010 10010 100111

Color Harmonies of #52776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52776C

Black with #52776C

Text Example


Text Example

White with #52776C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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