Shades of Bali Hai #779AB0
Tints of Bali Hai #779AB0
RGB
CMYK
RGB Variations
Color information
#779AB0 (or 0x779AB0) is known color: Bali Hai. HEX triplet: 77, 9A and B0. RGB value is (119,154,176). Sum of RGB (Red+Green+Blue) = 119+154+176=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 176 - color contains mainly: blue. Hex color #779AB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779AB0 is #88654F. Grayscale: #919191. Windows color (decimal): -8938832 or 11573879. OLE color: 11573879.
HSL color Cylindrical-coordinate representation of color #779AB0: hue angle of 203.16º degrees, saturation: 0.27, 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 #779AB0 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 154 | 176 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.31 |
| HSL | 203.16º | 0.27% | 0.58% | - |
| HSV(B) | 203.16º | 0.32% | 0.69% | - |
| XYZ | 27 | 30.17 | 45.47 | - |
| YUV | 146.04 | 144.9 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 154 | 176 | 0.32 | 0.12 | 0 | 0.31 | 203.16 | 0.27 | 0.58 |
| Hex | 77 | 9A | B0 | 20 | C | 0 | 1F | CB | 1B | 3A |
| Octal | 167 | 232 | 260 | 40 | 14 | 0 | 37 | 313 | 33 | 72 |
| Binary | 1110111 | 10011010 | 10110000 | 100000 | 1100 | 0 | 11111 | 11001011 | 11011 | 111010 |
Color Harmonies of #779AB0
Complementary color
Monochromatic Colors of #779AB0
Black with #779AB0
Text Example
Text Example
White with #779AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779AB0; }
p { color: rgb(119,154,176); }
H1.HeaderClassName
{
color: #779AB0;
}
.AnyTagClassName
{
color: #779AB0;
}
</style>
background-color css
<style>
a { background-color: #779AB0; }
a { background-color: rgb(119,154,176); }
div.DivClassName
{
background-color: #779AB0;
}
.BgClassName
{
background-color: #779AB0;
}
</style>
border-color css
<style>
span { border-color: #779AB0; }
span { border-color: rgb(119,154,176); }
td.TdClassName
{
border-color: #779AB0;
}
.TagClassName
{
border-color: #779AB0;
}
</style>