Shades of Cascade #87A19A
Tints of Cascade #87A19A
RGB
CMYK
RGB Variations
Color information
#87A19A (or 0x87A19A) is known color: Cascade. HEX triplet: 87, A1 and 9A. RGB value is (135,161,154). Sum of RGB (Red+Green+Blue) = 135+161+154=450 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 161 - color contains mainly: green. Hex color #87A19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A19A is #785E65. Grayscale: #989898. Windows color (decimal): -7888486 or 10133895. OLE color: 10133895.
HSL color Cylindrical-coordinate representation of color #87A19A: hue angle of 163.85º 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 #87A19A is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 135 | 161 | 154 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.37 |
| HSL | 163.85º | 0.12% | 0.58% | - |
| HSV(B) | 163.85º | 0.16% | 0.63% | - |
| XYZ | 28.57 | 32.97 | 35.43 | - |
| YUV | 152.43 | 128.89 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 161 | 154 | 0.16 | 0 | 0.04 | 0.37 | 163.85 | 0.12 | 0.58 |
| Hex | 87 | A1 | 9A | 10 | 0 | 4 | 25 | A4 | C | 3A |
| Octal | 207 | 241 | 232 | 20 | 0 | 4 | 45 | 244 | 14 | 72 |
| Binary | 10000111 | 10100001 | 10011010 | 10000 | 0 | 100 | 100101 | 10100100 | 1100 | 111010 |
Color Harmonies of #87A19A
Complementary color
Monochromatic Colors of #87A19A
Black with #87A19A
Text Example
Text Example
White with #87A19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A19A; }
p { color: rgb(135,161,154); }
H1.HeaderClassName
{
color: #87A19A;
}
.AnyTagClassName
{
color: #87A19A;
}
</style>
background-color css
<style>
a { background-color: #87A19A; }
a { background-color: rgb(135,161,154); }
div.DivClassName
{
background-color: #87A19A;
}
.BgClassName
{
background-color: #87A19A;
}
</style>
border-color css
<style>
span { border-color: #87A19A; }
span { border-color: rgb(135,161,154); }
td.TdClassName
{
border-color: #87A19A;
}
.TagClassName
{
border-color: #87A19A;
}
</style>