Shades of Bali Hai #769CAC
Tints of Bali Hai #769CAC
RGB
CMYK
RGB Variations
Color information
#769CAC (or 0x769CAC) is known color: Bali Hai. HEX triplet: 76, 9C and AC. RGB value is (118,156,172). Sum of RGB (Red+Green+Blue) = 118+156+172=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #769CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769CAC is #896353. Grayscale: #929292. Windows color (decimal): -9003860 or 11312246. OLE color: 11312246.
HSL color Cylindrical-coordinate representation of color #769CAC: hue angle of 197.78º degrees, saturation: 0.25, 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 #769CAC is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 156 | 172 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.33 |
| HSL | 197.78º | 0.25% | 0.57% | - |
| HSV(B) | 197.78º | 0.31% | 0.67% | - |
| XYZ | 26.81 | 30.61 | 43.52 | - |
| YUV | 146.46 | 142.41 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 156 | 172 | 0.31 | 0.09 | 0 | 0.33 | 197.78 | 0.25 | 0.57 |
| Hex | 76 | 9C | AC | 1F | 9 | 0 | 21 | C6 | 19 | 39 |
| Octal | 166 | 234 | 254 | 37 | 11 | 0 | 41 | 306 | 31 | 71 |
| Binary | 1110110 | 10011100 | 10101100 | 11111 | 1001 | 0 | 100001 | 11000110 | 11001 | 111001 |
Color Harmonies of #769CAC
Complementary color
Monochromatic Colors of #769CAC
Black with #769CAC
Text Example
Text Example
White with #769CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769CAC; }
p { color: rgb(118,156,172); }
H1.HeaderClassName
{
color: #769CAC;
}
.AnyTagClassName
{
color: #769CAC;
}
</style>
background-color css
<style>
a { background-color: #769CAC; }
a { background-color: rgb(118,156,172); }
div.DivClassName
{
background-color: #769CAC;
}
.BgClassName
{
background-color: #769CAC;
}
</style>
border-color css
<style>
span { border-color: #769CAC; }
span { border-color: rgb(118,156,172); }
td.TdClassName
{
border-color: #769CAC;
}
.TagClassName
{
border-color: #769CAC;
}
</style>