Shades of Bali Hai #779DAE
Tints of Bali Hai #779DAE
RGB
CMYK
RGB Variations
Color information
#779DAE (or 0x779DAE) is known color: Bali Hai. HEX triplet: 77, 9D and AE. RGB value is (119,157,174). Sum of RGB (Red+Green+Blue) = 119+157+174=450 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.44% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 174 - color contains mainly: blue. Hex color #779DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779DAE is #886251. Grayscale: #939393. Windows color (decimal): -8938066 or 11443575. OLE color: 11443575.
HSL color Cylindrical-coordinate representation of color #779DAE: hue angle of 198.55º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #779DAE is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 157 | 174 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.32 |
| HSL | 198.55º | 0.25% | 0.57% | - |
| HSV(B) | 198.55º | 0.32% | 0.68% | - |
| XYZ | 27.3 | 31.09 | 44.61 | - |
| YUV | 147.58 | 142.91 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 174 | 0.32 | 0.10 | 0 | 0.32 | 198.55 | 0.25 | 0.57 |
| Hex | 77 | 9D | AE | 20 | A | 0 | 20 | C7 | 19 | 39 |
| Octal | 167 | 235 | 256 | 40 | 12 | 0 | 40 | 307 | 31 | 71 |
| Binary | 1110111 | 10011101 | 10101110 | 100000 | 1010 | 0 | 100000 | 11000111 | 11001 | 111001 |
Color Harmonies of #779DAE
Complementary color
Monochromatic Colors of #779DAE
Black with #779DAE
Text Example
Text Example
White with #779DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779DAE; }
p { color: rgb(119,157,174); }
H1.HeaderClassName
{
color: #779DAE;
}
.AnyTagClassName
{
color: #779DAE;
}
</style>
background-color css
<style>
a { background-color: #779DAE; }
a { background-color: rgb(119,157,174); }
div.DivClassName
{
background-color: #779DAE;
}
.BgClassName
{
background-color: #779DAE;
}
</style>
border-color css
<style>
span { border-color: #779DAE; }
span { border-color: rgb(119,157,174); }
td.TdClassName
{
border-color: #779DAE;
}
.TagClassName
{
border-color: #779DAE;
}
</style>