Shades of Cosmic #873F6B
Tints of Cosmic #873F6B
RGB
CMYK
RGB Variations
Color information
#873F6B (or 0x873F6B) is known color: Cosmic. HEX triplet: 87, 3F and 6B. RGB value is (135,63,107). Sum of RGB (Red+Green+Blue) = 135+63+107=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #873F6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873F6B is #78C094. Grayscale: #595959. Windows color (decimal): -7913621 or 7028615. OLE color: 7028615.
HSL color Cylindrical-coordinate representation of color #873F6B: hue angle of 323.33º 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 #873F6B is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 63 | 107 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.47 |
| HSL | 323.33º | 0.36% | 0.39% | - |
| HSV(B) | 323.33º | 0.53% | 0.53% | - |
| XYZ | 14.42 | 9.77 | 15.04 | - |
| YUV | 89.54 | 137.85 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 63 | 107 | 0 | 0.53 | 0.21 | 0.47 | 323.33 | 0.36 | 0.39 |
| Hex | 87 | 3F | 6B | 0 | 35 | 15 | 2F | 143 | 24 | 27 |
| Octal | 207 | 77 | 153 | 0 | 65 | 25 | 57 | 503 | 44 | 47 |
| Binary | 10000111 | 111111 | 1101011 | 0 | 110101 | 10101 | 101111 | 101000011 | 100100 | 100111 |
Color Harmonies of #873F6B
Complementary color
Monochromatic Colors of #873F6B
Black with #873F6B
Text Example
Text Example
White with #873F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873F6B; }
p { color: rgb(135,63,107); }
H1.HeaderClassName
{
color: #873F6B;
}
.AnyTagClassName
{
color: #873F6B;
}
</style>
background-color css
<style>
a { background-color: #873F6B; }
a { background-color: rgb(135,63,107); }
div.DivClassName
{
background-color: #873F6B;
}
.BgClassName
{
background-color: #873F6B;
}
</style>
border-color css
<style>
span { border-color: #873F6B; }
span { border-color: rgb(135,63,107); }
td.TdClassName
{
border-color: #873F6B;
}
.TagClassName
{
border-color: #873F6B;
}
</style>