#207A77

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

Shades of Elm #207A77

Tints of Elm #207A77

Color information

#207A77 (or 0x207A77) is unknown color: approx Elm. HEX triplet: 20, 7A and 77. RGB value is (32,122,119). Sum of RGB (Red+Green+Blue) = 32+122+119=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 122 (48.05% from 255 or 44.69% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 122 - color contains mainly: green. Hex color #207A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207A77 is #DF8588. Grayscale: #5E5E5E. Windows color (decimal): -14648713 or 7830048. OLE color: 7830048.

HSL color Cylindrical-coordinate representation of color #207A77: hue angle of 178º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207A77 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB32122119-
CMYK0.7400.020.52
HSL178º58.44%30.2%-
HSV(B)178º73.77%47.84%-
XYZ10.8815.5619.88-
YUV94.75141.6883.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.72%
GREEN value IS 122 (48.05% from 255) = 44.69%
BLUE value IS 119 (46.88% from 255) = 43.59%
R=11.72%
G=44.69%
B=43.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal321221190.7400.020.5217858.4430.2
Hex207A774A0234b23a1e
Octal4017216711202642627236
Binary1000001111010111011110010100101101001011001011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,122,119); }

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

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

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

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

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

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

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