Shades of Cosmic #87426E
Tints of Cosmic #87426E
RGB
CMYK
RGB Variations
Color information
#87426E (or 0x87426E) is known color: Cosmic. HEX triplet: 87, 42 and 6E. RGB value is (135,66,110). Sum of RGB (Red+Green+Blue) = 135+66+110=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #87426E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87426E is #78BD91. Grayscale: #5B5B5B. Windows color (decimal): -7912850 or 7225991. OLE color: 7225991.
HSL color Cylindrical-coordinate representation of color #87426E: hue angle of 321.74º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #87426E is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 66 | 110 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.47 |
| HSL | 321.74º | 0.34% | 0.39% | - |
| HSV(B) | 321.74º | 0.51% | 0.53% | - |
| XYZ | 14.75 | 10.17 | 15.94 | - |
| YUV | 91.65 | 138.36 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 66 | 110 | 0 | 0.51 | 0.19 | 0.47 | 321.74 | 0.34 | 0.39 |
| Hex | 87 | 42 | 6E | 0 | 33 | 13 | 2F | 142 | 22 | 27 |
| Octal | 207 | 102 | 156 | 0 | 63 | 23 | 57 | 502 | 42 | 47 |
| Binary | 10000111 | 1000010 | 1101110 | 0 | 110011 | 10011 | 101111 | 101000010 | 100010 | 100111 |
Color Harmonies of #87426E
Complementary color
Monochromatic Colors of #87426E
Black with #87426E
Text Example
Text Example
White with #87426E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87426E; }
p { color: rgb(135,66,110); }
H1.HeaderClassName
{
color: #87426E;
}
.AnyTagClassName
{
color: #87426E;
}
</style>
background-color css
<style>
a { background-color: #87426E; }
a { background-color: rgb(135,66,110); }
div.DivClassName
{
background-color: #87426E;
}
.BgClassName
{
background-color: #87426E;
}
</style>
border-color css
<style>
span { border-color: #87426E; }
span { border-color: rgb(135,66,110); }
td.TdClassName
{
border-color: #87426E;
}
.TagClassName
{
border-color: #87426E;
}
</style>