Shades of Glacier #77B0C1
Tints of Glacier #77B0C1
RGB
CMYK
RGB Variations
Color information
#77B0C1 (or 0x77B0C1) is known color: Glacier. HEX triplet: 77, B0 and C1. RGB value is (119,176,193). Sum of RGB (Red+Green+Blue) = 119+176+193=488 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.39% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 193 - color contains mainly: blue. Hex color #77B0C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77B0C1 is #884F3E. Grayscale: #A0A0A0. Windows color (decimal): -8933183 or 12693623. OLE color: 12693623.
HSL color Cylindrical-coordinate representation of color #77B0C1: hue angle of 193.78º 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 #77B0C1 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 176 | 193 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.24 |
| HSL | 193.78º | 0.37% | 0.61% | - |
| HSV(B) | 193.78º | 0.38% | 0.76% | - |
| XYZ | 32.76 | 38.82 | 56.22 | - |
| YUV | 160.9 | 146.12 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 176 | 193 | 0.38 | 0.09 | 0 | 0.24 | 193.78 | 0.37 | 0.61 |
| Hex | 77 | B0 | C1 | 26 | 9 | 0 | 18 | C2 | 25 | 3D |
| Octal | 167 | 260 | 301 | 46 | 11 | 0 | 30 | 302 | 45 | 75 |
| Binary | 1110111 | 10110000 | 11000001 | 100110 | 1001 | 0 | 11000 | 11000010 | 100101 | 111101 |
Color Harmonies of #77B0C1
Complementary color
Monochromatic Colors of #77B0C1
Black with #77B0C1
Text Example
Text Example
White with #77B0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B0C1; }
p { color: rgb(119,176,193); }
H1.HeaderClassName
{
color: #77B0C1;
}
.AnyTagClassName
{
color: #77B0C1;
}
</style>
background-color css
<style>
a { background-color: #77B0C1; }
a { background-color: rgb(119,176,193); }
div.DivClassName
{
background-color: #77B0C1;
}
.BgClassName
{
background-color: #77B0C1;
}
</style>
border-color css
<style>
span { border-color: #77B0C1; }
span { border-color: rgb(119,176,193); }
td.TdClassName
{
border-color: #77B0C1;
}
.TagClassName
{
border-color: #77B0C1;
}
</style>