Shades of Bali Hai #769CAA
Tints of Bali Hai #769CAA
RGB
CMYK
RGB Variations
Color information
#769CAA (or 0x769CAA) is known color: Bali Hai. HEX triplet: 76, 9C and AA. RGB value is (118,156,170). Sum of RGB (Red+Green+Blue) = 118+156+170=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: blue. Hex color #769CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769CAA is #896355. Grayscale: #929292. Windows color (decimal): -9003862 or 11181174. OLE color: 11181174.
HSL color Cylindrical-coordinate representation of color #769CAA: hue angle of 196.15º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #769CAA is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 156 | 170 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.33 |
| HSL | 196.15º | 0.23% | 0.56% | - |
| HSV(B) | 196.15º | 0.31% | 0.67% | - |
| XYZ | 26.62 | 30.53 | 42.52 | - |
| YUV | 146.23 | 141.41 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 156 | 170 | 0.31 | 0.08 | 0 | 0.33 | 196.15 | 0.23 | 0.56 |
| Hex | 76 | 9C | AA | 1F | 8 | 0 | 21 | C4 | 17 | 38 |
| Octal | 166 | 234 | 252 | 37 | 10 | 0 | 41 | 304 | 27 | 70 |
| Binary | 1110110 | 10011100 | 10101010 | 11111 | 1000 | 0 | 100001 | 11000100 | 10111 | 111000 |
Color Harmonies of #769CAA
Complementary color
Monochromatic Colors of #769CAA
Black with #769CAA
Text Example
Text Example
White with #769CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769CAA; }
p { color: rgb(118,156,170); }
H1.HeaderClassName
{
color: #769CAA;
}
.AnyTagClassName
{
color: #769CAA;
}
</style>
background-color css
<style>
a { background-color: #769CAA; }
a { background-color: rgb(118,156,170); }
div.DivClassName
{
background-color: #769CAA;
}
.BgClassName
{
background-color: #769CAA;
}
</style>
border-color css
<style>
span { border-color: #769CAA; }
span { border-color: rgb(118,156,170); }
td.TdClassName
{
border-color: #769CAA;
}
.TagClassName
{
border-color: #769CAA;
}
</style>