Shades of Glacier #76A2BA
Tints of Glacier #76A2BA
RGB
CMYK
RGB Variations
Color information
#76A2BA (or 0x76A2BA) is known color: Glacier. HEX triplet: 76, A2 and BA. RGB value is (118,162,186). Sum of RGB (Red+Green+Blue) = 118+162+186=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #76A2BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A2BA is #895D45. Grayscale: #979797. Windows color (decimal): -9002310 or 12231286. OLE color: 12231286.
HSL color Cylindrical-coordinate representation of color #76A2BA: hue angle of 201.18º degrees, saturation: 0.33, 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 #76A2BA is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 162 | 186 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.27 |
| HSL | 201.18º | 0.33% | 0.6% | - |
| HSV(B) | 201.18º | 0.37% | 0.73% | - |
| XYZ | 29.25 | 33.24 | 51.33 | - |
| YUV | 151.58 | 147.42 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 162 | 186 | 0.37 | 0.13 | 0 | 0.27 | 201.18 | 0.33 | 0.6 |
| Hex | 76 | A2 | BA | 25 | D | 0 | 1B | C9 | 21 | 3C |
| Octal | 166 | 242 | 272 | 45 | 15 | 0 | 33 | 311 | 41 | 74 |
| Binary | 1110110 | 10100010 | 10111010 | 100101 | 1101 | 0 | 11011 | 11001001 | 100001 | 111100 |
Color Harmonies of #76A2BA
Complementary color
Monochromatic Colors of #76A2BA
Black with #76A2BA
Text Example
Text Example
White with #76A2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A2BA; }
p { color: rgb(118,162,186); }
H1.HeaderClassName
{
color: #76A2BA;
}
.AnyTagClassName
{
color: #76A2BA;
}
</style>
background-color css
<style>
a { background-color: #76A2BA; }
a { background-color: rgb(118,162,186); }
div.DivClassName
{
background-color: #76A2BA;
}
.BgClassName
{
background-color: #76A2BA;
}
</style>
border-color css
<style>
span { border-color: #76A2BA; }
span { border-color: rgb(118,162,186); }
td.TdClassName
{
border-color: #76A2BA;
}
.TagClassName
{
border-color: #76A2BA;
}
</style>