Shades of Cosmic #874C6C
Tints of Cosmic #874C6C
RGB
CMYK
RGB Variations
Color information
#874C6C (or 0x874C6C) is known color: Cosmic. HEX triplet: 87, 4C and 6C. RGB value is (135,76,108). Sum of RGB (Red+Green+Blue) = 135+76+108=319 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.32% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 135 - color contains mainly: red. Hex color #874C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874C6C is #78B393. Grayscale: #616161. Windows color (decimal): -7910292 or 7097479. OLE color: 7097479.
HSL color Cylindrical-coordinate representation of color #874C6C: hue angle of 327.46º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #874C6C is Cyan = 0, Magento = 0.44, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 76 | 108 | - |
| CMYK | 0 | 0.44 | 0.2 | 0.47 |
| HSL | 327.46º | 0.28% | 0.41% | - |
| HSV(B) | 327.46º | 0.44% | 0.53% | - |
| XYZ | 15.28 | 11.4 | 15.58 | - |
| YUV | 97.29 | 134.05 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 76 | 108 | 0 | 0.44 | 0.2 | 0.47 | 327.46 | 0.28 | 0.41 |
| Hex | 87 | 4C | 6C | 0 | 2C | 14 | 2F | 147 | 1C | 29 |
| Octal | 207 | 114 | 154 | 0 | 54 | 24 | 57 | 507 | 34 | 51 |
| Binary | 10000111 | 1001100 | 1101100 | 0 | 101100 | 10100 | 101111 | 101000111 | 11100 | 101001 |
Color Harmonies of #874C6C
Complementary color
Monochromatic Colors of #874C6C
Black with #874C6C
Text Example
Text Example
White with #874C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874C6C; }
p { color: rgb(135,76,108); }
H1.HeaderClassName
{
color: #874C6C;
}
.AnyTagClassName
{
color: #874C6C;
}
</style>
background-color css
<style>
a { background-color: #874C6C; }
a { background-color: rgb(135,76,108); }
div.DivClassName
{
background-color: #874C6C;
}
.BgClassName
{
background-color: #874C6C;
}
</style>
border-color css
<style>
span { border-color: #874C6C; }
span { border-color: rgb(135,76,108); }
td.TdClassName
{
border-color: #874C6C;
}
.TagClassName
{
border-color: #874C6C;
}
</style>