Shades of Bali Hai #779BAA
Tints of Bali Hai #779BAA
RGB
CMYK
RGB Variations
Color information
#779BAA (or 0x779BAA) is known color: Bali Hai. HEX triplet: 77, 9B and AA. RGB value is (119,155,170). Sum of RGB (Red+Green+Blue) = 119+155+170=444 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.80% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: blue. Hex color #779BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779BAA is #886455. Grayscale: #919191. Windows color (decimal): -8938582 or 11180919. OLE color: 11180919.
HSL color Cylindrical-coordinate representation of color #779BAA: hue angle of 197.65º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #779BAA is Cyan = 0.3, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 155 | 170 | - |
| CMYK | 0.3 | 0.09 | 0 | 0.33 |
| HSL | 197.65º | 0.23% | 0.57% | - |
| HSV(B) | 197.65º | 0.3% | 0.67% | - |
| XYZ | 26.58 | 30.27 | 42.47 | - |
| YUV | 145.95 | 141.57 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 170 | 0.3 | 0.09 | 0 | 0.33 | 197.65 | 0.23 | 0.57 |
| Hex | 77 | 9B | AA | 1E | 9 | 0 | 21 | C6 | 17 | 39 |
| Octal | 167 | 233 | 252 | 36 | 11 | 0 | 41 | 306 | 27 | 71 |
| Binary | 1110111 | 10011011 | 10101010 | 11110 | 1001 | 0 | 100001 | 11000110 | 10111 | 111001 |
Color Harmonies of #779BAA
Complementary color
Monochromatic Colors of #779BAA
Black with #779BAA
Text Example
Text Example
White with #779BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779BAA; }
p { color: rgb(119,155,170); }
H1.HeaderClassName
{
color: #779BAA;
}
.AnyTagClassName
{
color: #779BAA;
}
</style>
background-color css
<style>
a { background-color: #779BAA; }
a { background-color: rgb(119,155,170); }
div.DivClassName
{
background-color: #779BAA;
}
.BgClassName
{
background-color: #779BAA;
}
</style>
border-color css
<style>
span { border-color: #779BAA; }
span { border-color: rgb(119,155,170); }
td.TdClassName
{
border-color: #779BAA;
}
.TagClassName
{
border-color: #779BAA;
}
</style>