Shades of Cosmic #864D73
Tints of Cosmic #864D73
RGB
CMYK
RGB Variations
Color information
#864D73 (or 0x864D73) is known color: Cosmic. HEX triplet: 86, 4D and 73. RGB value is (134,77,115). Sum of RGB (Red+Green+Blue) = 134+77+115=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 134 - color contains mainly: red. Hex color #864D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864D73 is #79B28C. Grayscale: #626262. Windows color (decimal): -7975565 or 7556486. OLE color: 7556486.
HSL color Cylindrical-coordinate representation of color #864D73: hue angle of 320º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #864D73 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 77 | 115 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.47 |
| HSL | 320º | 0.27% | 0.41% | - |
| HSV(B) | 320º | 0.43% | 0.53% | - |
| XYZ | 15.58 | 11.61 | 17.64 | - |
| YUV | 98.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 77 | 115 | 0 | 0.43 | 0.14 | 0.47 | 320 | 0.27 | 0.41 |
| Hex | 86 | 4D | 73 | 0 | 2B | E | 2F | 140 | 1B | 29 |
| Octal | 206 | 115 | 163 | 0 | 53 | 16 | 57 | 500 | 33 | 51 |
| Binary | 10000110 | 1001101 | 1110011 | 0 | 101011 | 1110 | 101111 | 101000000 | 11011 | 101001 |
Color Harmonies of #864D73
Complementary color
Monochromatic Colors of #864D73
Black with #864D73
Text Example
Text Example
White with #864D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864D73; }
p { color: rgb(134,77,115); }
H1.HeaderClassName
{
color: #864D73;
}
.AnyTagClassName
{
color: #864D73;
}
</style>
background-color css
<style>
a { background-color: #864D73; }
a { background-color: rgb(134,77,115); }
div.DivClassName
{
background-color: #864D73;
}
.BgClassName
{
background-color: #864D73;
}
</style>
border-color css
<style>
span { border-color: #864D73; }
span { border-color: rgb(134,77,115); }
td.TdClassName
{
border-color: #864D73;
}
.TagClassName
{
border-color: #864D73;
}
</style>