Shades of Bali Hai #779AAA
Tints of Bali Hai #779AAA
RGB
CMYK
RGB Variations
Color information
#779AAA (or 0x779AAA) is known color: Bali Hai. HEX triplet: 77, 9A and AA. RGB value is (119,154,170). Sum of RGB (Red+Green+Blue) = 119+154+170=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #779AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779AAA is #886555. Grayscale: #919191. Windows color (decimal): -8938838 or 11180663. OLE color: 11180663.
HSL color Cylindrical-coordinate representation of color #779AAA: hue angle of 198.82º 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 #779AAA is Cyan = 0.3, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 154 | 170 | - |
| CMYK | 0.3 | 0.09 | 0 | 0.33 |
| HSL | 198.82º | 0.23% | 0.57% | - |
| HSV(B) | 198.82º | 0.3% | 0.67% | - |
| XYZ | 26.42 | 29.94 | 42.42 | - |
| YUV | 145.36 | 141.9 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 154 | 170 | 0.3 | 0.09 | 0 | 0.33 | 198.82 | 0.23 | 0.57 |
| Hex | 77 | 9A | AA | 1E | 9 | 0 | 21 | C7 | 17 | 39 |
| Octal | 167 | 232 | 252 | 36 | 11 | 0 | 41 | 307 | 27 | 71 |
| Binary | 1110111 | 10011010 | 10101010 | 11110 | 1001 | 0 | 100001 | 11000111 | 10111 | 111001 |
Color Harmonies of #779AAA
Complementary color
Monochromatic Colors of #779AAA
Black with #779AAA
Text Example
Text Example
White with #779AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779AAA; }
p { color: rgb(119,154,170); }
H1.HeaderClassName
{
color: #779AAA;
}
.AnyTagClassName
{
color: #779AAA;
}
</style>
background-color css
<style>
a { background-color: #779AAA; }
a { background-color: rgb(119,154,170); }
div.DivClassName
{
background-color: #779AAA;
}
.BgClassName
{
background-color: #779AAA;
}
</style>
border-color css
<style>
span { border-color: #779AAA; }
span { border-color: rgb(119,154,170); }
td.TdClassName
{
border-color: #779AAA;
}
.TagClassName
{
border-color: #779AAA;
}
</style>