Html Css Color HEX #20776F Elm

📋 copy color: '#20776F'

red 32 ◦ green 119 ◦ blue 111

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

Shades of Elm #20776F

Tints of Elm #20776F

RGB

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

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

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

R = 12.21%
G = 45.42%
B = 42.37%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#20776F (or 0x20776F) is known color: Elm. HEX triplet: 20, 77 and 6F. RGB value is (32,119,111). Sum of RGB (Red+Green+Blue) = 32+119+111=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 111 (43.75% from 255 or 42.37% from 262); Max value from RGB is 119 - color contains mainly: green. Hex color #20776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20776F is #DF8890. Grayscale: #5C5C5C. Windows color (decimal): -14649489 or 7304992. OLE color: 7304992.

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

Color convert

RGB 32 119 111 -
CMYK 0.73 0 0.07 0.53
HSL 174.48º 0.58% 0.3% -
HSV(B) 174.48º 0.73% 0.47% -
XYZ 10.06 14.65 17.34 -
YUV 92.08 138.68 85.15 -
System Red Green Blue C M Y K H S L
Decimal 32 119 111 0.73 0 0.07 0.53 174.48 0.58 0.3
Hex 20 77 6F 49 0 7 35 AE 3A 1E
Octal 40 167 157 111 0 7 65 256 72 36
Binary 100000 1110111 1101111 1001001 0 111 110101 10101110 111010 11110

Color Harmonies of #20776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20776F

Black with #20776F

Text Example


Text Example

White with #20776F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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