Shades of Bali Hai #779DAF
Tints of Bali Hai #779DAF
RGB
CMYK
RGB Variations
Color information
#779DAF (or 0x779DAF) is known color: Bali Hai. HEX triplet: 77, 9D and AF. RGB value is (119,157,175). Sum of RGB (Red+Green+Blue) = 119+157+175=451 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.39% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 175 - color contains mainly: blue. Hex color #779DAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779DAF is #886250. Grayscale: #939393. Windows color (decimal): -8938065 or 11509111. OLE color: 11509111.
HSL color Cylindrical-coordinate representation of color #779DAF: hue angle of 199.29º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #779DAF is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 157 | 175 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.31 |
| HSL | 199.29º | 0.26% | 0.58% | - |
| HSV(B) | 199.29º | 0.32% | 0.69% | - |
| XYZ | 27.4 | 31.13 | 45.12 | - |
| YUV | 147.69 | 143.41 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 175 | 0.32 | 0.10 | 0 | 0.31 | 199.29 | 0.26 | 0.58 |
| Hex | 77 | 9D | AF | 20 | A | 0 | 1F | C7 | 1A | 3A |
| Octal | 167 | 235 | 257 | 40 | 12 | 0 | 37 | 307 | 32 | 72 |
| Binary | 1110111 | 10011101 | 10101111 | 100000 | 1010 | 0 | 11111 | 11000111 | 11010 | 111010 |
Color Harmonies of #779DAF
Complementary color
Monochromatic Colors of #779DAF
Black with #779DAF
Text Example
Text Example
White with #779DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779DAF; }
p { color: rgb(119,157,175); }
H1.HeaderClassName
{
color: #779DAF;
}
.AnyTagClassName
{
color: #779DAF;
}
</style>
background-color css
<style>
a { background-color: #779DAF; }
a { background-color: rgb(119,157,175); }
div.DivClassName
{
background-color: #779DAF;
}
.BgClassName
{
background-color: #779DAF;
}
</style>
border-color css
<style>
span { border-color: #779DAF; }
span { border-color: rgb(119,157,175); }
td.TdClassName
{
border-color: #779DAF;
}
.TagClassName
{
border-color: #779DAF;
}
</style>