Shades of Bali Hai #769BAB
Tints of Bali Hai #769BAB
RGB
CMYK
RGB Variations
Color information
#769BAB (or 0x769BAB) is known color: Bali Hai. HEX triplet: 76, 9B and AB. RGB value is (118,155,171). Sum of RGB (Red+Green+Blue) = 118+155+171=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #769BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769BAB is #896454. Grayscale: #919191. Windows color (decimal): -9004117 or 11246454. OLE color: 11246454.
HSL color Cylindrical-coordinate representation of color #769BAB: hue angle of 198.11º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #769BAB is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 155 | 171 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.33 |
| HSL | 198.11º | 0.24% | 0.57% | - |
| HSV(B) | 198.11º | 0.31% | 0.67% | - |
| XYZ | 26.54 | 30.23 | 42.96 | - |
| YUV | 145.76 | 142.24 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 155 | 171 | 0.31 | 0.09 | 0 | 0.33 | 198.11 | 0.24 | 0.57 |
| Hex | 76 | 9B | AB | 1F | 9 | 0 | 21 | C6 | 18 | 39 |
| Octal | 166 | 233 | 253 | 37 | 11 | 0 | 41 | 306 | 30 | 71 |
| Binary | 1110110 | 10011011 | 10101011 | 11111 | 1001 | 0 | 100001 | 11000110 | 11000 | 111001 |
Color Harmonies of #769BAB
Complementary color
Monochromatic Colors of #769BAB
Black with #769BAB
Text Example
Text Example
White with #769BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769BAB; }
p { color: rgb(118,155,171); }
H1.HeaderClassName
{
color: #769BAB;
}
.AnyTagClassName
{
color: #769BAB;
}
</style>
background-color css
<style>
a { background-color: #769BAB; }
a { background-color: rgb(118,155,171); }
div.DivClassName
{
background-color: #769BAB;
}
.BgClassName
{
background-color: #769BAB;
}
</style>
border-color css
<style>
span { border-color: #769BAB; }
span { border-color: rgb(118,155,171); }
td.TdClassName
{
border-color: #769BAB;
}
.TagClassName
{
border-color: #769BAB;
}
</style>