Shades of Polo Blue #77A1C6
Tints of Polo Blue #77A1C6
RGB
CMYK
RGB Variations
Color information
#77A1C6 (or 0x77A1C6) is known color: Polo Blue. HEX triplet: 77, A1 and C6. RGB value is (119,161,198). Sum of RGB (Red+Green+Blue) = 119+161+198=478 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.90% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 198 - color contains mainly: blue. Hex color #77A1C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A1C6 is #885E39. Grayscale: #989898. Windows color (decimal): -8937018 or 13017463. OLE color: 13017463.
HSL color Cylindrical-coordinate representation of color #77A1C6: hue angle of 208.1º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77A1C6 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 161 | 198 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.22 |
| HSL | 208.1º | 0.41% | 0.62% | - |
| HSV(B) | 208.1º | 0.4% | 0.78% | - |
| XYZ | 30.55 | 33.49 | 58.28 | - |
| YUV | 152.66 | 153.59 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 161 | 198 | 0.40 | 0.19 | 0 | 0.22 | 208.1 | 0.41 | 0.62 |
| Hex | 77 | A1 | C6 | 28 | 13 | 0 | 16 | D0 | 29 | 3E |
| Octal | 167 | 241 | 306 | 50 | 23 | 0 | 26 | 320 | 51 | 76 |
| Binary | 1110111 | 10100001 | 11000110 | 101000 | 10011 | 0 | 10110 | 11010000 | 101001 | 111110 |
Color Harmonies of #77A1C6
Complementary color
Monochromatic Colors of #77A1C6
Black with #77A1C6
Text Example
Text Example
White with #77A1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A1C6; }
p { color: rgb(119,161,198); }
H1.HeaderClassName
{
color: #77A1C6;
}
.AnyTagClassName
{
color: #77A1C6;
}
</style>
background-color css
<style>
a { background-color: #77A1C6; }
a { background-color: rgb(119,161,198); }
div.DivClassName
{
background-color: #77A1C6;
}
.BgClassName
{
background-color: #77A1C6;
}
</style>
border-color css
<style>
span { border-color: #77A1C6; }
span { border-color: rgb(119,161,198); }
td.TdClassName
{
border-color: #77A1C6;
}
.TagClassName
{
border-color: #77A1C6;
}
</style>