Shades of Bali Hai #7C959B
Tints of Bali Hai #7C959B
RGB
CMYK
RGB Variations
Color information
#7C959B (or 0x7C959B) is known color: Bali Hai. HEX triplet: 7C, 95 and 9B. RGB value is (124,149,155). Sum of RGB (Red+Green+Blue) = 124+149+155=428 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.97% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C959B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C959B is #836A64. Grayscale: #8E8E8E. Windows color (decimal): -8612453 or 10196348. OLE color: 10196348.
HSL color Cylindrical-coordinate representation of color #7C959B: hue angle of 191.61º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7C959B is Cyan = 0.2, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 149 | 155 | - |
| CMYK | 0.2 | 0.04 | 0 | 0.39 |
| HSL | 191.61º | 0.13% | 0.55% | - |
| HSV(B) | 191.61º | 0.2% | 0.61% | - |
| XYZ | 24.98 | 28.15 | 35.13 | - |
| YUV | 142.21 | 135.22 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 149 | 155 | 0.2 | 0.04 | 0 | 0.39 | 191.61 | 0.13 | 0.55 |
| Hex | 7C | 95 | 9B | 14 | 4 | 0 | 27 | C0 | D | 37 |
| Octal | 174 | 225 | 233 | 24 | 4 | 0 | 47 | 300 | 15 | 67 |
| Binary | 1111100 | 10010101 | 10011011 | 10100 | 100 | 0 | 100111 | 11000000 | 1101 | 110111 |
Color Harmonies of #7C959B
Complementary color
Monochromatic Colors of #7C959B
Black with #7C959B
Text Example
Text Example
White with #7C959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C959B; }
p { color: rgb(124,149,155); }
H1.HeaderClassName
{
color: #7C959B;
}
.AnyTagClassName
{
color: #7C959B;
}
</style>
background-color css
<style>
a { background-color: #7C959B; }
a { background-color: rgb(124,149,155); }
div.DivClassName
{
background-color: #7C959B;
}
.BgClassName
{
background-color: #7C959B;
}
</style>
border-color css
<style>
span { border-color: #7C959B; }
span { border-color: rgb(124,149,155); }
td.TdClassName
{
border-color: #7C959B;
}
.TagClassName
{
border-color: #7C959B;
}
</style>