Html Css Color HEX #207575 Elm

📋 copy color: '#207575'

red 32 ◦ green 117 ◦ blue 117

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

Shades of Elm #207575

Tints of Elm #207575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.98%

R = 12.03%
G = 43.98%
B = 43.98%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#207575 (or 0x207575) is known color: Elm. HEX triplet: 20, 75 and 75. RGB value is (32,117,117). Sum of RGB (Red+Green+Blue) = 32+117+117=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #207575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207575 is #DF8A8A. Grayscale: #5B5B5B. Windows color (decimal): -14649995 or 7697696. OLE color: 7697696.

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

Color convert

RGB 32 117 117 -
CMYK 0.73 0 0 0.54
HSL 180º 0.57% 0.29% -
HSV(B) 180º 0.73% 0.46% -
XYZ 10.17 14.31 19.06 -
YUV 91.59 142.34 85.5 -
System Red Green Blue C M Y K H S L
Decimal 32 117 117 0.73 0 0 0.54 180 0.57 0.29
Hex 20 75 75 49 0 0 36 B4 39 1D
Octal 40 165 165 111 0 0 66 264 71 35
Binary 100000 1110101 1110101 1001001 0 0 110110 10110100 111001 11101

Color Harmonies of #207575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207575

Black with #207575

Text Example


Text Example

White with #207575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207575; }

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

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

background-color css

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

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

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

border-color css

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

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

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