Shades of Glacier #77BEBE
Tints of Glacier #77BEBE
RGB
CMYK
RGB Variations
Color information
#77BEBE (or 0x77BEBE) is known color: Glacier. HEX triplet: 77, BE and BE. RGB value is (119,190,190). Sum of RGB (Red+Green+Blue) = 119+190+190=499 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.85% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #77BEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BEBE is #884141. Grayscale: #A8A8A8. Windows color (decimal): -8929602 or 12500599. OLE color: 12500599.
HSL color Cylindrical-coordinate representation of color #77BEBE: hue angle of 180º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77BEBE is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 190 | 190 | - |
| CMYK | 0.37 | 0 | 0 | 0.25 |
| HSL | 180º | 0.35% | 0.61% | - |
| HSV(B) | 180º | 0.37% | 0.75% | - |
| XYZ | 35.32 | 44.47 | 55.44 | - |
| YUV | 168.77 | 139.98 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 190 | 190 | 0.37 | 0 | 0 | 0.25 | 180 | 0.35 | 0.61 |
| Hex | 77 | BE | BE | 25 | 0 | 0 | 19 | B4 | 23 | 3D |
| Octal | 167 | 276 | 276 | 45 | 0 | 0 | 31 | 264 | 43 | 75 |
| Binary | 1110111 | 10111110 | 10111110 | 100101 | 0 | 0 | 11001 | 10110100 | 100011 | 111101 |
Color Harmonies of #77BEBE
Complementary color
Monochromatic Colors of #77BEBE
Black with #77BEBE
Text Example
Text Example
White with #77BEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BEBE; }
p { color: rgb(119,190,190); }
H1.HeaderClassName
{
color: #77BEBE;
}
.AnyTagClassName
{
color: #77BEBE;
}
</style>
background-color css
<style>
a { background-color: #77BEBE; }
a { background-color: rgb(119,190,190); }
div.DivClassName
{
background-color: #77BEBE;
}
.BgClassName
{
background-color: #77BEBE;
}
</style>
border-color css
<style>
span { border-color: #77BEBE; }
span { border-color: rgb(119,190,190); }
td.TdClassName
{
border-color: #77BEBE;
}
.TagClassName
{
border-color: #77BEBE;
}
</style>