Shades of Cascade #879D96
Tints of Cascade #879D96
RGB
CMYK
RGB Variations
Color information
#879D96 (or 0x879D96) is known color: Cascade. HEX triplet: 87, 9D and 96. RGB value is (135,157,150). Sum of RGB (Red+Green+Blue) = 135+157+150=442 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.54% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 157 - color contains mainly: green. Hex color #879D96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879D96 is #786269. Grayscale: #959595. Windows color (decimal): -7889514 or 9870727. OLE color: 9870727.
HSL color Cylindrical-coordinate representation of color #879D96: hue angle of 160.91º 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 #879D96 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 157 | 150 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.38 |
| HSL | 160.91º | 0.1% | 0.57% | - |
| HSV(B) | 160.91º | 0.14% | 0.62% | - |
| XYZ | 27.55 | 31.47 | 33.48 | - |
| YUV | 149.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 157 | 150 | 0.14 | 0 | 0.04 | 0.38 | 160.91 | 0.1 | 0.57 |
| Hex | 87 | 9D | 96 | E | 0 | 4 | 26 | A1 | A | 39 |
| Octal | 207 | 235 | 226 | 16 | 0 | 4 | 46 | 241 | 12 | 71 |
| Binary | 10000111 | 10011101 | 10010110 | 1110 | 0 | 100 | 100110 | 10100001 | 1010 | 111001 |
Color Harmonies of #879D96
Complementary color
Monochromatic Colors of #879D96
Black with #879D96
Text Example
Text Example
White with #879D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879D96; }
p { color: rgb(135,157,150); }
H1.HeaderClassName
{
color: #879D96;
}
.AnyTagClassName
{
color: #879D96;
}
</style>
background-color css
<style>
a { background-color: #879D96; }
a { background-color: rgb(135,157,150); }
div.DivClassName
{
background-color: #879D96;
}
.BgClassName
{
background-color: #879D96;
}
</style>
border-color css
<style>
span { border-color: #879D96; }
span { border-color: rgb(135,157,150); }
td.TdClassName
{
border-color: #879D96;
}
.TagClassName
{
border-color: #879D96;
}
</style>