#77a3c5

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

Shades of Polo Blue #77A3C5

Tints of Polo Blue #77A3C5

Color information

#77A3C5 (or 0x77A3C5) is unknown color: approx Polo Blue. HEX triplet: 77, A3 and C5. RGB value is (119,163,197). Sum of RGB (Red+Green+Blue) = 119+163+197=479 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.84% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 197 (77.34% from 255 or 41.13% from 479); Max value from RGB is 197 - color contains mainly: blue. Hex color #77A3C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A3C5 is #885C3A. Grayscale: #999999. Windows color (decimal): -8936507 or 12952439. OLE color: 12952439.

HSL color Cylindrical-coordinate representation of color #77A3C5: hue angle of 206.15º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77A3C5 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB119163197-
CMYK0.400.1700.23
HSL206.15º40.21%61.96%-
HSV(B)206.15º39.59%77.25%-
XYZ30.7834.1557.79-
YUV153.72152.42103.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.84%
GREEN value IS 163 (64.06% from 255) = 34.03%
BLUE value IS 197 (77.34% from 255) = 41.13%
R=24.84%
G=34.03%
B=41.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1191631970.400.1700.23206.1540.2161.96
Hex77A3C52811017ce283e
Octal16724330550210273165076
Binary111011110100011110001011010001000101011111001110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77a3c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,163,197); }

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

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

 a { background-color: rgb(119,163,197); }

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

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

 span { border-color: rgb(119,163,197); }

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