Html Css Color HEX #207572 Elm

📋 copy color: '#207572'

red 32 ◦ green 117 ◦ blue 114

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

Shades of Elm #207572

Tints of Elm #207572

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.49%

 BLUE value IS 114 (44.92% from 255) = 43.35%

R = 12.17%
G = 44.49%
B = 43.35%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#207572 (or 0x207572) is known color: Elm. HEX triplet: 20, 75 and 72. RGB value is (32,117,114). Sum of RGB (Red+Green+Blue) = 32+117+114=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 117 - color contains mainly: green. Hex color #207572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207572 is #DF8A8D. Grayscale: #5B5B5B. Windows color (decimal): -14649998 or 7501088. OLE color: 7501088.

HSL color Cylindrical-coordinate representation of color #207572: hue angle of 177.88º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #207572 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 117 114 -
CMYK 0.73 0 0.03 0.54
HSL 177.88º 0.57% 0.29% -
HSV(B) 177.88º 0.73% 0.46% -
XYZ 9.99 14.24 18.14 -
YUV 91.24 140.84 85.74 -
System Red Green Blue C M Y K H S L
Decimal 32 117 114 0.73 0 0.03 0.54 177.88 0.57 0.29
Hex 20 75 72 49 0 3 36 B2 39 1D
Octal 40 165 162 111 0 3 66 262 71 35
Binary 100000 1110101 1110010 1001001 0 11 110110 10110010 111001 11101

Color Harmonies of #207572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207572

Black with #207572

Text Example


Text Example

White with #207572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207572; }

 p { color: rgb(32,117,114); }

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

background-color css

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

 a { background-color: rgb(32,117,114); }

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

border-color css

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

 span { border-color: rgb(32,117,114); }

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