Html Css Color HEX #77A3C5 Polo Blue

📋 copy color: '#77A3C5'

red 119 ◦ green 163 ◦ blue 197

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

Shades of Polo Blue #77A3C5

Tints of Polo Blue #77A3C5

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.03%

 BLUE value IS 197 (77.34% from 255) = 41.13%

R = 24.84%
G = 34.03%
B = 41.13%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#77A3C5 (or 0x77A3C5) is known color: Polo Blue. HEX triplet: 77, A3 and C5. RGB value is (119,163,197). Sum of RGB (Red+Green+Blue) = 119+163+197=479 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.84% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 197 (77.34% from 255 or 41.13% from 479); Max value from RGB is 197 - color contains mainly: blue. Hex color #77A3C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A3C5 is #885C3A. Grayscale: #999999. Windows color (decimal): -8936507 or 12952439. OLE color: 12952439.

HSL color Cylindrical-coordinate representation of color #77A3C5: hue angle of 206.15º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77A3C5 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 119 163 197 -
CMYK 0.40 0.17 0 0.23
HSL 206.15º 0.4% 0.62% -
HSV(B) 206.15º 0.4% 0.77% -
XYZ 30.78 34.15 57.79 -
YUV 153.72 152.42 103.24 -
System Red Green Blue C M Y K H S L
Decimal 119 163 197 0.40 0.17 0 0.23 206.15 0.4 0.62
Hex 77 A3 C5 28 11 0 17 CE 28 3E
Octal 167 243 305 50 21 0 27 316 50 76
Binary 1110111 10100011 11000101 101000 10001 0 10111 11001110 101000 111110

Color Harmonies of #77A3C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A3C5

Black with #77A3C5

Text Example


Text Example

White with #77A3C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,163,197); }

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

background-color css

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

 a { background-color: rgb(119,163,197); }

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

border-color css

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

 span { border-color: rgb(119,163,197); }

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