Shades of Glacier #76A5B7
Tints of Glacier #76A5B7
RGB
CMYK
RGB Variations
Color information
#76A5B7 (or 0x76A5B7) is known color: Glacier. HEX triplet: 76, A5 and B7. RGB value is (118,165,183). Sum of RGB (Red+Green+Blue) = 118+165+183=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 183 (71.88% from 255 or 39.27% from 466); Max value from RGB is 183 - color contains mainly: blue. Hex color #76A5B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A5B7 is #895A48. Grayscale: #989898. Windows color (decimal): -9001545 or 12035446. OLE color: 12035446.
HSL color Cylindrical-coordinate representation of color #76A5B7: hue angle of 196.62º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76A5B7 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 118 | 165 | 183 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.28 |
| HSL | 196.62º | 0.31% | 0.59% | - |
| HSV(B) | 196.62º | 0.36% | 0.72% | - |
| XYZ | 29.47 | 34.18 | 49.84 | - |
| YUV | 153 | 144.93 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 165 | 183 | 0.36 | 0.10 | 0 | 0.28 | 196.62 | 0.31 | 0.59 |
| Hex | 76 | A5 | B7 | 24 | A | 0 | 1C | C5 | 1F | 3B |
| Octal | 166 | 245 | 267 | 44 | 12 | 0 | 34 | 305 | 37 | 73 |
| Binary | 1110110 | 10100101 | 10110111 | 100100 | 1010 | 0 | 11100 | 11000101 | 11111 | 111011 |
Color Harmonies of #76A5B7
Complementary color
Monochromatic Colors of #76A5B7
Black with #76A5B7
Text Example
Text Example
White with #76A5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A5B7; }
p { color: rgb(118,165,183); }
H1.HeaderClassName
{
color: #76A5B7;
}
.AnyTagClassName
{
color: #76A5B7;
}
</style>
background-color css
<style>
a { background-color: #76A5B7; }
a { background-color: rgb(118,165,183); }
div.DivClassName
{
background-color: #76A5B7;
}
.BgClassName
{
background-color: #76A5B7;
}
</style>
border-color css
<style>
span { border-color: #76A5B7; }
span { border-color: rgb(118,165,183); }
td.TdClassName
{
border-color: #76A5B7;
}
.TagClassName
{
border-color: #76A5B7;
}
</style>