Html Css Color HEX #207872 Elm

📋 copy color: '#207872'

red 32 ◦ green 120 ◦ blue 114

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

Shades of Elm #207872

Tints of Elm #207872

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.11%

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

R = 12.03%
G = 45.11%
B = 42.86%

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

#207872 (or 0x207872) is known color: Elm. HEX triplet: 20, 78 and 72. RGB value is (32,120,114). Sum of RGB (Red+Green+Blue) = 32+120+114=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 120 - color contains mainly: green. Hex color #207872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207872 is #DF878D. Grayscale: #5C5C5C. Windows color (decimal): -14649230 or 7501856. OLE color: 7501856.

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

Color convert

RGB 32 120 114 -
CMYK 0.73 0 0.05 0.53
HSL 175.91º 0.58% 0.3% -
HSV(B) 175.91º 0.73% 0.47% -
XYZ 10.35 14.95 18.26 -
YUV 93 139.85 84.49 -
System Red Green Blue C M Y K H S L
Decimal 32 120 114 0.73 0 0.05 0.53 175.91 0.58 0.3
Hex 20 78 72 49 0 5 35 B0 3A 1E
Octal 40 170 162 111 0 5 65 260 72 36
Binary 100000 1111000 1110010 1001001 0 101 110101 10110000 111010 11110

Color Harmonies of #207872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207872

Black with #207872

Text Example


Text Example

White with #207872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207872; }

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

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

background-color css

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

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

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

border-color css

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

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

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