Shades of Bali Hai #7CA0AC
Tints of Bali Hai #7CA0AC
RGB
CMYK
RGB Variations
Color information
#7CA0AC (or 0x7CA0AC) is known color: Bali Hai. HEX triplet: 7C, A0 and AC. RGB value is (124,160,172). Sum of RGB (Red+Green+Blue) = 124+160+172=456 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.19% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 172 - color contains mainly: blue. Hex color #7CA0AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA0AC is #835F53. Grayscale: #969696. Windows color (decimal): -8609620 or 11313276. OLE color: 11313276.
HSL color Cylindrical-coordinate representation of color #7CA0AC: hue angle of 195º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7CA0AC is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 160 | 172 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.33 |
| HSL | 195º | 0.22% | 0.58% | - |
| HSV(B) | 195º | 0.28% | 0.67% | - |
| XYZ | 28.33 | 32.41 | 43.79 | - |
| YUV | 150.6 | 140.07 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 160 | 172 | 0.28 | 0.07 | 0 | 0.33 | 195 | 0.22 | 0.58 |
| Hex | 7C | A0 | AC | 1C | 7 | 0 | 21 | C3 | 16 | 3A |
| Octal | 174 | 240 | 254 | 34 | 7 | 0 | 41 | 303 | 26 | 72 |
| Binary | 1111100 | 10100000 | 10101100 | 11100 | 111 | 0 | 100001 | 11000011 | 10110 | 111010 |
Color Harmonies of #7CA0AC
Complementary color
Monochromatic Colors of #7CA0AC
Black with #7CA0AC
Text Example
Text Example
White with #7CA0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA0AC; }
p { color: rgb(124,160,172); }
H1.HeaderClassName
{
color: #7CA0AC;
}
.AnyTagClassName
{
color: #7CA0AC;
}
</style>
background-color css
<style>
a { background-color: #7CA0AC; }
a { background-color: rgb(124,160,172); }
div.DivClassName
{
background-color: #7CA0AC;
}
.BgClassName
{
background-color: #7CA0AC;
}
</style>
border-color css
<style>
span { border-color: #7CA0AC; }
span { border-color: rgb(124,160,172); }
td.TdClassName
{
border-color: #7CA0AC;
}
.TagClassName
{
border-color: #7CA0AC;
}
</style>