Html Css Color HEX #207472 Elm

📋 copy color: '#207472'

red 32 ◦ green 116 ◦ blue 114

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

Shades of Elm #207472

Tints of Elm #207472

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.27%

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

R = 12.21%
G = 44.27%
B = 43.51%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#207472 (or 0x207472) is known color: Elm. HEX triplet: 20, 74 and 72. RGB value is (32,116,114). Sum of RGB (Red+Green+Blue) = 32+116+114=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 116 - color contains mainly: green. Hex color #207472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207472 is #DF8B8D. Grayscale: #5A5A5A. Windows color (decimal): -14650254 or 7500832. OLE color: 7500832.

HSL color Cylindrical-coordinate representation of color #207472: hue angle of 178.57º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #207472 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 116 114 -
CMYK 0.72 0 0.02 0.55
HSL 178.57º 0.57% 0.29% -
HSV(B) 178.57º 0.72% 0.45% -
XYZ 9.88 14.01 18.1 -
YUV 90.66 141.17 86.16 -
System Red Green Blue C M Y K H S L
Decimal 32 116 114 0.72 0 0.02 0.55 178.57 0.57 0.29
Hex 20 74 72 48 0 2 37 B3 39 1D
Octal 40 164 162 110 0 2 67 263 71 35
Binary 100000 1110100 1110010 1001000 0 10 110111 10110011 111001 11101

Color Harmonies of #207472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207472

Black with #207472

Text Example


Text Example

White with #207472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207472; }

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

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

background-color css

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

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

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

border-color css

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

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

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