Html Css Color HEX #53776C Dark Green Copper

📋 copy color: '#53776C'

red 83 ◦ green 119 ◦ blue 108

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

Shades of Dark Green Copper #53776C

Tints of Dark Green Copper #53776C

RGB

 RED value IS 83 (32.81% from 255) = 26.77%

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

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

R = 26.77%
G = 38.39%
B = 34.84%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#53776C (or 0x53776C) is known color: Dark Green Copper. HEX triplet: 53, 77 and 6C. RGB value is (83,119,108). Sum of RGB (Red+Green+Blue) = 83+119+108=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 119 - color contains mainly: green. Hex color #53776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53776C is #AC8893. Grayscale: #6A6A6A. Windows color (decimal): -11307156 or 7108435. OLE color: 7108435.

HSL color Cylindrical-coordinate representation of color #53776C: hue angle of 161.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #53776C is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 119 108 -
CMYK 0.30 0 0.09 0.53
HSL 161.67º 0.18% 0.4% -
HSV(B) 161.67º 0.3% 0.47% -
XYZ 12.87 16.12 16.62 -
YUV 106.98 128.57 110.89 -
System Red Green Blue C M Y K H S L
Decimal 83 119 108 0.30 0 0.09 0.53 161.67 0.18 0.4
Hex 53 77 6C 1E 0 9 35 A2 12 28
Octal 123 167 154 36 0 11 65 242 22 50
Binary 1010011 1110111 1101100 11110 0 1001 110101 10100010 10010 101000

Color Harmonies of #53776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53776C

Black with #53776C

Text Example


Text Example

White with #53776C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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