Shades of Cascade #879D99
Tints of Cascade #879D99
RGB
CMYK
RGB Variations
Color information
#879D99 (or 0x879D99) is known color: Cascade. HEX triplet: 87, 9D and 99. RGB value is (135,157,153). Sum of RGB (Red+Green+Blue) = 135+157+153=445 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.34% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 157 - color contains mainly: green. Hex color #879D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879D99 is #786266. Grayscale: #959595. Windows color (decimal): -7889511 or 10067335. OLE color: 10067335.
HSL color Cylindrical-coordinate representation of color #879D99: hue angle of 169.09º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #879D99 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 157 | 153 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.38 |
| HSL | 169.09º | 0.1% | 0.57% | - |
| HSV(B) | 169.09º | 0.14% | 0.62% | - |
| XYZ | 27.8 | 31.56 | 34.76 | - |
| YUV | 149.97 | 129.71 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 157 | 153 | 0.14 | 0 | 0.03 | 0.38 | 169.09 | 0.1 | 0.57 |
| Hex | 87 | 9D | 99 | E | 0 | 3 | 26 | A9 | A | 39 |
| Octal | 207 | 235 | 231 | 16 | 0 | 3 | 46 | 251 | 12 | 71 |
| Binary | 10000111 | 10011101 | 10011001 | 1110 | 0 | 11 | 100110 | 10101001 | 1010 | 111001 |
Color Harmonies of #879D99
Complementary color
Monochromatic Colors of #879D99
Black with #879D99
Text Example
Text Example
White with #879D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879D99; }
p { color: rgb(135,157,153); }
H1.HeaderClassName
{
color: #879D99;
}
.AnyTagClassName
{
color: #879D99;
}
</style>
background-color css
<style>
a { background-color: #879D99; }
a { background-color: rgb(135,157,153); }
div.DivClassName
{
background-color: #879D99;
}
.BgClassName
{
background-color: #879D99;
}
</style>
border-color css
<style>
span { border-color: #879D99; }
span { border-color: rgb(135,157,153); }
td.TdClassName
{
border-color: #879D99;
}
.TagClassName
{
border-color: #879D99;
}
</style>