Shades of Glacier #77B6C1
Tints of Glacier #77B6C1
RGB
CMYK
RGB Variations
Color information
#77B6C1 (or 0x77B6C1) is known color: Glacier. HEX triplet: 77, B6 and C1. RGB value is (119,182,193). Sum of RGB (Red+Green+Blue) = 119+182+193=494 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.09% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 193 - color contains mainly: blue. Hex color #77B6C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B6C1 is #88493E. Grayscale: #A4A4A4. Windows color (decimal): -8931647 or 12695159. OLE color: 12695159.
HSL color Cylindrical-coordinate representation of color #77B6C1: hue angle of 188.92º 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 #77B6C1 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 182 | 193 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.24 |
| HSL | 188.92º | 0.37% | 0.61% | - |
| HSV(B) | 188.92º | 0.38% | 0.76% | - |
| XYZ | 33.96 | 41.23 | 56.62 | - |
| YUV | 164.42 | 144.13 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 182 | 193 | 0.38 | 0.06 | 0 | 0.24 | 188.92 | 0.37 | 0.61 |
| Hex | 77 | B6 | C1 | 26 | 6 | 0 | 18 | BD | 25 | 3D |
| Octal | 167 | 266 | 301 | 46 | 6 | 0 | 30 | 275 | 45 | 75 |
| Binary | 1110111 | 10110110 | 11000001 | 100110 | 110 | 0 | 11000 | 10111101 | 100101 | 111101 |
Color Harmonies of #77B6C1
Complementary color
Monochromatic Colors of #77B6C1
Black with #77B6C1
Text Example
Text Example
White with #77B6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B6C1; }
p { color: rgb(119,182,193); }
H1.HeaderClassName
{
color: #77B6C1;
}
.AnyTagClassName
{
color: #77B6C1;
}
</style>
background-color css
<style>
a { background-color: #77B6C1; }
a { background-color: rgb(119,182,193); }
div.DivClassName
{
background-color: #77B6C1;
}
.BgClassName
{
background-color: #77B6C1;
}
</style>
border-color css
<style>
span { border-color: #77B6C1; }
span { border-color: rgb(119,182,193); }
td.TdClassName
{
border-color: #77B6C1;
}
.TagClassName
{
border-color: #77B6C1;
}
</style>