Html Css Color HEX #77A1CD Polo Blue

📋 copy color: '#77A1CD'

red 119 ◦ green 161 ◦ blue 205

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

Shades of Polo Blue #77A1CD

Tints of Polo Blue #77A1CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.27%

R = 24.54%
G = 33.2%
B = 42.27%

CMYK

 C value IS 0.42

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#77A1CD (or 0x77A1CD) is known color: Polo Blue. HEX triplet: 77, A1 and CD. RGB value is (119,161,205). Sum of RGB (Red+Green+Blue) = 119+161+205=485 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.54% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #77A1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A1CD is #885E32. Grayscale: #999999. Windows color (decimal): -8937011 or 13476215. OLE color: 13476215.

HSL color Cylindrical-coordinate representation of color #77A1CD: hue angle of 210.7º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77A1CD is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 161 205 -
CMYK 0.42 0.21 0 0.20
HSL 210.7º 0.46% 0.64% -
HSV(B) 210.7º 0.42% 0.8% -
XYZ 31.37 33.82 62.63 -
YUV 153.46 157.09 103.42 -
System Red Green Blue C M Y K H S L
Decimal 119 161 205 0.42 0.21 0 0.20 210.7 0.46 0.64
Hex 77 A1 CD 2A 15 0 14 D3 2E 40
Octal 167 241 315 52 25 0 24 323 56 100
Binary 1110111 10100001 11001101 101010 10101 0 10100 11010011 101110 1000000

Color Harmonies of #77A1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A1CD

Black with #77A1CD

Text Example


Text Example

White with #77A1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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