Shades of Cosmic #873F68
Tints of Cosmic #873F68
RGB
CMYK
RGB Variations
Color information
#873F68 (or 0x873F68) is known color: Cosmic. HEX triplet: 87, 3F and 68. RGB value is (135,63,104). Sum of RGB (Red+Green+Blue) = 135+63+104=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #873F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873F68 is #78C097. Grayscale: #595959. Windows color (decimal): -7913624 or 6832007. OLE color: 6832007.
HSL color Cylindrical-coordinate representation of color #873F68: hue angle of 325.83º 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 #873F68 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 63 | 104 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.47 |
| HSL | 325.83º | 0.36% | 0.39% | - |
| HSV(B) | 325.83º | 0.53% | 0.53% | - |
| XYZ | 14.27 | 9.71 | 14.22 | - |
| YUV | 89.2 | 136.35 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 63 | 104 | 0 | 0.53 | 0.23 | 0.47 | 325.83 | 0.36 | 0.39 |
| Hex | 87 | 3F | 68 | 0 | 35 | 17 | 2F | 146 | 24 | 27 |
| Octal | 207 | 77 | 150 | 0 | 65 | 27 | 57 | 506 | 44 | 47 |
| Binary | 10000111 | 111111 | 1101000 | 0 | 110101 | 10111 | 101111 | 101000110 | 100100 | 100111 |
Color Harmonies of #873F68
Complementary color
Monochromatic Colors of #873F68
Black with #873F68
Text Example
Text Example
White with #873F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873F68; }
p { color: rgb(135,63,104); }
H1.HeaderClassName
{
color: #873F68;
}
.AnyTagClassName
{
color: #873F68;
}
</style>
background-color css
<style>
a { background-color: #873F68; }
a { background-color: rgb(135,63,104); }
div.DivClassName
{
background-color: #873F68;
}
.BgClassName
{
background-color: #873F68;
}
</style>
border-color css
<style>
span { border-color: #873F68; }
span { border-color: rgb(135,63,104); }
td.TdClassName
{
border-color: #873F68;
}
.TagClassName
{
border-color: #873F68;
}
</style>