#77A0CA

Color #77A0CA Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #77A0CA

Tints of Polo Blue #77A0CA

Color information

#77A0CA (or 0x77A0CA) is unknown color: approx Polo Blue. HEX triplet: 77, A0 and CA. RGB value is (119,160,202). Sum of RGB (Red+Green+Blue) = 119+160+202=481 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.74% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #77A0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A0CA is #885F35. Grayscale: #989898. Windows color (decimal): -8937270 or 13279351. OLE color: 13279351.

HSL color Cylindrical-coordinate representation of color #77A0CA: hue angle of 210.36º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77A0CA is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB119160202-
CMYK0.410.2100.21
HSL210.36º43.92%62.94%-
HSV(B)210.36º41.09%79.22%-
XYZ30.8433.3360.68-
YUV152.53155.92104.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.74%
GREEN value IS 160 (62.89% from 255) = 33.26%
BLUE value IS 202 (79.30% from 255) = 42.00%
R=24.74%
G=33.26%
B=42.00%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1191602020.410.2100.21210.3643.9262.94
Hex77A0CA2915015d22c3f
Octal16724031251250253225477
Binary111011110100000110010101010011010101010111010010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77A0CA; }

 p { color: rgb(119,160,202); }

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

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

 a { background-color: rgb(119,160,202); }

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

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

 span { border-color: rgb(119,160,202); }

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