#207F7D

Color #207F7D Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #207F7D

Tints of Elm #207F7D

Color information

#207F7D (or 0x207F7D) is unknown color: approx Elm. HEX triplet: 20, 7F and 7D. RGB value is (32,127,125). Sum of RGB (Red+Green+Blue) = 32+127+125=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 127 (50% from 255 or 44.72% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 127 - color contains mainly: green. Hex color #207F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207F7D is #DF8082. Grayscale: #626262. Windows color (decimal): -14647427 or 8224544. OLE color: 8224544.

HSL color Cylindrical-coordinate representation of color #207F7D: hue angle of 178.74º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #207F7D is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB32127125-
CMYK0.7500.020.50
HSL178.74º59.75%31.18%-
HSV(B)178.74º74.8%49.8%-
XYZ11.8916.9722.05-
YUV98.37143.0380.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.27%
GREEN value IS 127 (50% from 255) = 44.72%
BLUE value IS 125 (49.22% from 255) = 44.01%
R=11.27%
G=44.72%
B=44.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal321271250.7500.020.50178.7459.7531.18
Hex207F7D4B0232b33c1f
Octal4017717511302622637437
Binary1000001111111111110110010110101100101011001111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207F7D; }

 p { color: rgb(32,127,125); }

 H1.HeaderClassName
 {
   color: #207F7D;
 }
 .AnyTagClassName
 {
   color: #207F7D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #207F7D;
 }
 .BgClassName
 {
   background-color: #207F7D;
 }
</style>
border-color css

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

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

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