Html Css Color HEX #77A2CD Polo Blue

📋 copy color: '#77A2CD'

red 119 ◦ green 162 ◦ blue 205

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

Shades of Polo Blue #77A2CD

Tints of Polo Blue #77A2CD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.33%

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

R = 24.49%
G = 33.33%
B = 42.18%

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

#77A2CD (or 0x77A2CD) is known color: Polo Blue. HEX triplet: 77, A2 and CD. RGB value is (119,162,205). Sum of RGB (Red+Green+Blue) = 119+162+205=486 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.49% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #77A2CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A2CD is #885D32. Grayscale: #999999. Windows color (decimal): -8936755 or 13476471. OLE color: 13476471.

HSL color Cylindrical-coordinate representation of color #77A2CD: hue angle of 210º 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 #77A2CD is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 162 205 -
CMYK 0.42 0.21 0 0.20
HSL 210º 0.46% 0.64% -
HSV(B) 210º 0.42% 0.8% -
XYZ 31.55 34.17 62.69 -
YUV 154.05 156.75 103 -
System Red Green Blue C M Y K H S L
Decimal 119 162 205 0.42 0.21 0 0.20 210 0.46 0.64
Hex 77 A2 CD 2A 15 0 14 D2 2E 40
Octal 167 242 315 52 25 0 24 322 56 100
Binary 1110111 10100010 11001101 101010 10101 0 10100 11010010 101110 1000000

Color Harmonies of #77A2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A2CD

Black with #77A2CD

Text Example


Text Example

White with #77A2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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