Shades of Cosmic #87406F
Tints of Cosmic #87406F
RGB
CMYK
RGB Variations
Color information
#87406F (or 0x87406F) is known color: Cosmic. HEX triplet: 87, 40 and 6F. RGB value is (135,64,111). Sum of RGB (Red+Green+Blue) = 135+64+111=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 135 - color contains mainly: red. Hex color #87406F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87406F is #78BF90. Grayscale: #5A5A5A. Windows color (decimal): -7913361 or 7291015. OLE color: 7291015.
HSL color Cylindrical-coordinate representation of color #87406F: hue angle of 320.28º 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 #87406F is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 64 | 111 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.47 |
| HSL | 320.28º | 0.36% | 0.39% | - |
| HSV(B) | 320.28º | 0.53% | 0.53% | - |
| XYZ | 14.69 | 9.97 | 16.19 | - |
| YUV | 90.59 | 139.52 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 111 | 0 | 0.53 | 0.18 | 0.47 | 320.28 | 0.36 | 0.39 |
| Hex | 87 | 40 | 6F | 0 | 35 | 12 | 2F | 140 | 24 | 27 |
| Octal | 207 | 100 | 157 | 0 | 65 | 22 | 57 | 500 | 44 | 47 |
| Binary | 10000111 | 1000000 | 1101111 | 0 | 110101 | 10010 | 101111 | 101000000 | 100100 | 100111 |
Color Harmonies of #87406F
Complementary color
Monochromatic Colors of #87406F
Black with #87406F
Text Example
Text Example
White with #87406F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87406F; }
p { color: rgb(135,64,111); }
H1.HeaderClassName
{
color: #87406F;
}
.AnyTagClassName
{
color: #87406F;
}
</style>
background-color css
<style>
a { background-color: #87406F; }
a { background-color: rgb(135,64,111); }
div.DivClassName
{
background-color: #87406F;
}
.BgClassName
{
background-color: #87406F;
}
</style>
border-color css
<style>
span { border-color: #87406F; }
span { border-color: rgb(135,64,111); }
td.TdClassName
{
border-color: #87406F;
}
.TagClassName
{
border-color: #87406F;
}
</style>