Shades of Glacier #77A6B8
Tints of Glacier #77A6B8
RGB
CMYK
RGB Variations
Color information
#77A6B8 (or 0x77A6B8) is known color: Glacier. HEX triplet: 77, A6 and B8. RGB value is (119,166,184). Sum of RGB (Red+Green+Blue) = 119+166+184=469 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.37% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 184 (72.27% from 255 or 39.23% from 469); Max value from RGB is 184 - color contains mainly: blue. Hex color #77A6B8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A6B8 is #885947. Grayscale: #999999. Windows color (decimal): -8935752 or 12101239. OLE color: 12101239.
HSL color Cylindrical-coordinate representation of color #77A6B8: hue angle of 196.62º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77A6B8 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 166 | 184 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.28 |
| HSL | 196.62º | 0.31% | 0.59% | - |
| HSV(B) | 196.62º | 0.35% | 0.72% | - |
| XYZ | 29.9 | 34.66 | 50.46 | - |
| YUV | 154 | 144.93 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 166 | 184 | 0.35 | 0.10 | 0 | 0.28 | 196.62 | 0.31 | 0.59 |
| Hex | 77 | A6 | B8 | 23 | A | 0 | 1C | C5 | 1F | 3B |
| Octal | 167 | 246 | 270 | 43 | 12 | 0 | 34 | 305 | 37 | 73 |
| Binary | 1110111 | 10100110 | 10111000 | 100011 | 1010 | 0 | 11100 | 11000101 | 11111 | 111011 |
Color Harmonies of #77A6B8
Complementary color
Monochromatic Colors of #77A6B8
Black with #77A6B8
Text Example
Text Example
White with #77A6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A6B8; }
p { color: rgb(119,166,184); }
H1.HeaderClassName
{
color: #77A6B8;
}
.AnyTagClassName
{
color: #77A6B8;
}
</style>
background-color css
<style>
a { background-color: #77A6B8; }
a { background-color: rgb(119,166,184); }
div.DivClassName
{
background-color: #77A6B8;
}
.BgClassName
{
background-color: #77A6B8;
}
</style>
border-color css
<style>
span { border-color: #77A6B8; }
span { border-color: rgb(119,166,184); }
td.TdClassName
{
border-color: #77A6B8;
}
.TagClassName
{
border-color: #77A6B8;
}
</style>