Html Css Color HEX #77A1C9 Polo Blue

📋 copy color: '#77A1C9'

red 119 ◦ green 161 ◦ blue 201

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

Shades of Polo Blue #77A1C9

Tints of Polo Blue #77A1C9

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.47%

 BLUE value IS 201 (78.91% from 255) = 41.79%

R = 24.74%
G = 33.47%
B = 41.79%

CMYK

 C value IS 0.41

 M value IS 0.20

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#77A1C9 (or 0x77A1C9) is known color: Polo Blue. HEX triplet: 77, A1 and C9. RGB value is (119,161,201). Sum of RGB (Red+Green+Blue) = 119+161+201=481 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.74% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 201 - color contains mainly: blue. Hex color #77A1C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A1C9 is #885E36. Grayscale: #989898. Windows color (decimal): -8937015 or 13214071. OLE color: 13214071.

HSL color Cylindrical-coordinate representation of color #77A1C9: hue angle of 209.27º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77A1C9 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 119 161 201 -
CMYK 0.41 0.20 0 0.21
HSL 209.27º 0.43% 0.63% -
HSV(B) 209.27º 0.41% 0.79% -
XYZ 30.9 33.63 60.12 -
YUV 153 155.09 103.75 -
System Red Green Blue C M Y K H S L
Decimal 119 161 201 0.41 0.20 0 0.21 209.27 0.43 0.63
Hex 77 A1 C9 29 14 0 15 D1 2B 3F
Octal 167 241 311 51 24 0 25 321 53 77
Binary 1110111 10100001 11001001 101001 10100 0 10101 11010001 101011 111111

Color Harmonies of #77A1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A1C9

Black with #77A1C9

Text Example


Text Example

White with #77A1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,161,201); }

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

background-color css

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

 a { background-color: rgb(119,161,201); }

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

border-color css

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

 span { border-color: rgb(119,161,201); }

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