Shades of Bali Hai #76A2B5
Tints of Bali Hai #76A2B5
RGB
CMYK
RGB Variations
Color information
#76A2B5 (or 0x76A2B5) is known color: Bali Hai. HEX triplet: 76, A2 and B5. RGB value is (118,162,181). Sum of RGB (Red+Green+Blue) = 118+162+181=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 181 - color contains mainly: blue. Hex color #76A2B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A2B5 is #895D4A. Grayscale: #969696. Windows color (decimal): -9002315 or 11903606. OLE color: 11903606.
HSL color Cylindrical-coordinate representation of color #76A2B5: hue angle of 198.1º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76A2B5 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 162 | 181 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.29 |
| HSL | 198.1º | 0.3% | 0.59% | - |
| HSV(B) | 198.1º | 0.35% | 0.71% | - |
| XYZ | 28.73 | 33.03 | 48.58 | - |
| YUV | 151.01 | 144.92 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 162 | 181 | 0.35 | 0.10 | 0 | 0.29 | 198.1 | 0.3 | 0.59 |
| Hex | 76 | A2 | B5 | 23 | A | 0 | 1D | C6 | 1E | 3B |
| Octal | 166 | 242 | 265 | 43 | 12 | 0 | 35 | 306 | 36 | 73 |
| Binary | 1110110 | 10100010 | 10110101 | 100011 | 1010 | 0 | 11101 | 11000110 | 11110 | 111011 |
Color Harmonies of #76A2B5
Complementary color
Monochromatic Colors of #76A2B5
Black with #76A2B5
Text Example
Text Example
White with #76A2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A2B5; }
p { color: rgb(118,162,181); }
H1.HeaderClassName
{
color: #76A2B5;
}
.AnyTagClassName
{
color: #76A2B5;
}
</style>
background-color css
<style>
a { background-color: #76A2B5; }
a { background-color: rgb(118,162,181); }
div.DivClassName
{
background-color: #76A2B5;
}
.BgClassName
{
background-color: #76A2B5;
}
</style>
border-color css
<style>
span { border-color: #76A2B5; }
span { border-color: rgb(118,162,181); }
td.TdClassName
{
border-color: #76A2B5;
}
.TagClassName
{
border-color: #76A2B5;
}
</style>