Shades of Cosmic #873F70
Tints of Cosmic #873F70
RGB
CMYK
RGB Variations
Color information
#873F70 (or 0x873F70) is known color: Cosmic. HEX triplet: 87, 3F and 70. RGB value is (135,63,112). Sum of RGB (Red+Green+Blue) = 135+63+112=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 135 - color contains mainly: red. Hex color #873F70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873F70 is #78C08F. Grayscale: #595959. Windows color (decimal): -7913616 or 7356295. OLE color: 7356295.
HSL color Cylindrical-coordinate representation of color #873F70: hue angle of 319.17º 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 #873F70 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 63 | 112 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.47 |
| HSL | 319.17º | 0.36% | 0.39% | - |
| HSV(B) | 319.17º | 0.53% | 0.53% | - |
| XYZ | 14.69 | 9.88 | 16.46 | - |
| YUV | 90.11 | 140.35 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 63 | 112 | 0 | 0.53 | 0.17 | 0.47 | 319.17 | 0.36 | 0.39 |
| Hex | 87 | 3F | 70 | 0 | 35 | 11 | 2F | 13F | 24 | 27 |
| Octal | 207 | 77 | 160 | 0 | 65 | 21 | 57 | 477 | 44 | 47 |
| Binary | 10000111 | 111111 | 1110000 | 0 | 110101 | 10001 | 101111 | 100111111 | 100100 | 100111 |
Color Harmonies of #873F70
Complementary color
Monochromatic Colors of #873F70
Black with #873F70
Text Example
Text Example
White with #873F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873F70; }
p { color: rgb(135,63,112); }
H1.HeaderClassName
{
color: #873F70;
}
.AnyTagClassName
{
color: #873F70;
}
</style>
background-color css
<style>
a { background-color: #873F70; }
a { background-color: rgb(135,63,112); }
div.DivClassName
{
background-color: #873F70;
}
.BgClassName
{
background-color: #873F70;
}
</style>
border-color css
<style>
span { border-color: #873F70; }
span { border-color: rgb(135,63,112); }
td.TdClassName
{
border-color: #873F70;
}
.TagClassName
{
border-color: #873F70;
}
</style>