Shades of Glacier #77ADB5
Tints of Glacier #77ADB5
RGB
CMYK
RGB Variations
Color information
#77ADB5 (or 0x77ADB5) is known color: Glacier. HEX triplet: 77, AD and B5. RGB value is (119,173,181). Sum of RGB (Red+Green+Blue) = 119+173+181=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 181 - color contains mainly: blue. Hex color #77ADB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ADB5 is #88524A. Grayscale: #9D9D9D. Windows color (decimal): -8933963 or 11906423. OLE color: 11906423.
HSL color Cylindrical-coordinate representation of color #77ADB5: hue angle of 187.74º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77ADB5 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 173 | 181 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.29 |
| HSL | 187.74º | 0.3% | 0.59% | - |
| HSV(B) | 187.74º | 0.34% | 0.71% | - |
| XYZ | 30.89 | 37.15 | 49.26 | - |
| YUV | 157.77 | 141.11 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 173 | 181 | 0.34 | 0.04 | 0 | 0.29 | 187.74 | 0.3 | 0.59 |
| Hex | 77 | AD | B5 | 22 | 4 | 0 | 1D | BC | 1E | 3B |
| Octal | 167 | 255 | 265 | 42 | 4 | 0 | 35 | 274 | 36 | 73 |
| Binary | 1110111 | 10101101 | 10110101 | 100010 | 100 | 0 | 11101 | 10111100 | 11110 | 111011 |
Color Harmonies of #77ADB5
Complementary color
Monochromatic Colors of #77ADB5
Black with #77ADB5
Text Example
Text Example
White with #77ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ADB5; }
p { color: rgb(119,173,181); }
H1.HeaderClassName
{
color: #77ADB5;
}
.AnyTagClassName
{
color: #77ADB5;
}
</style>
background-color css
<style>
a { background-color: #77ADB5; }
a { background-color: rgb(119,173,181); }
div.DivClassName
{
background-color: #77ADB5;
}
.BgClassName
{
background-color: #77ADB5;
}
</style>
border-color css
<style>
span { border-color: #77ADB5; }
span { border-color: rgb(119,173,181); }
td.TdClassName
{
border-color: #77ADB5;
}
.TagClassName
{
border-color: #77ADB5;
}
</style>