Shades of Cosmic #87486C
Tints of Cosmic #87486C
RGB
CMYK
RGB Variations
Color information
#87486C (or 0x87486C) is known color: Cosmic. HEX triplet: 87, 48 and 6C. RGB value is (135,72,108). Sum of RGB (Red+Green+Blue) = 135+72+108=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #87486C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87486C is #78B793. Grayscale: #5E5E5E. Windows color (decimal): -7911316 or 7096455. OLE color: 7096455.
HSL color Cylindrical-coordinate representation of color #87486C: hue angle of 325.71º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87486C is Cyan = 0, Magento = 0.47, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 72 | 108 | - |
| CMYK | 0 | 0.47 | 0.2 | 0.47 |
| HSL | 325.71º | 0.3% | 0.41% | - |
| HSV(B) | 325.71º | 0.47% | 0.53% | - |
| XYZ | 15.02 | 10.87 | 15.49 | - |
| YUV | 94.94 | 135.37 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 72 | 108 | 0 | 0.47 | 0.2 | 0.47 | 325.71 | 0.3 | 0.41 |
| Hex | 87 | 48 | 6C | 0 | 2F | 14 | 2F | 146 | 1E | 29 |
| Octal | 207 | 110 | 154 | 0 | 57 | 24 | 57 | 506 | 36 | 51 |
| Binary | 10000111 | 1001000 | 1101100 | 0 | 101111 | 10100 | 101111 | 101000110 | 11110 | 101001 |
Color Harmonies of #87486C
Complementary color
Monochromatic Colors of #87486C
Black with #87486C
Text Example
Text Example
White with #87486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87486C; }
p { color: rgb(135,72,108); }
H1.HeaderClassName
{
color: #87486C;
}
.AnyTagClassName
{
color: #87486C;
}
</style>
background-color css
<style>
a { background-color: #87486C; }
a { background-color: rgb(135,72,108); }
div.DivClassName
{
background-color: #87486C;
}
.BgClassName
{
background-color: #87486C;
}
</style>
border-color css
<style>
span { border-color: #87486C; }
span { border-color: rgb(135,72,108); }
td.TdClassName
{
border-color: #87486C;
}
.TagClassName
{
border-color: #87486C;
}
</style>