Shades of Bali Hai #7C969D
Tints of Bali Hai #7C969D
RGB
CMYK
RGB Variations
Color information
#7C969D (or 0x7C969D) is known color: Bali Hai. HEX triplet: 7C, 96 and 9D. RGB value is (124,150,157). Sum of RGB (Red+Green+Blue) = 124+150+157=431 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.77% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C969D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C969D is #836962. Grayscale: #8E8E8E. Windows color (decimal): -8612195 or 10327676. OLE color: 10327676.
HSL color Cylindrical-coordinate representation of color #7C969D: hue angle of 192.73º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C969D is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 150 | 157 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.38 |
| HSL | 192.73º | 0.14% | 0.55% | - |
| HSV(B) | 192.73º | 0.21% | 0.62% | - |
| XYZ | 25.3 | 28.53 | 36.07 | - |
| YUV | 143.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 150 | 157 | 0.21 | 0.04 | 0 | 0.38 | 192.73 | 0.14 | 0.55 |
| Hex | 7C | 96 | 9D | 15 | 4 | 0 | 26 | C1 | E | 37 |
| Octal | 174 | 226 | 235 | 25 | 4 | 0 | 46 | 301 | 16 | 67 |
| Binary | 1111100 | 10010110 | 10011101 | 10101 | 100 | 0 | 100110 | 11000001 | 1110 | 110111 |
Color Harmonies of #7C969D
Complementary color
Monochromatic Colors of #7C969D
Black with #7C969D
Text Example
Text Example
White with #7C969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C969D; }
p { color: rgb(124,150,157); }
H1.HeaderClassName
{
color: #7C969D;
}
.AnyTagClassName
{
color: #7C969D;
}
</style>
background-color css
<style>
a { background-color: #7C969D; }
a { background-color: rgb(124,150,157); }
div.DivClassName
{
background-color: #7C969D;
}
.BgClassName
{
background-color: #7C969D;
}
</style>
border-color css
<style>
span { border-color: #7C969D; }
span { border-color: rgb(124,150,157); }
td.TdClassName
{
border-color: #7C969D;
}
.TagClassName
{
border-color: #7C969D;
}
</style>