Html Css Color HEX #77A0C8 Polo Blue

📋 copy color: '#77A0C8'

red 119 ◦ green 160 ◦ blue 200

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

Shades of Polo Blue #77A0C8

Tints of Polo Blue #77A0C8

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.4%

 BLUE value IS 200 (78.52% from 255) = 41.75%

R = 24.84%
G = 33.4%
B = 41.75%

CMYK

 C value IS 0.40

 M value IS 0.2

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#77A0C8 (or 0x77A0C8) is known color: Polo Blue. HEX triplet: 77, A0 and C8. RGB value is (119,160,200). Sum of RGB (Red+Green+Blue) = 119+160+200=479 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.84% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 200 (78.52% from 255 or 41.75% from 479); Max value from RGB is 200 - color contains mainly: blue. Hex color #77A0C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A0C8 is #885F37. Grayscale: #989898. Windows color (decimal): -8937272 or 13148279. OLE color: 13148279.

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

Color convert

RGB 119 160 200 -
CMYK 0.40 0.2 0 0.22
HSL 209.63º 0.42% 0.63% -
HSV(B) 209.63º 0.41% 0.78% -
XYZ 30.6 33.23 59.45 -
YUV 152.3 154.92 104.25 -
System Red Green Blue C M Y K H S L
Decimal 119 160 200 0.40 0.2 0 0.22 209.63 0.42 0.63
Hex 77 A0 C8 28 14 0 16 D2 2A 3F
Octal 167 240 310 50 24 0 26 322 52 77
Binary 1110111 10100000 11001000 101000 10100 0 10110 11010010 101010 111111

Color Harmonies of #77A0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A0C8

Black with #77A0C8

Text Example


Text Example

White with #77A0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77A0C8;
 }
 .AnyTagClassName
 {
   color: #77A0C8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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