Shades of Cosmic #87456D
Tints of Cosmic #87456D
RGB
CMYK
RGB Variations
Color information
#87456D (or 0x87456D) is known color: Cosmic. HEX triplet: 87, 45 and 6D. RGB value is (135,69,109). Sum of RGB (Red+Green+Blue) = 135+69+109=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #87456D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87456D is #78BA92. Grayscale: #5D5D5D. Windows color (decimal): -7912083 or 7161223. OLE color: 7161223.
HSL color Cylindrical-coordinate representation of color #87456D: hue angle of 323.64º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #87456D is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 69 | 109 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.47 |
| HSL | 323.64º | 0.32% | 0.4% | - |
| HSV(B) | 323.64º | 0.49% | 0.53% | - |
| XYZ | 14.88 | 10.51 | 15.71 | - |
| YUV | 93.29 | 136.87 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 69 | 109 | 0 | 0.49 | 0.19 | 0.47 | 323.64 | 0.32 | 0.4 |
| Hex | 87 | 45 | 6D | 0 | 31 | 13 | 2F | 144 | 20 | 28 |
| Octal | 207 | 105 | 155 | 0 | 61 | 23 | 57 | 504 | 40 | 50 |
| Binary | 10000111 | 1000101 | 1101101 | 0 | 110001 | 10011 | 101111 | 101000100 | 100000 | 101000 |
Color Harmonies of #87456D
Complementary color
Monochromatic Colors of #87456D
Black with #87456D
Text Example
Text Example
White with #87456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87456D; }
p { color: rgb(135,69,109); }
H1.HeaderClassName
{
color: #87456D;
}
.AnyTagClassName
{
color: #87456D;
}
</style>
background-color css
<style>
a { background-color: #87456D; }
a { background-color: rgb(135,69,109); }
div.DivClassName
{
background-color: #87456D;
}
.BgClassName
{
background-color: #87456D;
}
</style>
border-color css
<style>
span { border-color: #87456D; }
span { border-color: rgb(135,69,109); }
td.TdClassName
{
border-color: #87456D;
}
.TagClassName
{
border-color: #87456D;
}
</style>