Shades of Glacier #77BABB
Tints of Glacier #77BABB
RGB
CMYK
RGB Variations
Color information
#77BABB (or 0x77BABB) is known color: Glacier. HEX triplet: 77, BA and BB. RGB value is (119,186,187). Sum of RGB (Red+Green+Blue) = 119+186+187=492 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.19% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #77BABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BABB is #884544. Grayscale: #A6A6A6. Windows color (decimal): -8930629 or 12302967. OLE color: 12302967.
HSL color Cylindrical-coordinate representation of color #77BABB: hue angle of 180.88º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77BABB is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 186 | 187 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.27 |
| HSL | 180.88º | 0.33% | 0.6% | - |
| HSV(B) | 180.88º | 0.36% | 0.73% | - |
| XYZ | 34.14 | 42.63 | 53.44 | - |
| YUV | 166.08 | 139.8 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 186 | 187 | 0.36 | 0.01 | 0 | 0.27 | 180.88 | 0.33 | 0.6 |
| Hex | 77 | BA | BB | 24 | 1 | 0 | 1B | B5 | 21 | 3C |
| Octal | 167 | 272 | 273 | 44 | 1 | 0 | 33 | 265 | 41 | 74 |
| Binary | 1110111 | 10111010 | 10111011 | 100100 | 1 | 0 | 11011 | 10110101 | 100001 | 111100 |
Color Harmonies of #77BABB
Complementary color
Monochromatic Colors of #77BABB
Black with #77BABB
Text Example
Text Example
White with #77BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BABB; }
p { color: rgb(119,186,187); }
H1.HeaderClassName
{
color: #77BABB;
}
.AnyTagClassName
{
color: #77BABB;
}
</style>
background-color css
<style>
a { background-color: #77BABB; }
a { background-color: rgb(119,186,187); }
div.DivClassName
{
background-color: #77BABB;
}
.BgClassName
{
background-color: #77BABB;
}
</style>
border-color css
<style>
span { border-color: #77BABB; }
span { border-color: rgb(119,186,187); }
td.TdClassName
{
border-color: #77BABB;
}
.TagClassName
{
border-color: #77BABB;
}
</style>