Shades of Cosmic #874C68
Tints of Cosmic #874C68
RGB
CMYK
RGB Variations
Color information
#874C68 (or 0x874C68) is known color: Cosmic. HEX triplet: 87, 4C and 68. RGB value is (135,76,104). Sum of RGB (Red+Green+Blue) = 135+76+104=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #874C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874C68 is #78B397. Grayscale: #606060. Windows color (decimal): -7910296 or 6835335. OLE color: 6835335.
HSL color Cylindrical-coordinate representation of color #874C68: hue angle of 331.53º 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 #874C68 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 76 | 104 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.47 |
| HSL | 331.53º | 0.28% | 0.41% | - |
| HSV(B) | 331.53º | 0.44% | 0.53% | - |
| XYZ | 15.07 | 11.32 | 14.49 | - |
| YUV | 96.83 | 132.05 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 76 | 104 | 0 | 0.44 | 0.23 | 0.47 | 331.53 | 0.28 | 0.41 |
| Hex | 87 | 4C | 68 | 0 | 2C | 17 | 2F | 14C | 1C | 29 |
| Octal | 207 | 114 | 150 | 0 | 54 | 27 | 57 | 514 | 34 | 51 |
| Binary | 10000111 | 1001100 | 1101000 | 0 | 101100 | 10111 | 101111 | 101001100 | 11100 | 101001 |
Color Harmonies of #874C68
Complementary color
Monochromatic Colors of #874C68
Black with #874C68
Text Example
Text Example
White with #874C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874C68; }
p { color: rgb(135,76,104); }
H1.HeaderClassName
{
color: #874C68;
}
.AnyTagClassName
{
color: #874C68;
}
</style>
background-color css
<style>
a { background-color: #874C68; }
a { background-color: rgb(135,76,104); }
div.DivClassName
{
background-color: #874C68;
}
.BgClassName
{
background-color: #874C68;
}
</style>
border-color css
<style>
span { border-color: #874C68; }
span { border-color: rgb(135,76,104); }
td.TdClassName
{
border-color: #874C68;
}
.TagClassName
{
border-color: #874C68;
}
</style>