Shades of Bali Hai #769AA4
Tints of Bali Hai #769AA4
RGB
CMYK
RGB Variations
Color information
#769AA4 (or 0x769AA4) is known color: Bali Hai. HEX triplet: 76, 9A and A4. RGB value is (118,154,164). Sum of RGB (Red+Green+Blue) = 118+154+164=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 164 - color contains mainly: blue. Hex color #769AA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769AA4 is #89655B. Grayscale: #909090. Windows color (decimal): -9004380 or 10787446. OLE color: 10787446.
HSL color Cylindrical-coordinate representation of color #769AA4: hue angle of 193.04º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #769AA4 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 154 | 164 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.36 |
| HSL | 193.04º | 0.2% | 0.55% | - |
| HSV(B) | 193.04º | 0.28% | 0.64% | - |
| XYZ | 25.73 | 29.64 | 39.49 | - |
| YUV | 144.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 164 | 0.28 | 0.06 | 0 | 0.36 | 193.04 | 0.2 | 0.55 |
| Hex | 76 | 9A | A4 | 1C | 6 | 0 | 24 | C1 | 14 | 37 |
| Octal | 166 | 232 | 244 | 34 | 6 | 0 | 44 | 301 | 24 | 67 |
| Binary | 1110110 | 10011010 | 10100100 | 11100 | 110 | 0 | 100100 | 11000001 | 10100 | 110111 |
Color Harmonies of #769AA4
Complementary color
Monochromatic Colors of #769AA4
Black with #769AA4
Text Example
Text Example
White with #769AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769AA4; }
p { color: rgb(118,154,164); }
H1.HeaderClassName
{
color: #769AA4;
}
.AnyTagClassName
{
color: #769AA4;
}
</style>
background-color css
<style>
a { background-color: #769AA4; }
a { background-color: rgb(118,154,164); }
div.DivClassName
{
background-color: #769AA4;
}
.BgClassName
{
background-color: #769AA4;
}
</style>
border-color css
<style>
span { border-color: #769AA4; }
span { border-color: rgb(118,154,164); }
td.TdClassName
{
border-color: #769AA4;
}
.TagClassName
{
border-color: #769AA4;
}
</style>