Shades of Bali Hai #7699AF
Tints of Bali Hai #7699AF
RGB
CMYK
RGB Variations
Color information
#7699AF (or 0x7699AF) is known color: Bali Hai. HEX triplet: 76, 99 and AF. RGB value is (118,153,175). Sum of RGB (Red+Green+Blue) = 118+153+175=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 175 - color contains mainly: blue. Hex color #7699AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7699AF is #896650. Grayscale: #909090. Windows color (decimal): -9004625 or 11508086. OLE color: 11508086.
HSL color Cylindrical-coordinate representation of color #7699AF: hue angle of 203.16º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7699AF is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 153 | 175 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.31 |
| HSL | 203.16º | 0.26% | 0.57% | - |
| HSV(B) | 203.16º | 0.33% | 0.69% | - |
| XYZ | 26.6 | 29.73 | 44.89 | - |
| YUV | 145.04 | 144.9 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 153 | 175 | 0.33 | 0.13 | 0 | 0.31 | 203.16 | 0.26 | 0.57 |
| Hex | 76 | 99 | AF | 21 | D | 0 | 1F | CB | 1A | 39 |
| Octal | 166 | 231 | 257 | 41 | 15 | 0 | 37 | 313 | 32 | 71 |
| Binary | 1110110 | 10011001 | 10101111 | 100001 | 1101 | 0 | 11111 | 11001011 | 11010 | 111001 |
Color Harmonies of #7699AF
Complementary color
Monochromatic Colors of #7699AF
Black with #7699AF
Text Example
Text Example
White with #7699AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7699AF; }
p { color: rgb(118,153,175); }
H1.HeaderClassName
{
color: #7699AF;
}
.AnyTagClassName
{
color: #7699AF;
}
</style>
background-color css
<style>
a { background-color: #7699AF; }
a { background-color: rgb(118,153,175); }
div.DivClassName
{
background-color: #7699AF;
}
.BgClassName
{
background-color: #7699AF;
}
</style>
border-color css
<style>
span { border-color: #7699AF; }
span { border-color: rgb(118,153,175); }
td.TdClassName
{
border-color: #7699AF;
}
.TagClassName
{
border-color: #7699AF;
}
</style>