Shades of Bali Hai #7C949C
Tints of Bali Hai #7C949C
RGB
CMYK
RGB Variations
Color information
#7C949C (or 0x7C949C) is known color: Bali Hai. HEX triplet: 7C, 94 and 9C. RGB value is (124,148,156). Sum of RGB (Red+Green+Blue) = 124+148+156=428 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.97% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 156 - color contains mainly: blue. Hex color #7C949C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C949C is #836B63. Grayscale: #8D8D8D. Windows color (decimal): -8612708 or 10261628. OLE color: 10261628.
HSL color Cylindrical-coordinate representation of color #7C949C: hue angle of 195º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C949C is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 148 | 156 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.39 |
| HSL | 195º | 0.14% | 0.55% | - |
| HSV(B) | 195º | 0.21% | 0.61% | - |
| XYZ | 24.9 | 27.87 | 35.52 | - |
| YUV | 141.74 | 136.05 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 148 | 156 | 0.21 | 0.05 | 0 | 0.39 | 195 | 0.14 | 0.55 |
| Hex | 7C | 94 | 9C | 15 | 5 | 0 | 27 | C3 | E | 37 |
| Octal | 174 | 224 | 234 | 25 | 5 | 0 | 47 | 303 | 16 | 67 |
| Binary | 1111100 | 10010100 | 10011100 | 10101 | 101 | 0 | 100111 | 11000011 | 1110 | 110111 |
Color Harmonies of #7C949C
Complementary color
Monochromatic Colors of #7C949C
Black with #7C949C
Text Example
Text Example
White with #7C949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C949C; }
p { color: rgb(124,148,156); }
H1.HeaderClassName
{
color: #7C949C;
}
.AnyTagClassName
{
color: #7C949C;
}
</style>
background-color css
<style>
a { background-color: #7C949C; }
a { background-color: rgb(124,148,156); }
div.DivClassName
{
background-color: #7C949C;
}
.BgClassName
{
background-color: #7C949C;
}
</style>
border-color css
<style>
span { border-color: #7C949C; }
span { border-color: rgb(124,148,156); }
td.TdClassName
{
border-color: #7C949C;
}
.TagClassName
{
border-color: #7C949C;
}
</style>