Shades of Bali Hai #779DAA
Tints of Bali Hai #779DAA
RGB
CMYK
RGB Variations
Color information
#779DAA (or 0x779DAA) is known color: Bali Hai. HEX triplet: 77, 9D and AA. RGB value is (119,157,170). Sum of RGB (Red+Green+Blue) = 119+157+170=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 170 - color contains mainly: blue. Hex color #779DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779DAA is #886255. Grayscale: #939393. Windows color (decimal): -8938070 or 11181431. OLE color: 11181431.
HSL color Cylindrical-coordinate representation of color #779DAA: hue angle of 195.29º 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 #779DAA is Cyan = 0.3, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 157 | 170 | - |
| CMYK | 0.3 | 0.08 | 0 | 0.33 |
| HSL | 195.29º | 0.23% | 0.57% | - |
| HSV(B) | 195.29º | 0.3% | 0.67% | - |
| XYZ | 26.92 | 30.94 | 42.58 | - |
| YUV | 147.12 | 140.91 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 170 | 0.3 | 0.08 | 0 | 0.33 | 195.29 | 0.23 | 0.57 |
| Hex | 77 | 9D | AA | 1E | 8 | 0 | 21 | C3 | 17 | 39 |
| Octal | 167 | 235 | 252 | 36 | 10 | 0 | 41 | 303 | 27 | 71 |
| Binary | 1110111 | 10011101 | 10101010 | 11110 | 1000 | 0 | 100001 | 11000011 | 10111 | 111001 |
Color Harmonies of #779DAA
Complementary color
Monochromatic Colors of #779DAA
Black with #779DAA
Text Example
Text Example
White with #779DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779DAA; }
p { color: rgb(119,157,170); }
H1.HeaderClassName
{
color: #779DAA;
}
.AnyTagClassName
{
color: #779DAA;
}
</style>
background-color css
<style>
a { background-color: #779DAA; }
a { background-color: rgb(119,157,170); }
div.DivClassName
{
background-color: #779DAA;
}
.BgClassName
{
background-color: #779DAA;
}
</style>
border-color css
<style>
span { border-color: #779DAA; }
span { border-color: rgb(119,157,170); }
td.TdClassName
{
border-color: #779DAA;
}
.TagClassName
{
border-color: #779DAA;
}
</style>