Html Css Color HEX #20776E Elm

📋 copy color: '#20776E'

red 32 ◦ green 119 ◦ blue 110

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

Shades of Elm #20776E

Tints of Elm #20776E

RGB

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

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

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

R = 12.26%
G = 45.59%
B = 42.15%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#20776E (or 0x20776E) is known color: Elm. HEX triplet: 20, 77 and 6E. RGB value is (32,119,110). Sum of RGB (Red+Green+Blue) = 32+119+110=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #20776E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20776E is #DF8891. Grayscale: #5B5B5B. Windows color (decimal): -14649490 or 7239456. OLE color: 7239456.

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

Color convert

RGB 32 119 110 -
CMYK 0.73 0 0.08 0.53
HSL 173.79º 0.58% 0.3% -
HSV(B) 173.79º 0.73% 0.47% -
XYZ 10.01 14.63 17.05 -
YUV 91.96 138.18 85.23 -
System Red Green Blue C M Y K H S L
Decimal 32 119 110 0.73 0 0.08 0.53 173.79 0.58 0.3
Hex 20 77 6E 49 0 8 35 AE 3A 1E
Octal 40 167 156 111 0 10 65 256 72 36
Binary 100000 1110111 1101110 1001001 0 1000 110101 10101110 111010 11110

Color Harmonies of #20776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20776E

Black with #20776E

Text Example


Text Example

White with #20776E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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