Shades of Cosmic #874E74
Tints of Cosmic #874E74
RGB
CMYK
RGB Variations
Color information
#874E74 (or 0x874E74) is known color: Cosmic. HEX triplet: 87, 4E and 74. RGB value is (135,78,116). Sum of RGB (Red+Green+Blue) = 135+78+116=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 135 - color contains mainly: red. Hex color #874E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E74 is #78B18B. Grayscale: #636363. Windows color (decimal): -7909772 or 7622279. OLE color: 7622279.
HSL color Cylindrical-coordinate representation of color #874E74: hue angle of 320º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #874E74 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 78 | 116 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.47 |
| HSL | 320º | 0.27% | 0.42% | - |
| HSV(B) | 320º | 0.42% | 0.53% | - |
| XYZ | 15.87 | 11.86 | 17.98 | - |
| YUV | 99.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 78 | 116 | 0 | 0.42 | 0.14 | 0.47 | 320 | 0.27 | 0.42 |
| Hex | 87 | 4E | 74 | 0 | 2A | E | 2F | 140 | 1B | 2A |
| Octal | 207 | 116 | 164 | 0 | 52 | 16 | 57 | 500 | 33 | 52 |
| Binary | 10000111 | 1001110 | 1110100 | 0 | 101010 | 1110 | 101111 | 101000000 | 11011 | 101010 |
Color Harmonies of #874E74
Complementary color
Monochromatic Colors of #874E74
Black with #874E74
Text Example
Text Example
White with #874E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874E74; }
p { color: rgb(135,78,116); }
H1.HeaderClassName
{
color: #874E74;
}
.AnyTagClassName
{
color: #874E74;
}
</style>
background-color css
<style>
a { background-color: #874E74; }
a { background-color: rgb(135,78,116); }
div.DivClassName
{
background-color: #874E74;
}
.BgClassName
{
background-color: #874E74;
}
</style>
border-color css
<style>
span { border-color: #874E74; }
span { border-color: rgb(135,78,116); }
td.TdClassName
{
border-color: #874E74;
}
.TagClassName
{
border-color: #874E74;
}
</style>