Shades of Bali Hai #769BA6
Tints of Bali Hai #769BA6
RGB
CMYK
RGB Variations
Color information
#769BA6 (or 0x769BA6) is known color: Bali Hai. HEX triplet: 76, 9B and A6. RGB value is (118,155,166). Sum of RGB (Red+Green+Blue) = 118+155+166=439 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.88% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 166 (65.23% from 255 or 37.81% from 439); Max value from RGB is 166 - color contains mainly: blue. Hex color #769BA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769BA6 is #896459. Grayscale: #919191. Windows color (decimal): -9004122 or 10918774. OLE color: 10918774.
HSL color Cylindrical-coordinate representation of color #769BA6: hue angle of 193.75º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #769BA6 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 155 | 166 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.35 |
| HSL | 193.75º | 0.21% | 0.56% | - |
| HSV(B) | 193.75º | 0.29% | 0.65% | - |
| XYZ | 26.08 | 30.05 | 40.5 | - |
| YUV | 145.19 | 139.74 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 155 | 166 | 0.29 | 0.07 | 0 | 0.35 | 193.75 | 0.21 | 0.56 |
| Hex | 76 | 9B | A6 | 1D | 7 | 0 | 23 | C2 | 15 | 38 |
| Octal | 166 | 233 | 246 | 35 | 7 | 0 | 43 | 302 | 25 | 70 |
| Binary | 1110110 | 10011011 | 10100110 | 11101 | 111 | 0 | 100011 | 11000010 | 10101 | 111000 |
Color Harmonies of #769BA6
Complementary color
Monochromatic Colors of #769BA6
Black with #769BA6
Text Example
Text Example
White with #769BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769BA6; }
p { color: rgb(118,155,166); }
H1.HeaderClassName
{
color: #769BA6;
}
.AnyTagClassName
{
color: #769BA6;
}
</style>
background-color css
<style>
a { background-color: #769BA6; }
a { background-color: rgb(118,155,166); }
div.DivClassName
{
background-color: #769BA6;
}
.BgClassName
{
background-color: #769BA6;
}
</style>
border-color css
<style>
span { border-color: #769BA6; }
span { border-color: rgb(118,155,166); }
td.TdClassName
{
border-color: #769BA6;
}
.TagClassName
{
border-color: #769BA6;
}
</style>