Shades of Cascade #87A69D
Tints of Cascade #87A69D
RGB
CMYK
RGB Variations
Color information
#87A69D (or 0x87A69D) is known color: Cascade. HEX triplet: 87, A6 and 9D. RGB value is (135,166,157). Sum of RGB (Red+Green+Blue) = 135+166+157=458 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.48% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 166 - color contains mainly: green. Hex color #87A69D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A69D is #785962. Grayscale: #9B9B9B. Windows color (decimal): -7887203 or 10331783. OLE color: 10331783.
HSL color Cylindrical-coordinate representation of color #87A69D: hue angle of 162.58º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #87A69D is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 135 | 166 | 157 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.35 |
| HSL | 162.58º | 0.15% | 0.59% | - |
| HSV(B) | 162.58º | 0.19% | 0.65% | - |
| XYZ | 29.71 | 34.86 | 37.06 | - |
| YUV | 155.71 | 128.73 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 166 | 157 | 0.19 | 0 | 0.05 | 0.35 | 162.58 | 0.15 | 0.59 |
| Hex | 87 | A6 | 9D | 13 | 0 | 5 | 23 | A3 | F | 3B |
| Octal | 207 | 246 | 235 | 23 | 0 | 5 | 43 | 243 | 17 | 73 |
| Binary | 10000111 | 10100110 | 10011101 | 10011 | 0 | 101 | 100011 | 10100011 | 1111 | 111011 |
Color Harmonies of #87A69D
Complementary color
Monochromatic Colors of #87A69D
Black with #87A69D
Text Example
Text Example
White with #87A69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A69D; }
p { color: rgb(135,166,157); }
H1.HeaderClassName
{
color: #87A69D;
}
.AnyTagClassName
{
color: #87A69D;
}
</style>
background-color css
<style>
a { background-color: #87A69D; }
a { background-color: rgb(135,166,157); }
div.DivClassName
{
background-color: #87A69D;
}
.BgClassName
{
background-color: #87A69D;
}
</style>
border-color css
<style>
span { border-color: #87A69D; }
span { border-color: rgb(135,166,157); }
td.TdClassName
{
border-color: #87A69D;
}
.TagClassName
{
border-color: #87A69D;
}
</style>