Shades of Bali Hai #76A0B3
Tints of Bali Hai #76A0B3
RGB
CMYK
RGB Variations
Color information
#76A0B3 (or 0x76A0B3) is known color: Bali Hai. HEX triplet: 76, A0 and B3. RGB value is (118,160,179). Sum of RGB (Red+Green+Blue) = 118+160+179=457 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.82% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 179 - color contains mainly: blue. Hex color #76A0B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A0B3 is #895F4C. Grayscale: #959595. Windows color (decimal): -9002829 or 11772022. OLE color: 11772022.
HSL color Cylindrical-coordinate representation of color #76A0B3: hue angle of 198.69º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76A0B3 is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 160 | 179 | - |
| CMYK | 0.34 | 0.11 | 0 | 0.30 |
| HSL | 198.69º | 0.29% | 0.58% | - |
| HSV(B) | 198.69º | 0.34% | 0.7% | - |
| XYZ | 28.18 | 32.25 | 47.39 | - |
| YUV | 149.61 | 144.59 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 160 | 179 | 0.34 | 0.11 | 0 | 0.30 | 198.69 | 0.29 | 0.58 |
| Hex | 76 | A0 | B3 | 22 | B | 0 | 1E | C7 | 1D | 3A |
| Octal | 166 | 240 | 263 | 42 | 13 | 0 | 36 | 307 | 35 | 72 |
| Binary | 1110110 | 10100000 | 10110011 | 100010 | 1011 | 0 | 11110 | 11000111 | 11101 | 111010 |
Color Harmonies of #76A0B3
Complementary color
Monochromatic Colors of #76A0B3
Black with #76A0B3
Text Example
Text Example
White with #76A0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A0B3; }
p { color: rgb(118,160,179); }
H1.HeaderClassName
{
color: #76A0B3;
}
.AnyTagClassName
{
color: #76A0B3;
}
</style>
background-color css
<style>
a { background-color: #76A0B3; }
a { background-color: rgb(118,160,179); }
div.DivClassName
{
background-color: #76A0B3;
}
.BgClassName
{
background-color: #76A0B3;
}
</style>
border-color css
<style>
span { border-color: #76A0B3; }
span { border-color: rgb(118,160,179); }
td.TdClassName
{
border-color: #76A0B3;
}
.TagClassName
{
border-color: #76A0B3;
}
</style>