Shades of Cosmic #87506E
Tints of Cosmic #87506E
RGB
CMYK
RGB Variations
Color information
#87506E (or 0x87506E) is known color: Cosmic. HEX triplet: 87, 50 and 6E. RGB value is (135,80,110). Sum of RGB (Red+Green+Blue) = 135+80+110=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #87506E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87506E is #78AF91. Grayscale: #636363. Windows color (decimal): -7909266 or 7229575. OLE color: 7229575.
HSL color Cylindrical-coordinate representation of color #87506E: hue angle of 327.27º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #87506E is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 80 | 110 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.47 |
| HSL | 327.27º | 0.26% | 0.42% | - |
| HSV(B) | 327.27º | 0.41% | 0.53% | - |
| XYZ | 15.67 | 12.01 | 16.24 | - |
| YUV | 99.87 | 133.72 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 80 | 110 | 0 | 0.41 | 0.19 | 0.47 | 327.27 | 0.26 | 0.42 |
| Hex | 87 | 50 | 6E | 0 | 29 | 13 | 2F | 147 | 1A | 2A |
| Octal | 207 | 120 | 156 | 0 | 51 | 23 | 57 | 507 | 32 | 52 |
| Binary | 10000111 | 1010000 | 1101110 | 0 | 101001 | 10011 | 101111 | 101000111 | 11010 | 101010 |
Color Harmonies of #87506E
Complementary color
Monochromatic Colors of #87506E
Black with #87506E
Text Example
Text Example
White with #87506E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87506E; }
p { color: rgb(135,80,110); }
H1.HeaderClassName
{
color: #87506E;
}
.AnyTagClassName
{
color: #87506E;
}
</style>
background-color css
<style>
a { background-color: #87506E; }
a { background-color: rgb(135,80,110); }
div.DivClassName
{
background-color: #87506E;
}
.BgClassName
{
background-color: #87506E;
}
</style>
border-color css
<style>
span { border-color: #87506E; }
span { border-color: rgb(135,80,110); }
td.TdClassName
{
border-color: #87506E;
}
.TagClassName
{
border-color: #87506E;
}
</style>