Shades of Glacier #77B1BE
Tints of Glacier #77B1BE
RGB
CMYK
RGB Variations
Color information
#77B1BE (or 0x77B1BE) is known color: Glacier. HEX triplet: 77, B1 and BE. RGB value is (119,177,190). Sum of RGB (Red+Green+Blue) = 119+177+190=486 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.49% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #77B1BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77B1BE is #884E41. Grayscale: #A1A1A1. Windows color (decimal): -8932930 or 12497271. OLE color: 12497271.
HSL color Cylindrical-coordinate representation of color #77B1BE: hue angle of 190.99º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77B1BE is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 177 | 190 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.25 |
| HSL | 190.99º | 0.35% | 0.61% | - |
| HSV(B) | 190.99º | 0.37% | 0.75% | - |
| XYZ | 32.62 | 39.08 | 54.54 | - |
| YUV | 161.14 | 144.28 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 177 | 190 | 0.37 | 0.07 | 0 | 0.25 | 190.99 | 0.35 | 0.61 |
| Hex | 77 | B1 | BE | 25 | 7 | 0 | 19 | BF | 23 | 3D |
| Octal | 167 | 261 | 276 | 45 | 7 | 0 | 31 | 277 | 43 | 75 |
| Binary | 1110111 | 10110001 | 10111110 | 100101 | 111 | 0 | 11001 | 10111111 | 100011 | 111101 |
Color Harmonies of #77B1BE
Complementary color
Monochromatic Colors of #77B1BE
Black with #77B1BE
Text Example
Text Example
White with #77B1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B1BE; }
p { color: rgb(119,177,190); }
H1.HeaderClassName
{
color: #77B1BE;
}
.AnyTagClassName
{
color: #77B1BE;
}
</style>
background-color css
<style>
a { background-color: #77B1BE; }
a { background-color: rgb(119,177,190); }
div.DivClassName
{
background-color: #77B1BE;
}
.BgClassName
{
background-color: #77B1BE;
}
</style>
border-color css
<style>
span { border-color: #77B1BE; }
span { border-color: rgb(119,177,190); }
td.TdClassName
{
border-color: #77B1BE;
}
.TagClassName
{
border-color: #77B1BE;
}
</style>