Shades of Cosmic #87406D
Tints of Cosmic #87406D
RGB
CMYK
RGB Variations
Color information
#87406D (or 0x87406D) is known color: Cosmic. HEX triplet: 87, 40 and 6D. RGB value is (135,64,109). Sum of RGB (Red+Green+Blue) = 135+64+109=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #87406D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87406D is #78BF92. Grayscale: #5A5A5A. Windows color (decimal): -7913363 or 7159943. OLE color: 7159943.
HSL color Cylindrical-coordinate representation of color #87406D: hue angle of 321.97º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #87406D is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 64 | 109 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.47 |
| HSL | 321.97º | 0.36% | 0.39% | - |
| HSV(B) | 321.97º | 0.53% | 0.53% | - |
| XYZ | 14.59 | 9.92 | 15.61 | - |
| YUV | 90.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 109 | 0 | 0.53 | 0.19 | 0.47 | 321.97 | 0.36 | 0.39 |
| Hex | 87 | 40 | 6D | 0 | 35 | 13 | 2F | 142 | 24 | 27 |
| Octal | 207 | 100 | 155 | 0 | 65 | 23 | 57 | 502 | 44 | 47 |
| Binary | 10000111 | 1000000 | 1101101 | 0 | 110101 | 10011 | 101111 | 101000010 | 100100 | 100111 |
Color Harmonies of #87406D
Complementary color
Monochromatic Colors of #87406D
Black with #87406D
Text Example
Text Example
White with #87406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87406D; }
p { color: rgb(135,64,109); }
H1.HeaderClassName
{
color: #87406D;
}
.AnyTagClassName
{
color: #87406D;
}
</style>
background-color css
<style>
a { background-color: #87406D; }
a { background-color: rgb(135,64,109); }
div.DivClassName
{
background-color: #87406D;
}
.BgClassName
{
background-color: #87406D;
}
</style>
border-color css
<style>
span { border-color: #87406D; }
span { border-color: rgb(135,64,109); }
td.TdClassName
{
border-color: #87406D;
}
.TagClassName
{
border-color: #87406D;
}
</style>