Shades of Glacier #77B4BA
Tints of Glacier #77B4BA
RGB
CMYK
RGB Variations
Color information
#77B4BA (or 0x77B4BA) is known color: Glacier. HEX triplet: 77, B4 and BA. RGB value is (119,180,186). Sum of RGB (Red+Green+Blue) = 119+180+186=485 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.54% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #77B4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B4BA is #884B45. Grayscale: #A2A2A2. Windows color (decimal): -8932166 or 12235895. OLE color: 12235895.
HSL color Cylindrical-coordinate representation of color #77B4BA: hue angle of 185.37º 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 #77B4BA is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 180 | 186 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.27 |
| HSL | 185.37º | 0.33% | 0.6% | - |
| HSV(B) | 185.37º | 0.36% | 0.73% | - |
| XYZ | 32.79 | 40.11 | 52.47 | - |
| YUV | 162.45 | 141.29 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 180 | 186 | 0.36 | 0.03 | 0 | 0.27 | 185.37 | 0.33 | 0.6 |
| Hex | 77 | B4 | BA | 24 | 3 | 0 | 1B | B9 | 21 | 3C |
| Octal | 167 | 264 | 272 | 44 | 3 | 0 | 33 | 271 | 41 | 74 |
| Binary | 1110111 | 10110100 | 10111010 | 100100 | 11 | 0 | 11011 | 10111001 | 100001 | 111100 |
Color Harmonies of #77B4BA
Complementary color
Monochromatic Colors of #77B4BA
Black with #77B4BA
Text Example
Text Example
White with #77B4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B4BA; }
p { color: rgb(119,180,186); }
H1.HeaderClassName
{
color: #77B4BA;
}
.AnyTagClassName
{
color: #77B4BA;
}
</style>
background-color css
<style>
a { background-color: #77B4BA; }
a { background-color: rgb(119,180,186); }
div.DivClassName
{
background-color: #77B4BA;
}
.BgClassName
{
background-color: #77B4BA;
}
</style>
border-color css
<style>
span { border-color: #77B4BA; }
span { border-color: rgb(119,180,186); }
td.TdClassName
{
border-color: #77B4BA;
}
.TagClassName
{
border-color: #77B4BA;
}
</style>