Shades of Glacier #77A6C1
Tints of Glacier #77A6C1
RGB
CMYK
RGB Variations
Color information
#77A6C1 (or 0x77A6C1) is known color: Glacier. HEX triplet: 77, A6 and C1. RGB value is (119,166,193). Sum of RGB (Red+Green+Blue) = 119+166+193=478 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.90% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 193 - color contains mainly: blue. Hex color #77A6C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A6C1 is #88593E. Grayscale: #9A9A9A. Windows color (decimal): -8935743 or 12691063. OLE color: 12691063.
HSL color Cylindrical-coordinate representation of color #77A6C1: hue angle of 201.89º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77A6C1 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 166 | 193 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.24 |
| HSL | 201.89º | 0.37% | 0.61% | - |
| HSV(B) | 201.89º | 0.38% | 0.76% | - |
| XYZ | 30.87 | 35.04 | 55.59 | - |
| YUV | 155.03 | 149.43 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 166 | 193 | 0.38 | 0.14 | 0 | 0.24 | 201.89 | 0.37 | 0.61 |
| Hex | 77 | A6 | C1 | 26 | E | 0 | 18 | CA | 25 | 3D |
| Octal | 167 | 246 | 301 | 46 | 16 | 0 | 30 | 312 | 45 | 75 |
| Binary | 1110111 | 10100110 | 11000001 | 100110 | 1110 | 0 | 11000 | 11001010 | 100101 | 111101 |
Color Harmonies of #77A6C1
Complementary color
Monochromatic Colors of #77A6C1
Black with #77A6C1
Text Example
Text Example
White with #77A6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A6C1; }
p { color: rgb(119,166,193); }
H1.HeaderClassName
{
color: #77A6C1;
}
.AnyTagClassName
{
color: #77A6C1;
}
</style>
background-color css
<style>
a { background-color: #77A6C1; }
a { background-color: rgb(119,166,193); }
div.DivClassName
{
background-color: #77A6C1;
}
.BgClassName
{
background-color: #77A6C1;
}
</style>
border-color css
<style>
span { border-color: #77A6C1; }
span { border-color: rgb(119,166,193); }
td.TdClassName
{
border-color: #77A6C1;
}
.TagClassName
{
border-color: #77A6C1;
}
</style>