#207780

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

Shades of Atoll #207780

Tints of Atoll #207780

Color information

#207780 (or 0x207780) is unknown color: approx Atoll. HEX triplet: 20, 77 and 80. RGB value is (32,119,128). Sum of RGB (Red+Green+Blue) = 32+119+128=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 128 - color contains mainly: blue. Hex color #207780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207780 is #DF887F. Grayscale: #5D5D5D. Windows color (decimal): -14649472 or 8419104. OLE color: 8419104.

HSL color Cylindrical-coordinate representation of color #207780: hue angle of 185.62º 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 #207780 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB32119128-
CMYK0.750.0700.50
HSL185.62º60%31.37%-
HSV(B)185.62º75%50.2%-
XYZ11.0915.0622.74-
YUV94.01147.1883.77-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.47%
GREEN value IS 119 (46.88% from 255) = 42.65%
BLUE value IS 128 (50.39% from 255) = 45.88%
R=11.47%
G=42.65%
B=45.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal321191280.750.0700.50185.626031.37
Hex2077804B7032ba3c1f
Octal4016720011370622727437
Binary100000111011110000000100101111101100101011101011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207780; }

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

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

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

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

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

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

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

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