Shades of Glacier #76A7B7
Tints of Glacier #76A7B7
RGB
CMYK
RGB Variations
Color information
#76A7B7 (or 0x76A7B7) is known color: Glacier. HEX triplet: 76, A7 and B7. RGB value is (118,167,183). Sum of RGB (Red+Green+Blue) = 118+167+183=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 183 (71.88% from 255 or 39.10% from 468); Max value from RGB is 183 - color contains mainly: blue. Hex color #76A7B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A7B7 is #895848. Grayscale: #9A9A9A. Windows color (decimal): -9001033 or 12035958. OLE color: 12035958.
HSL color Cylindrical-coordinate representation of color #76A7B7: hue angle of 194.77º 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 #76A7B7 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 118 | 167 | 183 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.28 |
| HSL | 194.77º | 0.31% | 0.59% | - |
| HSV(B) | 194.77º | 0.36% | 0.72% | - |
| XYZ | 29.84 | 34.91 | 49.97 | - |
| YUV | 154.17 | 144.27 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 167 | 183 | 0.36 | 0.09 | 0 | 0.28 | 194.77 | 0.31 | 0.59 |
| Hex | 76 | A7 | B7 | 24 | 9 | 0 | 1C | C3 | 1F | 3B |
| Octal | 166 | 247 | 267 | 44 | 11 | 0 | 34 | 303 | 37 | 73 |
| Binary | 1110110 | 10100111 | 10110111 | 100100 | 1001 | 0 | 11100 | 11000011 | 11111 | 111011 |
Color Harmonies of #76A7B7
Complementary color
Monochromatic Colors of #76A7B7
Black with #76A7B7
Text Example
Text Example
White with #76A7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A7B7; }
p { color: rgb(118,167,183); }
H1.HeaderClassName
{
color: #76A7B7;
}
.AnyTagClassName
{
color: #76A7B7;
}
</style>
background-color css
<style>
a { background-color: #76A7B7; }
a { background-color: rgb(118,167,183); }
div.DivClassName
{
background-color: #76A7B7;
}
.BgClassName
{
background-color: #76A7B7;
}
</style>
border-color css
<style>
span { border-color: #76A7B7; }
span { border-color: rgb(118,167,183); }
td.TdClassName
{
border-color: #76A7B7;
}
.TagClassName
{
border-color: #76A7B7;
}
</style>