Shades of Bali Hai #77A0BA
Tints of Bali Hai #77A0BA
RGB
CMYK
RGB Variations
Color information
#77A0BA (or 0x77A0BA) is known color: Bali Hai. HEX triplet: 77, A0 and BA. RGB value is (119,160,186). Sum of RGB (Red+Green+Blue) = 119+160+186=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #77A0BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A0BA is #885F45. Grayscale: #969696. Windows color (decimal): -8937286 or 12230775. OLE color: 12230775.
HSL color Cylindrical-coordinate representation of color #77A0BA: hue angle of 203.28º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77A0BA is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 160 | 186 | - |
| CMYK | 0.36 | 0.14 | 0 | 0.27 |
| HSL | 203.28º | 0.33% | 0.6% | - |
| HSV(B) | 203.28º | 0.36% | 0.73% | - |
| XYZ | 29.04 | 32.61 | 51.22 | - |
| YUV | 150.71 | 147.92 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 160 | 186 | 0.36 | 0.14 | 0 | 0.27 | 203.28 | 0.33 | 0.6 |
| Hex | 77 | A0 | BA | 24 | E | 0 | 1B | CB | 21 | 3C |
| Octal | 167 | 240 | 272 | 44 | 16 | 0 | 33 | 313 | 41 | 74 |
| Binary | 1110111 | 10100000 | 10111010 | 100100 | 1110 | 0 | 11011 | 11001011 | 100001 | 111100 |
Color Harmonies of #77A0BA
Complementary color
Monochromatic Colors of #77A0BA
Black with #77A0BA
Text Example
Text Example
White with #77A0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A0BA; }
p { color: rgb(119,160,186); }
H1.HeaderClassName
{
color: #77A0BA;
}
.AnyTagClassName
{
color: #77A0BA;
}
</style>
background-color css
<style>
a { background-color: #77A0BA; }
a { background-color: rgb(119,160,186); }
div.DivClassName
{
background-color: #77A0BA;
}
.BgClassName
{
background-color: #77A0BA;
}
</style>
border-color css
<style>
span { border-color: #77A0BA; }
span { border-color: rgb(119,160,186); }
td.TdClassName
{
border-color: #77A0BA;
}
.TagClassName
{
border-color: #77A0BA;
}
</style>