Shades of Cascade #87A19B
Tints of Cascade #87A19B
RGB
CMYK
RGB Variations
Color information
#87A19B (or 0x87A19B) is known color: Cascade. HEX triplet: 87, A1 and 9B. RGB value is (135,161,155). Sum of RGB (Red+Green+Blue) = 135+161+155=451 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.93% from 451); Green value is 161 (63.28% from 255 or 35.70% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 161 - color contains mainly: green. Hex color #87A19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A19B is #785E64. Grayscale: #989898. Windows color (decimal): -7888485 or 10199431. OLE color: 10199431.
HSL color Cylindrical-coordinate representation of color #87A19B: hue angle of 166.15º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #87A19B is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 135 | 161 | 155 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.37 |
| HSL | 166.15º | 0.12% | 0.58% | - |
| HSV(B) | 166.15º | 0.16% | 0.63% | - |
| XYZ | 28.65 | 33.01 | 35.87 | - |
| YUV | 152.54 | 129.39 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 161 | 155 | 0.16 | 0 | 0.04 | 0.37 | 166.15 | 0.12 | 0.58 |
| Hex | 87 | A1 | 9B | 10 | 0 | 4 | 25 | A6 | C | 3A |
| Octal | 207 | 241 | 233 | 20 | 0 | 4 | 45 | 246 | 14 | 72 |
| Binary | 10000111 | 10100001 | 10011011 | 10000 | 0 | 100 | 100101 | 10100110 | 1100 | 111010 |
Color Harmonies of #87A19B
Complementary color
Monochromatic Colors of #87A19B
Black with #87A19B
Text Example
Text Example
White with #87A19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A19B; }
p { color: rgb(135,161,155); }
H1.HeaderClassName
{
color: #87A19B;
}
.AnyTagClassName
{
color: #87A19B;
}
</style>
background-color css
<style>
a { background-color: #87A19B; }
a { background-color: rgb(135,161,155); }
div.DivClassName
{
background-color: #87A19B;
}
.BgClassName
{
background-color: #87A19B;
}
</style>
border-color css
<style>
span { border-color: #87A19B; }
span { border-color: rgb(135,161,155); }
td.TdClassName
{
border-color: #87A19B;
}
.TagClassName
{
border-color: #87A19B;
}
</style>