Shades of Bali Hai #7C979F
Tints of Bali Hai #7C979F
RGB
CMYK
RGB Variations
Color information
#7C979F (or 0x7C979F) is known color: Bali Hai. HEX triplet: 7C, 97 and 9F. RGB value is (124,151,159). Sum of RGB (Red+Green+Blue) = 124+151+159=434 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.57% from 434); Green value is 151 (59.38% from 255 or 34.79% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C979F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C979F is #836860. Grayscale: #8F8F8F. Windows color (decimal): -8611937 or 10459004. OLE color: 10459004.
HSL color Cylindrical-coordinate representation of color #7C979F: hue angle of 193.71º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7C979F is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 151 | 159 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.38 |
| HSL | 193.71º | 0.15% | 0.55% | - |
| HSV(B) | 193.71º | 0.22% | 0.62% | - |
| XYZ | 25.64 | 28.92 | 37.03 | - |
| YUV | 143.84 | 136.55 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 151 | 159 | 0.22 | 0.05 | 0 | 0.38 | 193.71 | 0.15 | 0.55 |
| Hex | 7C | 97 | 9F | 16 | 5 | 0 | 26 | C2 | F | 37 |
| Octal | 174 | 227 | 237 | 26 | 5 | 0 | 46 | 302 | 17 | 67 |
| Binary | 1111100 | 10010111 | 10011111 | 10110 | 101 | 0 | 100110 | 11000010 | 1111 | 110111 |
Color Harmonies of #7C979F
Complementary color
Monochromatic Colors of #7C979F
Black with #7C979F
Text Example
Text Example
White with #7C979F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C979F; }
p { color: rgb(124,151,159); }
H1.HeaderClassName
{
color: #7C979F;
}
.AnyTagClassName
{
color: #7C979F;
}
</style>
background-color css
<style>
a { background-color: #7C979F; }
a { background-color: rgb(124,151,159); }
div.DivClassName
{
background-color: #7C979F;
}
.BgClassName
{
background-color: #7C979F;
}
</style>
border-color css
<style>
span { border-color: #7C979F; }
span { border-color: rgb(124,151,159); }
td.TdClassName
{
border-color: #7C979F;
}
.TagClassName
{
border-color: #7C979F;
}
</style>