#207774

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

Shades of Elm #207774

Tints of Elm #207774

Color information

#207774 (or 0x207774) is unknown color: approx Elm. HEX triplet: 20, 77 and 74. RGB value is (32,119,116). Sum of RGB (Red+Green+Blue) = 32+119+116=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #207774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207774 is #DF888B. Grayscale: #5C5C5C. Windows color (decimal): -14649484 or 7632672. OLE color: 7632672.

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

Color convert

RGB32119116-
CMYK0.7300.030.53
HSL177.93º57.62%29.61%-
HSV(B)177.93º73.11%46.67%-
XYZ10.3414.7618.83-
YUV92.64141.1884.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.99%
GREEN value IS 119 (46.88% from 255) = 44.57%
BLUE value IS 116 (45.70% from 255) = 43.45%
R=11.99%
G=44.57%
B=43.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal321191160.7300.030.53177.9357.6229.61
Hex207774490335b23a1e
Octal4016716411103652627236
Binary1000001110111111010010010010111101011011001011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207774; }

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

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

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

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

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

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

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

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