Shades of Glacier #78A4B6
Tints of Glacier #78A4B6
RGB
CMYK
RGB Variations
Color information
#78A4B6 (or 0x78A4B6) is known color: Glacier. HEX triplet: 78, A4 and B6. RGB value is (120,164,182). Sum of RGB (Red+Green+Blue) = 120+164+182=466 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.75% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 182 (71.48% from 255 or 39.06% from 466); Max value from RGB is 182 - color contains mainly: blue. Hex color #78A4B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A4B6 is #875B49. Grayscale: #989898. Windows color (decimal): -8870730 or 11969656. OLE color: 11969656.
HSL color Cylindrical-coordinate representation of color #78A4B6: hue angle of 197.42º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #78A4B6 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 164 | 182 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.29 |
| HSL | 197.42º | 0.3% | 0.59% | - |
| HSV(B) | 197.42º | 0.34% | 0.71% | - |
| XYZ | 29.46 | 33.92 | 49.25 | - |
| YUV | 152.9 | 144.42 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 164 | 182 | 0.34 | 0.10 | 0 | 0.29 | 197.42 | 0.3 | 0.59 |
| Hex | 78 | A4 | B6 | 22 | A | 0 | 1D | C5 | 1E | 3B |
| Octal | 170 | 244 | 266 | 42 | 12 | 0 | 35 | 305 | 36 | 73 |
| Binary | 1111000 | 10100100 | 10110110 | 100010 | 1010 | 0 | 11101 | 11000101 | 11110 | 111011 |
Color Harmonies of #78A4B6
Complementary color
Monochromatic Colors of #78A4B6
Black with #78A4B6
Text Example
Text Example
White with #78A4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A4B6; }
p { color: rgb(120,164,182); }
H1.HeaderClassName
{
color: #78A4B6;
}
.AnyTagClassName
{
color: #78A4B6;
}
</style>
background-color css
<style>
a { background-color: #78A4B6; }
a { background-color: rgb(120,164,182); }
div.DivClassName
{
background-color: #78A4B6;
}
.BgClassName
{
background-color: #78A4B6;
}
</style>
border-color css
<style>
span { border-color: #78A4B6; }
span { border-color: rgb(120,164,182); }
td.TdClassName
{
border-color: #78A4B6;
}
.TagClassName
{
border-color: #78A4B6;
}
</style>