Shades of Glacier #77BAC3
Tints of Glacier #77BAC3
RGB
CMYK
RGB Variations
Color information
#77BAC3 (or 0x77BAC3) is known color: Glacier. HEX triplet: 77, BA and C3. RGB value is (119,186,195). Sum of RGB (Red+Green+Blue) = 119+186+195=500 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.8% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 195 (76.56% from 255 or 39% from 500); Max value from RGB is 195 - color contains mainly: blue. Hex color #77BAC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BAC3 is #88453C. Grayscale: #A6A6A6. Windows color (decimal): -8930621 or 12827255. OLE color: 12827255.
HSL color Cylindrical-coordinate representation of color #77BAC3: hue angle of 187.11º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77BAC3 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 186 | 195 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.24 |
| HSL | 187.11º | 0.39% | 0.62% | - |
| HSV(B) | 187.11º | 0.39% | 0.76% | - |
| XYZ | 35.02 | 42.98 | 58.08 | - |
| YUV | 166.99 | 143.8 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 186 | 195 | 0.39 | 0.05 | 0 | 0.24 | 187.11 | 0.39 | 0.62 |
| Hex | 77 | BA | C3 | 27 | 5 | 0 | 18 | BB | 27 | 3E |
| Octal | 167 | 272 | 303 | 47 | 5 | 0 | 30 | 273 | 47 | 76 |
| Binary | 1110111 | 10111010 | 11000011 | 100111 | 101 | 0 | 11000 | 10111011 | 100111 | 111110 |
Color Harmonies of #77BAC3
Complementary color
Monochromatic Colors of #77BAC3
Black with #77BAC3
Text Example
Text Example
White with #77BAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BAC3; }
p { color: rgb(119,186,195); }
H1.HeaderClassName
{
color: #77BAC3;
}
.AnyTagClassName
{
color: #77BAC3;
}
</style>
background-color css
<style>
a { background-color: #77BAC3; }
a { background-color: rgb(119,186,195); }
div.DivClassName
{
background-color: #77BAC3;
}
.BgClassName
{
background-color: #77BAC3;
}
</style>
border-color css
<style>
span { border-color: #77BAC3; }
span { border-color: rgb(119,186,195); }
td.TdClassName
{
border-color: #77BAC3;
}
.TagClassName
{
border-color: #77BAC3;
}
</style>