#76A0CA

Color #76A0CA Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #76A0CA

Tints of Polo Blue #76A0CA

Color information

#76A0CA (or 0x76A0CA) is unknown color: approx Polo Blue. HEX triplet: 76, A0 and CA. RGB value is (118,160,202). Sum of RGB (Red+Green+Blue) = 118+160+202=480 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.58% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #76A0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A0CA is #895F35. Grayscale: #989898. Windows color (decimal): -9002806 or 13279350. OLE color: 13279350.

HSL color Cylindrical-coordinate representation of color #76A0CA: hue angle of 210º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76A0CA is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB118160202-
CMYK0.420.2100.21
HSL210º44.21%62.75%-
HSV(B)210º41.58%79.22%-
XYZ30.733.2660.68-
YUV152.23156.09103.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.58%
GREEN value IS 160 (62.89% from 255) = 33.33%
BLUE value IS 202 (79.30% from 255) = 42.08%
R=24.58%
G=33.33%
B=42.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1181602020.420.2100.2121044.2162.75
Hex76A0CA2A15015d22c3f
Octal16624031252250253225477
Binary111011010100000110010101010101010101010111010010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76A0CA; }

 p { color: rgb(118,160,202); }

 H1.HeaderClassName
 {
   color: #76A0CA;
 }
 .AnyTagClassName
 {
   color: #76A0CA;
 }
</style>
background-color css

<style>
 a { background-color: #76A0CA; }

 a { background-color: rgb(118,160,202); }

 div.DivClassName
 {
   background-color: #76A0CA;
 }
 .BgClassName
 {
   background-color: #76A0CA;
 }
</style>
border-color css

<style>
 span { border-color: #76A0CA; }

 span { border-color: rgb(118,160,202); }

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