Html Css Color HEX #779ECC Polo Blue

📋 copy color: '#779ECC'

red 119 ◦ green 158 ◦ blue 204

#779ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #779ECC

Tints of Polo Blue #779ECC

RGB

 RED value IS 119 (46.88% from 255) = 24.74%

 GREEN value IS 158 (62.11% from 255) = 32.85%

 BLUE value IS 204 (80.08% from 255) = 42.41%

R = 24.74%
G = 32.85%
B = 42.41%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#779ECC (or 0x779ECC) is known color: Polo Blue. HEX triplet: 77, 9E and CC. RGB value is (119,158,204). Sum of RGB (Red+Green+Blue) = 119+158+204=481 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.74% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #779ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779ECC is #886133. Grayscale: #979797. Windows color (decimal): -8937780 or 13409911. OLE color: 13409911.

HSL color Cylindrical-coordinate representation of color #779ECC: hue angle of 212.47º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #779ECC is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 119 158 204 -
CMYK 0.42 0.23 0 0.2
HSL 212.47º 0.45% 0.63% -
HSV(B) 212.47º 0.42% 0.8% -
XYZ 30.73 32.74 61.83 -
YUV 151.58 157.58 104.76 -
System Red Green Blue C M Y K H S L
Decimal 119 158 204 0.42 0.23 0 0.2 212.47 0.45 0.63
Hex 77 9E CC 2A 17 0 14 D4 2D 3F
Octal 167 236 314 52 27 0 24 324 55 77
Binary 1110111 10011110 11001100 101010 10111 0 10100 11010100 101101 111111

Color Harmonies of #779ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779ECC

Black with #779ECC

Text Example


Text Example

White with #779ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,158,204); }

 H1.HeaderClassName
 {
   color: #779ECC;
 }
 .AnyTagClassName
 {
   color: #779ECC;
 }
</style>

background-color css

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

 a { background-color: rgb(119,158,204); }

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

border-color css

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

 span { border-color: rgb(119,158,204); }

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