Shades of Glacier #77A9B7
Tints of Glacier #77A9B7
RGB
CMYK
RGB Variations
Color information
#77A9B7 (or 0x77A9B7) is known color: Glacier. HEX triplet: 77, A9 and B7. RGB value is (119,169,183). Sum of RGB (Red+Green+Blue) = 119+169+183=471 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.27% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 183 - color contains mainly: blue. Hex color #77A9B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A9B7 is #885648. Grayscale: #9B9B9B. Windows color (decimal): -8934985 or 12036471. OLE color: 12036471.
HSL color Cylindrical-coordinate representation of color #77A9B7: hue angle of 193.12º 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 #77A9B7 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 169 | 183 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.28 |
| HSL | 193.13º | 0.31% | 0.59% | - |
| HSV(B) | 193.13º | 0.35% | 0.72% | - |
| XYZ | 30.34 | 35.72 | 50.09 | - |
| YUV | 155.65 | 143.44 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 169 | 183 | 0.35 | 0.08 | 0 | 0.28 | 193.13 | 0.31 | 0.59 |
| Hex | 77 | A9 | B7 | 23 | 8 | 0 | 1C | C1 | 1F | 3B |
| Octal | 167 | 251 | 267 | 43 | 10 | 0 | 34 | 301 | 37 | 73 |
| Binary | 1110111 | 10101001 | 10110111 | 100011 | 1000 | 0 | 11100 | 11000001 | 11111 | 111011 |
Color Harmonies of #77A9B7
Complementary color
Monochromatic Colors of #77A9B7
Black with #77A9B7
Text Example
Text Example
White with #77A9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A9B7; }
p { color: rgb(119,169,183); }
H1.HeaderClassName
{
color: #77A9B7;
}
.AnyTagClassName
{
color: #77A9B7;
}
</style>
background-color css
<style>
a { background-color: #77A9B7; }
a { background-color: rgb(119,169,183); }
div.DivClassName
{
background-color: #77A9B7;
}
.BgClassName
{
background-color: #77A9B7;
}
</style>
border-color css
<style>
span { border-color: #77A9B7; }
span { border-color: rgb(119,169,183); }
td.TdClassName
{
border-color: #77A9B7;
}
.TagClassName
{
border-color: #77A9B7;
}
</style>