#77A2C6

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

Shades of Polo Blue #77A2C6

Tints of Polo Blue #77A2C6

Color information

#77A2C6 (or 0x77A2C6) is unknown color: approx Polo Blue. HEX triplet: 77, A2 and C6. RGB value is (119,162,198). Sum of RGB (Red+Green+Blue) = 119+162+198=479 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.84% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 198 (77.73% from 255 or 41.34% from 479); Max value from RGB is 198 - color contains mainly: blue. Hex color #77A2C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A2C6 is #885D39. Grayscale: #999999. Windows color (decimal): -8936762 or 13017719. OLE color: 13017719.

HSL color Cylindrical-coordinate representation of color #77A2C6: hue angle of 207.34º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77A2C6 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB119162198-
CMYK0.400.1800.22
HSL207.34º40.93%62.16%-
HSV(B)207.34º39.9%77.65%-
XYZ30.7233.8458.34-
YUV153.25153.25103.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.84%
GREEN value IS 162 (63.67% from 255) = 33.82%
BLUE value IS 198 (77.73% from 255) = 41.34%
R=24.84%
G=33.82%
B=41.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1191621980.400.1800.22207.3440.9362.16
Hex77A2C62812016cf293e
Octal16724230650220263175176
Binary111011110100010110001101010001001001011011001111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,162,198); }

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

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

 a { background-color: rgb(119,162,198); }

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

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

 span { border-color: rgb(119,162,198); }

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