Shades of Glacier #76A1BB
Tints of Glacier #76A1BB
RGB
CMYK
RGB Variations
Color information
#76A1BB (or 0x76A1BB) is known color: Glacier. HEX triplet: 76, A1 and BB. RGB value is (118,161,187). Sum of RGB (Red+Green+Blue) = 118+161+187=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #76A1BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A1BB is #895E44. Grayscale: #969696. Windows color (decimal): -9002565 or 12296566. OLE color: 12296566.
HSL color Cylindrical-coordinate representation of color #76A1BB: hue angle of 202.61º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76A1BB is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 161 | 187 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.27 |
| HSL | 202.61º | 0.34% | 0.6% | - |
| HSV(B) | 202.61º | 0.37% | 0.73% | - |
| XYZ | 29.19 | 32.93 | 51.83 | - |
| YUV | 151.11 | 148.25 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 161 | 187 | 0.37 | 0.14 | 0 | 0.27 | 202.61 | 0.34 | 0.6 |
| Hex | 76 | A1 | BB | 25 | E | 0 | 1B | CB | 22 | 3C |
| Octal | 166 | 241 | 273 | 45 | 16 | 0 | 33 | 313 | 42 | 74 |
| Binary | 1110110 | 10100001 | 10111011 | 100101 | 1110 | 0 | 11011 | 11001011 | 100010 | 111100 |
Color Harmonies of #76A1BB
Complementary color
Monochromatic Colors of #76A1BB
Black with #76A1BB
Text Example
Text Example
White with #76A1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A1BB; }
p { color: rgb(118,161,187); }
H1.HeaderClassName
{
color: #76A1BB;
}
.AnyTagClassName
{
color: #76A1BB;
}
</style>
background-color css
<style>
a { background-color: #76A1BB; }
a { background-color: rgb(118,161,187); }
div.DivClassName
{
background-color: #76A1BB;
}
.BgClassName
{
background-color: #76A1BB;
}
</style>
border-color css
<style>
span { border-color: #76A1BB; }
span { border-color: rgb(118,161,187); }
td.TdClassName
{
border-color: #76A1BB;
}
.TagClassName
{
border-color: #76A1BB;
}
</style>