#779CC0

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

Shades of Polo Blue #779CC0

Tints of Polo Blue #779CC0

Color information

#779CC0 (or 0x779CC0) is unknown color: approx Polo Blue. HEX triplet: 77, 9C and C0. RGB value is (119,156,192). Sum of RGB (Red+Green+Blue) = 119+156+192=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 192 - color contains mainly: blue. Hex color #779CC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779CC0 is #88633F. Grayscale: #949494. Windows color (decimal): -8938304 or 12622967. OLE color: 12622967.

HSL color Cylindrical-coordinate representation of color #779CC0: hue angle of 209.59º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #779CC0 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB119156192-
CMYK0.380.1900.25
HSL209.59º36.68%60.98%-
HSV(B)209.59º38.02%75.29%-
XYZ29.0131.554.42-
YUV149.04152.24106.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.48%
GREEN value IS 156 (61.33% from 255) = 33.40%
BLUE value IS 192 (75.39% from 255) = 41.11%
R=25.48%
G=33.40%
B=41.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191561920.380.1900.25209.5936.6860.98
Hex779CC02613019d2253d
Octal16723430046230313224575
Binary111011110011100110000001001101001101100111010010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779CC0; }

 p { color: rgb(119,156,192); }

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

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

 a { background-color: rgb(119,156,192); }

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

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

 span { border-color: rgb(119,156,192); }

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