Shades of Cosmic #873E6B
Tints of Cosmic #873E6B
RGB
CMYK
RGB Variations
Color information
#873E6B (or 0x873E6B) is known color: Cosmic. HEX triplet: 87, 3E and 6B. RGB value is (135,62,107). Sum of RGB (Red+Green+Blue) = 135+62+107=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 62 (24.61% from 255 or 20.39% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #873E6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873E6B is #78C194. Grayscale: #585858. Windows color (decimal): -7913877 or 7028359. OLE color: 7028359.
HSL color Cylindrical-coordinate representation of color #873E6B: hue angle of 323.01º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #873E6B is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 62 | 107 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.47 |
| HSL | 323.01º | 0.37% | 0.39% | - |
| HSV(B) | 323.01º | 0.54% | 0.53% | - |
| XYZ | 14.37 | 9.66 | 15.02 | - |
| YUV | 88.96 | 138.18 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 62 | 107 | 0 | 0.54 | 0.21 | 0.47 | 323.01 | 0.37 | 0.39 |
| Hex | 87 | 3E | 6B | 0 | 36 | 15 | 2F | 143 | 25 | 27 |
| Octal | 207 | 76 | 153 | 0 | 66 | 25 | 57 | 503 | 45 | 47 |
| Binary | 10000111 | 111110 | 1101011 | 0 | 110110 | 10101 | 101111 | 101000011 | 100101 | 100111 |
Color Harmonies of #873E6B
Complementary color
Monochromatic Colors of #873E6B
Black with #873E6B
Text Example
Text Example
White with #873E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873E6B; }
p { color: rgb(135,62,107); }
H1.HeaderClassName
{
color: #873E6B;
}
.AnyTagClassName
{
color: #873E6B;
}
</style>
background-color css
<style>
a { background-color: #873E6B; }
a { background-color: rgb(135,62,107); }
div.DivClassName
{
background-color: #873E6B;
}
.BgClassName
{
background-color: #873E6B;
}
</style>
border-color css
<style>
span { border-color: #873E6B; }
span { border-color: rgb(135,62,107); }
td.TdClassName
{
border-color: #873E6B;
}
.TagClassName
{
border-color: #873E6B;
}
</style>