Shades of Bali Hai #7D969D
Tints of Bali Hai #7D969D
RGB
CMYK
RGB Variations
Color information
#7D969D (or 0x7D969D) is known color: Bali Hai. HEX triplet: 7D, 96 and 9D. RGB value is (125,150,157). Sum of RGB (Red+Green+Blue) = 125+150+157=432 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.94% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D969D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D969D is #826962. Grayscale: #8F8F8F. Windows color (decimal): -8546659 or 10327677. OLE color: 10327677.
HSL color Cylindrical-coordinate representation of color #7D969D: hue angle of 193.12º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7D969D is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 150 | 157 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.38 |
| HSL | 193.13º | 0.14% | 0.55% | - |
| HSV(B) | 193.13º | 0.2% | 0.62% | - |
| XYZ | 25.45 | 28.61 | 36.08 | - |
| YUV | 143.32 | 135.72 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 150 | 157 | 0.20 | 0.04 | 0 | 0.38 | 193.13 | 0.14 | 0.55 |
| Hex | 7D | 96 | 9D | 14 | 4 | 0 | 26 | C1 | E | 37 |
| Octal | 175 | 226 | 235 | 24 | 4 | 0 | 46 | 301 | 16 | 67 |
| Binary | 1111101 | 10010110 | 10011101 | 10100 | 100 | 0 | 100110 | 11000001 | 1110 | 110111 |
Color Harmonies of #7D969D
Complementary color
Monochromatic Colors of #7D969D
Black with #7D969D
Text Example
Text Example
White with #7D969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D969D; }
p { color: rgb(125,150,157); }
H1.HeaderClassName
{
color: #7D969D;
}
.AnyTagClassName
{
color: #7D969D;
}
</style>
background-color css
<style>
a { background-color: #7D969D; }
a { background-color: rgb(125,150,157); }
div.DivClassName
{
background-color: #7D969D;
}
.BgClassName
{
background-color: #7D969D;
}
</style>
border-color css
<style>
span { border-color: #7D969D; }
span { border-color: rgb(125,150,157); }
td.TdClassName
{
border-color: #7D969D;
}
.TagClassName
{
border-color: #7D969D;
}
</style>