Shades of Glacier #77ABC0
Tints of Glacier #77ABC0
RGB
CMYK
RGB Variations
Color information
#77ABC0 (or 0x77ABC0) is known color: Glacier. HEX triplet: 77, AB and C0. RGB value is (119,171,192). Sum of RGB (Red+Green+Blue) = 119+171+192=482 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.69% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 192 - color contains mainly: blue. Hex color #77ABC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ABC0 is #88543F. Grayscale: #9D9D9D. Windows color (decimal): -8934464 or 12626807. OLE color: 12626807.
HSL color Cylindrical-coordinate representation of color #77ABC0: hue angle of 197.26º 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 #77ABC0 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 171 | 192 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.25 |
| HSL | 197.26º | 0.37% | 0.61% | - |
| HSV(B) | 197.26º | 0.38% | 0.75% | - |
| XYZ | 31.69 | 36.85 | 55.31 | - |
| YUV | 157.85 | 147.27 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 171 | 192 | 0.38 | 0.11 | 0 | 0.25 | 197.26 | 0.37 | 0.61 |
| Hex | 77 | AB | C0 | 26 | B | 0 | 19 | C5 | 25 | 3D |
| Octal | 167 | 253 | 300 | 46 | 13 | 0 | 31 | 305 | 45 | 75 |
| Binary | 1110111 | 10101011 | 11000000 | 100110 | 1011 | 0 | 11001 | 11000101 | 100101 | 111101 |
Color Harmonies of #77ABC0
Complementary color
Monochromatic Colors of #77ABC0
Black with #77ABC0
Text Example
Text Example
White with #77ABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ABC0; }
p { color: rgb(119,171,192); }
H1.HeaderClassName
{
color: #77ABC0;
}
.AnyTagClassName
{
color: #77ABC0;
}
</style>
background-color css
<style>
a { background-color: #77ABC0; }
a { background-color: rgb(119,171,192); }
div.DivClassName
{
background-color: #77ABC0;
}
.BgClassName
{
background-color: #77ABC0;
}
</style>
border-color css
<style>
span { border-color: #77ABC0; }
span { border-color: rgb(119,171,192); }
td.TdClassName
{
border-color: #77ABC0;
}
.TagClassName
{
border-color: #77ABC0;
}
</style>