Shades of Glacier #76A3BA
Tints of Glacier #76A3BA
RGB
CMYK
RGB Variations
Color information
#76A3BA (or 0x76A3BA) is known color: Glacier. HEX triplet: 76, A3 and BA. RGB value is (118,163,186). Sum of RGB (Red+Green+Blue) = 118+163+186=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #76A3BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A3BA is #895C45. Grayscale: #989898. Windows color (decimal): -9002054 or 12231542. OLE color: 12231542.
HSL color Cylindrical-coordinate representation of color #76A3BA: hue angle of 200.29º 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 #76A3BA is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 163 | 186 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.27 |
| HSL | 200.29º | 0.33% | 0.6% | - |
| HSV(B) | 200.29º | 0.37% | 0.73% | - |
| XYZ | 29.43 | 33.59 | 51.39 | - |
| YUV | 152.17 | 147.09 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 163 | 186 | 0.37 | 0.12 | 0 | 0.27 | 200.29 | 0.33 | 0.6 |
| Hex | 76 | A3 | BA | 25 | C | 0 | 1B | C8 | 21 | 3C |
| Octal | 166 | 243 | 272 | 45 | 14 | 0 | 33 | 310 | 41 | 74 |
| Binary | 1110110 | 10100011 | 10111010 | 100101 | 1100 | 0 | 11011 | 11001000 | 100001 | 111100 |
Color Harmonies of #76A3BA
Complementary color
Monochromatic Colors of #76A3BA
Black with #76A3BA
Text Example
Text Example
White with #76A3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A3BA; }
p { color: rgb(118,163,186); }
H1.HeaderClassName
{
color: #76A3BA;
}
.AnyTagClassName
{
color: #76A3BA;
}
</style>
background-color css
<style>
a { background-color: #76A3BA; }
a { background-color: rgb(118,163,186); }
div.DivClassName
{
background-color: #76A3BA;
}
.BgClassName
{
background-color: #76A3BA;
}
</style>
border-color css
<style>
span { border-color: #76A3BA; }
span { border-color: rgb(118,163,186); }
td.TdClassName
{
border-color: #76A3BA;
}
.TagClassName
{
border-color: #76A3BA;
}
</style>