#207077

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

Shades of Allports #207077

Tints of Allports #207077

Color information

#207077 (or 0x207077) is unknown color: approx Allports. HEX triplet: 20, 70 and 77. RGB value is (32,112,119). Sum of RGB (Red+Green+Blue) = 32+112+119=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: blue. Hex color #207077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207077 is #DF8F88. Grayscale: #585858. Windows color (decimal): -14651273 or 7827488. OLE color: 7827488.

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

Color convert

RGB32112119-
CMYK0.730.0600.53
HSL184.83º57.62%29.61%-
HSV(B)184.83º73.11%46.67%-
XYZ9.7213.2319.49-
YUV88.8814587.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.17%
GREEN value IS 112 (44.14% from 255) = 42.59%
BLUE value IS 119 (46.88% from 255) = 45.25%
R=12.17%
G=42.59%
B=45.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal321121190.730.0600.53184.8357.6229.61
Hex207077496035b93a1e
Octal4016016711160652717236
Binary10000011100001110111100100111001101011011100111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207077; }

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

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

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

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

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

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

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

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