Html Css Color HEX #217C77 Elm

📋 copy color: '#217C77'

red 33 ◦ green 124 ◦ blue 119

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

Shades of Elm #217C77

Tints of Elm #217C77

RGB

 RED value IS 33 (13.28% from 255) = 11.96%

 GREEN value IS 124 (48.83% from 255) = 44.93%

 BLUE value IS 119 (46.88% from 255) = 43.12%

R = 11.96%
G = 44.93%
B = 43.12%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#217C77 (or 0x217C77) is known color: Elm. HEX triplet: 21, 7C and 77. RGB value is (33,124,119). Sum of RGB (Red+Green+Blue) = 33+124+119=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 124 - color contains mainly: green. Hex color #217C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217C77 is #DE8388. Grayscale: #606060. Windows color (decimal): -14582665 or 7830561. OLE color: 7830561.

HSL color Cylindrical-coordinate representation of color #217C77: hue angle of 176.7º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217C77 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 124 119 -
CMYK 0.73 0 0.04 0.51
HSL 176.7º 0.58% 0.31% -
HSV(B) 176.7º 0.73% 0.49% -
XYZ 11.16 16.07 19.97 -
YUV 96.22 140.85 82.91 -
System Red Green Blue C M Y K H S L
Decimal 33 124 119 0.73 0 0.04 0.51 176.7 0.58 0.31
Hex 21 7C 77 49 0 4 33 B1 3A 1F
Octal 41 174 167 111 0 4 63 261 72 37
Binary 100001 1111100 1110111 1001001 0 100 110011 10110001 111010 11111

Color Harmonies of #217C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217C77

Black with #217C77

Text Example


Text Example

White with #217C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217C77; }

 p { color: rgb(33,124,119); }

 H1.HeaderClassName
 {
   color: #217C77;
 }
 .AnyTagClassName
 {
   color: #217C77;
 }
</style>

background-color css

<style>
 a { background-color: #217C77; }

 a { background-color: rgb(33,124,119); }

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

border-color css

<style>
 span { border-color: #217C77; }

 span { border-color: rgb(33,124,119); }

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