Shades of Bali Hai #779BA5
Tints of Bali Hai #779BA5
RGB
CMYK
RGB Variations
Color information
#779BA5 (or 0x779BA5) is known color: Bali Hai. HEX triplet: 77, 9B and A5. RGB value is (119,155,165). Sum of RGB (Red+Green+Blue) = 119+155+165=439 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.11% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 165 (64.84% from 255 or 37.59% from 439); Max value from RGB is 165 - color contains mainly: blue. Hex color #779BA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779BA5 is #88645A. Grayscale: #919191. Windows color (decimal): -8938587 or 10853239. OLE color: 10853239.
HSL color Cylindrical-coordinate representation of color #779BA5: hue angle of 193.04º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #779BA5 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 119 | 155 | 165 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.35 |
| HSL | 193.04º | 0.2% | 0.56% | - |
| HSV(B) | 193.04º | 0.28% | 0.65% | - |
| XYZ | 26.12 | 30.08 | 40.03 | - |
| YUV | 145.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 165 | 0.28 | 0.06 | 0 | 0.35 | 193.04 | 0.2 | 0.56 |
| Hex | 77 | 9B | A5 | 1C | 6 | 0 | 23 | C1 | 14 | 38 |
| Octal | 167 | 233 | 245 | 34 | 6 | 0 | 43 | 301 | 24 | 70 |
| Binary | 1110111 | 10011011 | 10100101 | 11100 | 110 | 0 | 100011 | 11000001 | 10100 | 111000 |
Color Harmonies of #779BA5
Complementary color
Monochromatic Colors of #779BA5
Black with #779BA5
Text Example
Text Example
White with #779BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779BA5; }
p { color: rgb(119,155,165); }
H1.HeaderClassName
{
color: #779BA5;
}
.AnyTagClassName
{
color: #779BA5;
}
</style>
background-color css
<style>
a { background-color: #779BA5; }
a { background-color: rgb(119,155,165); }
div.DivClassName
{
background-color: #779BA5;
}
.BgClassName
{
background-color: #779BA5;
}
</style>
border-color css
<style>
span { border-color: #779BA5; }
span { border-color: rgb(119,155,165); }
td.TdClassName
{
border-color: #779BA5;
}
.TagClassName
{
border-color: #779BA5;
}
</style>