Html Css Color HEX #20776C Elm

📋 copy color: '#20776C'

red 32 ◦ green 119 ◦ blue 108

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

Shades of Elm #20776C

Tints of Elm #20776C

RGB

 RED value IS 32 (12.89% from 255) = 12.36%

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

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

R = 12.36%
G = 45.95%
B = 41.7%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#20776C (or 0x20776C) is known color: Elm. HEX triplet: 20, 77 and 6C. RGB value is (32,119,108). Sum of RGB (Red+Green+Blue) = 32+119+108=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 119 - color contains mainly: green. Hex color #20776C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20776C is #DF8893. Grayscale: #5B5B5B. Windows color (decimal): -14649492 or 7108384. OLE color: 7108384.

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

Color convert

RGB 32 119 108 -
CMYK 0.73 0 0.09 0.53
HSL 172.41º 0.58% 0.3% -
HSV(B) 172.41º 0.73% 0.47% -
XYZ 9.9 14.58 16.48 -
YUV 91.73 137.18 85.39 -
System Red Green Blue C M Y K H S L
Decimal 32 119 108 0.73 0 0.09 0.53 172.41 0.58 0.3
Hex 20 77 6C 49 0 9 35 AC 3A 1E
Octal 40 167 154 111 0 11 65 254 72 36
Binary 100000 1110111 1101100 1001001 0 1001 110101 10101100 111010 11110

Color Harmonies of #20776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20776C

Black with #20776C

Text Example


Text Example

White with #20776C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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