Shades of Glacier #78A6B7
Tints of Glacier #78A6B7
RGB
CMYK
RGB Variations
Color information
#78A6B7 (or 0x78A6B7) is known color: Glacier. HEX triplet: 78, A6 and B7. RGB value is (120,166,183). Sum of RGB (Red+Green+Blue) = 120+166+183=469 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.59% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 183 (71.88% from 255 or 39.02% from 469); Max value from RGB is 183 - color contains mainly: blue. Hex color #78A6B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A6B7 is #875948. Grayscale: #9A9A9A. Windows color (decimal): -8870217 or 12035704. OLE color: 12035704.
HSL color Cylindrical-coordinate representation of color #78A6B7: hue angle of 196.19º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #78A6B7 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 166 | 183 | - |
| CMYK | 0.34 | 0.09 | 0 | 0.28 |
| HSL | 196.19º | 0.3% | 0.59% | - |
| HSV(B) | 196.19º | 0.34% | 0.72% | - |
| XYZ | 29.93 | 34.68 | 49.92 | - |
| YUV | 154.18 | 144.26 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 166 | 183 | 0.34 | 0.09 | 0 | 0.28 | 196.19 | 0.3 | 0.59 |
| Hex | 78 | A6 | B7 | 22 | 9 | 0 | 1C | C4 | 1E | 3B |
| Octal | 170 | 246 | 267 | 42 | 11 | 0 | 34 | 304 | 36 | 73 |
| Binary | 1111000 | 10100110 | 10110111 | 100010 | 1001 | 0 | 11100 | 11000100 | 11110 | 111011 |
Color Harmonies of #78A6B7
Complementary color
Monochromatic Colors of #78A6B7
Black with #78A6B7
Text Example
Text Example
White with #78A6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A6B7; }
p { color: rgb(120,166,183); }
H1.HeaderClassName
{
color: #78A6B7;
}
.AnyTagClassName
{
color: #78A6B7;
}
</style>
background-color css
<style>
a { background-color: #78A6B7; }
a { background-color: rgb(120,166,183); }
div.DivClassName
{
background-color: #78A6B7;
}
.BgClassName
{
background-color: #78A6B7;
}
</style>
border-color css
<style>
span { border-color: #78A6B7; }
span { border-color: rgb(120,166,183); }
td.TdClassName
{
border-color: #78A6B7;
}
.TagClassName
{
border-color: #78A6B7;
}
</style>