Shades of Glacier #77A3C0
Tints of Glacier #77A3C0
RGB
CMYK
RGB Variations
Color information
#77A3C0 (or 0x77A3C0) is known color: Glacier. HEX triplet: 77, A3 and C0. RGB value is (119,163,192). Sum of RGB (Red+Green+Blue) = 119+163+192=474 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.11% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 192 - color contains mainly: blue. Hex color #77A3C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A3C0 is #885C3F. Grayscale: #989898. Windows color (decimal): -8936512 or 12624759. OLE color: 12624759.
HSL color Cylindrical-coordinate representation of color #77A3C0: hue angle of 203.84º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77A3C0 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 163 | 192 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.25 |
| HSL | 203.84º | 0.37% | 0.61% | - |
| HSV(B) | 203.84º | 0.38% | 0.75% | - |
| XYZ | 30.22 | 33.92 | 54.82 | - |
| YUV | 153.15 | 149.92 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 163 | 192 | 0.38 | 0.15 | 0 | 0.25 | 203.84 | 0.37 | 0.61 |
| Hex | 77 | A3 | C0 | 26 | F | 0 | 19 | CC | 25 | 3D |
| Octal | 167 | 243 | 300 | 46 | 17 | 0 | 31 | 314 | 45 | 75 |
| Binary | 1110111 | 10100011 | 11000000 | 100110 | 1111 | 0 | 11001 | 11001100 | 100101 | 111101 |
Color Harmonies of #77A3C0
Complementary color
Monochromatic Colors of #77A3C0
Black with #77A3C0
Text Example
Text Example
White with #77A3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A3C0; }
p { color: rgb(119,163,192); }
H1.HeaderClassName
{
color: #77A3C0;
}
.AnyTagClassName
{
color: #77A3C0;
}
</style>
background-color css
<style>
a { background-color: #77A3C0; }
a { background-color: rgb(119,163,192); }
div.DivClassName
{
background-color: #77A3C0;
}
.BgClassName
{
background-color: #77A3C0;
}
</style>
border-color css
<style>
span { border-color: #77A3C0; }
span { border-color: rgb(119,163,192); }
td.TdClassName
{
border-color: #77A3C0;
}
.TagClassName
{
border-color: #77A3C0;
}
</style>