Shades of Bali Hai #7699AC
Tints of Bali Hai #7699AC
RGB
CMYK
RGB Variations
Color information
#7699AC (or 0x7699AC) is known color: Bali Hai. HEX triplet: 76, 99 and AC. RGB value is (118,153,172). Sum of RGB (Red+Green+Blue) = 118+153+172=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 172 - color contains mainly: blue. Hex color #7699AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7699AC is #896653. Grayscale: #909090. Windows color (decimal): -9004628 or 11311478. OLE color: 11311478.
HSL color Cylindrical-coordinate representation of color #7699AC: hue angle of 201.11º 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 #7699AC is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 153 | 172 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.33 |
| HSL | 201.11º | 0.25% | 0.57% | - |
| HSV(B) | 201.11º | 0.31% | 0.67% | - |
| XYZ | 26.31 | 29.61 | 43.36 | - |
| YUV | 144.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 153 | 172 | 0.31 | 0.11 | 0 | 0.33 | 201.11 | 0.25 | 0.57 |
| Hex | 76 | 99 | AC | 1F | B | 0 | 21 | C9 | 19 | 39 |
| Octal | 166 | 231 | 254 | 37 | 13 | 0 | 41 | 311 | 31 | 71 |
| Binary | 1110110 | 10011001 | 10101100 | 11111 | 1011 | 0 | 100001 | 11001001 | 11001 | 111001 |
Color Harmonies of #7699AC
Complementary color
Monochromatic Colors of #7699AC
Black with #7699AC
Text Example
Text Example
White with #7699AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7699AC; }
p { color: rgb(118,153,172); }
H1.HeaderClassName
{
color: #7699AC;
}
.AnyTagClassName
{
color: #7699AC;
}
</style>
background-color css
<style>
a { background-color: #7699AC; }
a { background-color: rgb(118,153,172); }
div.DivClassName
{
background-color: #7699AC;
}
.BgClassName
{
background-color: #7699AC;
}
</style>
border-color css
<style>
span { border-color: #7699AC; }
span { border-color: rgb(118,153,172); }
td.TdClassName
{
border-color: #7699AC;
}
.TagClassName
{
border-color: #7699AC;
}
</style>