Shades of Glacier #77AEBB
Tints of Glacier #77AEBB
RGB
CMYK
RGB Variations
Color information
#77AEBB (or 0x77AEBB) is known color: Glacier. HEX triplet: 77, AE and BB. RGB value is (119,174,187). Sum of RGB (Red+Green+Blue) = 119+174+187=480 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.79% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 187 - color contains mainly: blue. Hex color #77AEBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AEBB is #885144. Grayscale: #9E9E9E. Windows color (decimal): -8933701 or 12299895. OLE color: 12299895.
HSL color Cylindrical-coordinate representation of color #77AEBB: hue angle of 191.47º 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 #77AEBB is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 174 | 187 | - |
| CMYK | 0.36 | 0.07 | 0 | 0.27 |
| HSL | 191.47º | 0.33% | 0.6% | - |
| HSV(B) | 191.47º | 0.36% | 0.73% | - |
| XYZ | 31.71 | 37.78 | 52.63 | - |
| YUV | 159.04 | 143.78 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 174 | 187 | 0.36 | 0.07 | 0 | 0.27 | 191.47 | 0.33 | 0.6 |
| Hex | 77 | AE | BB | 24 | 7 | 0 | 1B | BF | 21 | 3C |
| Octal | 167 | 256 | 273 | 44 | 7 | 0 | 33 | 277 | 41 | 74 |
| Binary | 1110111 | 10101110 | 10111011 | 100100 | 111 | 0 | 11011 | 10111111 | 100001 | 111100 |
Color Harmonies of #77AEBB
Complementary color
Monochromatic Colors of #77AEBB
Black with #77AEBB
Text Example
Text Example
White with #77AEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AEBB; }
p { color: rgb(119,174,187); }
H1.HeaderClassName
{
color: #77AEBB;
}
.AnyTagClassName
{
color: #77AEBB;
}
</style>
background-color css
<style>
a { background-color: #77AEBB; }
a { background-color: rgb(119,174,187); }
div.DivClassName
{
background-color: #77AEBB;
}
.BgClassName
{
background-color: #77AEBB;
}
</style>
border-color css
<style>
span { border-color: #77AEBB; }
span { border-color: rgb(119,174,187); }
td.TdClassName
{
border-color: #77AEBB;
}
.TagClassName
{
border-color: #77AEBB;
}
</style>