Html Css Color HEX #52776F Dark Green Copper

📋 copy color: '#52776F'

red 82 ◦ green 119 ◦ blue 111

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

Shades of Dark Green Copper #52776F

Tints of Dark Green Copper #52776F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.58%

R = 26.28%
G = 38.14%
B = 35.58%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#52776F (or 0x52776F) is known color: Dark Green Copper. HEX triplet: 52, 77 and 6F. RGB value is (82,119,111). Sum of RGB (Red+Green+Blue) = 82+119+111=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 119 - color contains mainly: green. Hex color #52776F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52776F is #AD8890. Grayscale: #6B6B6B. Windows color (decimal): -11372689 or 7305042. OLE color: 7305042.

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

Color convert

RGB 82 119 111 -
CMYK 0.31 0 0.07 0.53
HSL 167.03º 0.18% 0.39% -
HSV(B) 167.03º 0.31% 0.47% -
XYZ 12.95 16.14 17.47 -
YUV 107.03 130.24 110.15 -
System Red Green Blue C M Y K H S L
Decimal 82 119 111 0.31 0 0.07 0.53 167.03 0.18 0.39
Hex 52 77 6F 1F 0 7 35 A7 12 27
Octal 122 167 157 37 0 7 65 247 22 47
Binary 1010010 1110111 1101111 11111 0 111 110101 10100111 10010 100111

Color Harmonies of #52776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52776F

Black with #52776F

Text Example


Text Example

White with #52776F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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