Shades of Glacier #77BCC0
Tints of Glacier #77BCC0
RGB
CMYK
RGB Variations
Color information
#77BCC0 (or 0x77BCC0) is known color: Glacier. HEX triplet: 77, BC and C0. RGB value is (119,188,192). Sum of RGB (Red+Green+Blue) = 119+188+192=499 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.85% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 192 - color contains mainly: blue. Hex color #77BCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BCC0 is #88433F. Grayscale: #A7A7A7. Windows color (decimal): -8930112 or 12631159. OLE color: 12631159.
HSL color Cylindrical-coordinate representation of color #77BCC0: hue angle of 183.29º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77BCC0 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 188 | 192 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.25 |
| HSL | 183.29º | 0.37% | 0.61% | - |
| HSV(B) | 183.29º | 0.38% | 0.75% | - |
| XYZ | 35.11 | 43.69 | 56.45 | - |
| YUV | 167.83 | 141.64 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 188 | 192 | 0.38 | 0.02 | 0 | 0.25 | 183.29 | 0.37 | 0.61 |
| Hex | 77 | BC | C0 | 26 | 2 | 0 | 19 | B7 | 25 | 3D |
| Octal | 167 | 274 | 300 | 46 | 2 | 0 | 31 | 267 | 45 | 75 |
| Binary | 1110111 | 10111100 | 11000000 | 100110 | 10 | 0 | 11001 | 10110111 | 100101 | 111101 |
Color Harmonies of #77BCC0
Complementary color
Monochromatic Colors of #77BCC0
Black with #77BCC0
Text Example
Text Example
White with #77BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BCC0; }
p { color: rgb(119,188,192); }
H1.HeaderClassName
{
color: #77BCC0;
}
.AnyTagClassName
{
color: #77BCC0;
}
</style>
background-color css
<style>
a { background-color: #77BCC0; }
a { background-color: rgb(119,188,192); }
div.DivClassName
{
background-color: #77BCC0;
}
.BgClassName
{
background-color: #77BCC0;
}
</style>
border-color css
<style>
span { border-color: #77BCC0; }
span { border-color: rgb(119,188,192); }
td.TdClassName
{
border-color: #77BCC0;
}
.TagClassName
{
border-color: #77BCC0;
}
</style>