Shades of Cosmic #864E74
Tints of Cosmic #864E74
RGB
CMYK
RGB Variations
Color information
#864E74 (or 0x864E74) is known color: Cosmic. HEX triplet: 86, 4E and 74. RGB value is (134,78,116). Sum of RGB (Red+Green+Blue) = 134+78+116=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 134 - color contains mainly: red. Hex color #864E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864E74 is #79B18B. Grayscale: #626262. Windows color (decimal): -7975308 or 7622278. OLE color: 7622278.
HSL color Cylindrical-coordinate representation of color #864E74: hue angle of 319.29º degrees, saturation: 0.26, 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 #864E74 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 78 | 116 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.47 |
| HSL | 319.29º | 0.26% | 0.42% | - |
| HSV(B) | 319.29º | 0.42% | 0.53% | - |
| XYZ | 15.71 | 11.78 | 17.97 | - |
| YUV | 99.08 | 137.55 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 78 | 116 | 0 | 0.42 | 0.13 | 0.47 | 319.29 | 0.26 | 0.42 |
| Hex | 86 | 4E | 74 | 0 | 2A | D | 2F | 13F | 1A | 2A |
| Octal | 206 | 116 | 164 | 0 | 52 | 15 | 57 | 477 | 32 | 52 |
| Binary | 10000110 | 1001110 | 1110100 | 0 | 101010 | 1101 | 101111 | 100111111 | 11010 | 101010 |
Color Harmonies of #864E74
Complementary color
Monochromatic Colors of #864E74
Black with #864E74
Text Example
Text Example
White with #864E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864E74; }
p { color: rgb(134,78,116); }
H1.HeaderClassName
{
color: #864E74;
}
.AnyTagClassName
{
color: #864E74;
}
</style>
background-color css
<style>
a { background-color: #864E74; }
a { background-color: rgb(134,78,116); }
div.DivClassName
{
background-color: #864E74;
}
.BgClassName
{
background-color: #864E74;
}
</style>
border-color css
<style>
span { border-color: #864E74; }
span { border-color: rgb(134,78,116); }
td.TdClassName
{
border-color: #864E74;
}
.TagClassName
{
border-color: #864E74;
}
</style>