Shades of Glacier #77B4C0
Tints of Glacier #77B4C0
RGB
CMYK
RGB Variations
Color information
#77B4C0 (or 0x77B4C0) is known color: Glacier. HEX triplet: 77, B4 and C0. RGB value is (119,180,192). Sum of RGB (Red+Green+Blue) = 119+180+192=491 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.24% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 192 - color contains mainly: blue. Hex color #77B4C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B4C0 is #884B3F. Grayscale: #A3A3A3. Windows color (decimal): -8932160 or 12629111. OLE color: 12629111.
HSL color Cylindrical-coordinate representation of color #77B4C0: hue angle of 189.86º 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 #77B4C0 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 180 | 192 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.25 |
| HSL | 189.86º | 0.37% | 0.61% | - |
| HSV(B) | 189.86º | 0.38% | 0.75% | - |
| XYZ | 33.44 | 40.37 | 55.9 | - |
| YUV | 163.13 | 144.29 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 180 | 192 | 0.38 | 0.06 | 0 | 0.25 | 189.86 | 0.37 | 0.61 |
| Hex | 77 | B4 | C0 | 26 | 6 | 0 | 19 | BE | 25 | 3D |
| Octal | 167 | 264 | 300 | 46 | 6 | 0 | 31 | 276 | 45 | 75 |
| Binary | 1110111 | 10110100 | 11000000 | 100110 | 110 | 0 | 11001 | 10111110 | 100101 | 111101 |
Color Harmonies of #77B4C0
Complementary color
Monochromatic Colors of #77B4C0
Black with #77B4C0
Text Example
Text Example
White with #77B4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B4C0; }
p { color: rgb(119,180,192); }
H1.HeaderClassName
{
color: #77B4C0;
}
.AnyTagClassName
{
color: #77B4C0;
}
</style>
background-color css
<style>
a { background-color: #77B4C0; }
a { background-color: rgb(119,180,192); }
div.DivClassName
{
background-color: #77B4C0;
}
.BgClassName
{
background-color: #77B4C0;
}
</style>
border-color css
<style>
span { border-color: #77B4C0; }
span { border-color: rgb(119,180,192); }
td.TdClassName
{
border-color: #77B4C0;
}
.TagClassName
{
border-color: #77B4C0;
}
</style>