Html Css Color HEX #207475 Elm

📋 copy color: '#207475'

red 32 ◦ green 116 ◦ blue 117

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

Shades of Elm #207475

Tints of Elm #207475

RGB

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

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

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

R = 12.08%
G = 43.77%
B = 44.15%

CMYK

 C value IS 0.73

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#207475 (or 0x207475) is known color: Elm. HEX triplet: 20, 74 and 75. RGB value is (32,116,117). Sum of RGB (Red+Green+Blue) = 32+116+117=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #207475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207475 is #DF8B8A. Grayscale: #5A5A5A. Windows color (decimal): -14650251 or 7697440. OLE color: 7697440.

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

Color convert

RGB 32 116 117 -
CMYK 0.73 0.01 0 0.54
HSL 180.71º 0.57% 0.29% -
HSV(B) 180.71º 0.73% 0.46% -
XYZ 10.05 14.08 19.02 -
YUV 91 142.67 85.92 -
System Red Green Blue C M Y K H S L
Decimal 32 116 117 0.73 0.01 0 0.54 180.71 0.57 0.29
Hex 20 74 75 49 1 0 36 B5 39 1D
Octal 40 164 165 111 1 0 66 265 71 35
Binary 100000 1110100 1110101 1001001 1 0 110110 10110101 111001 11101

Color Harmonies of #207475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207475

Black with #207475

Text Example


Text Example

White with #207475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207475; }

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

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

background-color css

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

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

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

border-color css

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

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

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