Shades of Glacier #77B2C0
Tints of Glacier #77B2C0
RGB
CMYK
RGB Variations
Color information
#77B2C0 (or 0x77B2C0) is known color: Glacier. HEX triplet: 77, B2 and C0. RGB value is (119,178,192). Sum of RGB (Red+Green+Blue) = 119+178+192=489 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.34% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 192 - color contains mainly: blue. Hex color #77B2C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77B2C0 is #884D3F. Grayscale: #A1A1A1. Windows color (decimal): -8932672 or 12628599. OLE color: 12628599.
HSL color Cylindrical-coordinate representation of color #77B2C0: hue angle of 191.51º 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 #77B2C0 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 178 | 192 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.25 |
| HSL | 191.51º | 0.37% | 0.61% | - |
| HSV(B) | 191.51º | 0.38% | 0.75% | - |
| XYZ | 33.04 | 39.57 | 55.77 | - |
| YUV | 161.96 | 144.95 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 178 | 192 | 0.38 | 0.07 | 0 | 0.25 | 191.51 | 0.37 | 0.61 |
| Hex | 77 | B2 | C0 | 26 | 7 | 0 | 19 | C0 | 25 | 3D |
| Octal | 167 | 262 | 300 | 46 | 7 | 0 | 31 | 300 | 45 | 75 |
| Binary | 1110111 | 10110010 | 11000000 | 100110 | 111 | 0 | 11001 | 11000000 | 100101 | 111101 |
Color Harmonies of #77B2C0
Complementary color
Monochromatic Colors of #77B2C0
Black with #77B2C0
Text Example
Text Example
White with #77B2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B2C0; }
p { color: rgb(119,178,192); }
H1.HeaderClassName
{
color: #77B2C0;
}
.AnyTagClassName
{
color: #77B2C0;
}
</style>
background-color css
<style>
a { background-color: #77B2C0; }
a { background-color: rgb(119,178,192); }
div.DivClassName
{
background-color: #77B2C0;
}
.BgClassName
{
background-color: #77B2C0;
}
</style>
border-color css
<style>
span { border-color: #77B2C0; }
span { border-color: rgb(119,178,192); }
td.TdClassName
{
border-color: #77B2C0;
}
.TagClassName
{
border-color: #77B2C0;
}
</style>