Shades of Cascade #879C96
Tints of Cascade #879C96
RGB
CMYK
RGB Variations
Color information
#879C96 (or 0x879C96) is known color: Cascade. HEX triplet: 87, 9C and 96. RGB value is (135,156,150). Sum of RGB (Red+Green+Blue) = 135+156+150=441 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.61% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 156 - color contains mainly: green. Hex color #879C96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879C96 is #786369. Grayscale: #959595. Windows color (decimal): -7889770 or 9870471. OLE color: 9870471.
HSL color Cylindrical-coordinate representation of color #879C96: hue angle of 162.86º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #879C96 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 135 | 156 | 150 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.39 |
| HSL | 162.86º | 0.1% | 0.57% | - |
| HSV(B) | 162.86º | 0.13% | 0.61% | - |
| XYZ | 27.39 | 31.13 | 33.42 | - |
| YUV | 149.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 156 | 150 | 0.13 | 0 | 0.04 | 0.39 | 162.86 | 0.1 | 0.57 |
| Hex | 87 | 9C | 96 | D | 0 | 4 | 27 | A3 | A | 39 |
| Octal | 207 | 234 | 226 | 15 | 0 | 4 | 47 | 243 | 12 | 71 |
| Binary | 10000111 | 10011100 | 10010110 | 1101 | 0 | 100 | 100111 | 10100011 | 1010 | 111001 |
Color Harmonies of #879C96
Complementary color
Monochromatic Colors of #879C96
Black with #879C96
Text Example
Text Example
White with #879C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879C96; }
p { color: rgb(135,156,150); }
H1.HeaderClassName
{
color: #879C96;
}
.AnyTagClassName
{
color: #879C96;
}
</style>
background-color css
<style>
a { background-color: #879C96; }
a { background-color: rgb(135,156,150); }
div.DivClassName
{
background-color: #879C96;
}
.BgClassName
{
background-color: #879C96;
}
</style>
border-color css
<style>
span { border-color: #879C96; }
span { border-color: rgb(135,156,150); }
td.TdClassName
{
border-color: #879C96;
}
.TagClassName
{
border-color: #879C96;
}
</style>