Shades of Cascade #879C98
Tints of Cascade #879C98
RGB
CMYK
RGB Variations
Color information
#879C98 (or 0x879C98) is known color: Cascade. HEX triplet: 87, 9C and 98. RGB value is (135,156,152). Sum of RGB (Red+Green+Blue) = 135+156+152=443 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.47% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 156 - color contains mainly: green. Hex color #879C98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879C98 is #786367. Grayscale: #959595. Windows color (decimal): -7889768 or 10001543. OLE color: 10001543.
HSL color Cylindrical-coordinate representation of color #879C98: hue angle of 168.57º 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 #879C98 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 135 | 156 | 152 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.39 |
| HSL | 168.57º | 0.1% | 0.57% | - |
| HSV(B) | 168.57º | 0.13% | 0.61% | - |
| XYZ | 27.55 | 31.19 | 34.28 | - |
| YUV | 149.27 | 129.54 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 156 | 152 | 0.13 | 0 | 0.03 | 0.39 | 168.57 | 0.1 | 0.57 |
| Hex | 87 | 9C | 98 | D | 0 | 3 | 27 | A9 | A | 39 |
| Octal | 207 | 234 | 230 | 15 | 0 | 3 | 47 | 251 | 12 | 71 |
| Binary | 10000111 | 10011100 | 10011000 | 1101 | 0 | 11 | 100111 | 10101001 | 1010 | 111001 |
Color Harmonies of #879C98
Complementary color
Monochromatic Colors of #879C98
Black with #879C98
Text Example
Text Example
White with #879C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879C98; }
p { color: rgb(135,156,152); }
H1.HeaderClassName
{
color: #879C98;
}
.AnyTagClassName
{
color: #879C98;
}
</style>
background-color css
<style>
a { background-color: #879C98; }
a { background-color: rgb(135,156,152); }
div.DivClassName
{
background-color: #879C98;
}
.BgClassName
{
background-color: #879C98;
}
</style>
border-color css
<style>
span { border-color: #879C98; }
span { border-color: rgb(135,156,152); }
td.TdClassName
{
border-color: #879C98;
}
.TagClassName
{
border-color: #879C98;
}
</style>