Shades of Cosmic #804E72
Tints of Cosmic #804E72
RGB
CMYK
RGB Variations
Color information
#804E72 (or 0x804E72) is known color: Cosmic. HEX triplet: 80, 4E and 72. RGB value is (128,78,114). Sum of RGB (Red+Green+Blue) = 128+78+114=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 128 - color contains mainly: red. Hex color #804E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #804E72 is #7FB18D. Grayscale: #606060. Windows color (decimal): -8368526 or 7491200. OLE color: 7491200.
HSL color Cylindrical-coordinate representation of color #804E72: hue angle of 316.8º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #804E72 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 78 | 114 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.50 |
| HSL | 316.8º | 0.24% | 0.4% | - |
| HSV(B) | 316.8º | 0.39% | 0.5% | - |
| XYZ | 14.66 | 11.25 | 17.32 | - |
| YUV | 97.05 | 137.57 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 78 | 114 | 0 | 0.39 | 0.11 | 0.50 | 316.8 | 0.24 | 0.4 |
| Hex | 80 | 4E | 72 | 0 | 27 | B | 32 | 13D | 18 | 28 |
| Octal | 200 | 116 | 162 | 0 | 47 | 13 | 62 | 475 | 30 | 50 |
| Binary | 10000000 | 1001110 | 1110010 | 0 | 100111 | 1011 | 110010 | 100111101 | 11000 | 101000 |
Color Harmonies of #804E72
Complementary color
Monochromatic Colors of #804E72
Black with #804E72
Text Example
Text Example
White with #804E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804E72; }
p { color: rgb(128,78,114); }
H1.HeaderClassName
{
color: #804E72;
}
.AnyTagClassName
{
color: #804E72;
}
</style>
background-color css
<style>
a { background-color: #804E72; }
a { background-color: rgb(128,78,114); }
div.DivClassName
{
background-color: #804E72;
}
.BgClassName
{
background-color: #804E72;
}
</style>
border-color css
<style>
span { border-color: #804E72; }
span { border-color: rgb(128,78,114); }
td.TdClassName
{
border-color: #804E72;
}
.TagClassName
{
border-color: #804E72;
}
</style>