Html Css Color HEX #207771 Elm

📋 copy color: '#207771'

red 32 ◦ green 119 ◦ blue 113

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

Shades of Elm #207771

Tints of Elm #207771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 42.8%

R = 12.12%
G = 45.08%
B = 42.8%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#207771 (or 0x207771) is known color: Elm. HEX triplet: 20, 77 and 71. RGB value is (32,119,113). Sum of RGB (Red+Green+Blue) = 32+119+113=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 119 - color contains mainly: green. Hex color #207771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207771 is #DF888E. Grayscale: #5C5C5C. Windows color (decimal): -14649487 or 7436064. OLE color: 7436064.

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

Color convert

RGB 32 119 113 -
CMYK 0.73 0 0.05 0.53
HSL 175.86º 0.58% 0.3% -
HSV(B) 175.86º 0.73% 0.47% -
XYZ 10.17 14.69 17.92 -
YUV 92.3 139.68 84.99 -
System Red Green Blue C M Y K H S L
Decimal 32 119 113 0.73 0 0.05 0.53 175.86 0.58 0.3
Hex 20 77 71 49 0 5 35 B0 3A 1E
Octal 40 167 161 111 0 5 65 260 72 36
Binary 100000 1110111 1110001 1001001 0 101 110101 10110000 111010 11110

Color Harmonies of #207771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207771

Black with #207771

Text Example


Text Example

White with #207771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207771; }

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

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

background-color css

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

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

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

border-color css

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

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

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