Shades of Cosmic #804768
Tints of Cosmic #804768
RGB
CMYK
RGB Variations
Color information
#804768 (or 0x804768) is known color: Cosmic. HEX triplet: 80, 47 and 68. RGB value is (128,71,104). Sum of RGB (Red+Green+Blue) = 128+71+104=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 128 - color contains mainly: red. Hex color #804768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804768 is #7FB897. Grayscale: #5B5B5B. Windows color (decimal): -8370328 or 6834048. OLE color: 6834048.
HSL color Cylindrical-coordinate representation of color #804768: hue angle of 325.26º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #804768 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 71 | 104 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.50 |
| HSL | 325.26º | 0.29% | 0.39% | - |
| HSV(B) | 325.26º | 0.45% | 0.5% | - |
| XYZ | 13.65 | 10.1 | 14.33 | - |
| YUV | 91.81 | 134.88 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 71 | 104 | 0 | 0.45 | 0.19 | 0.50 | 325.26 | 0.29 | 0.39 |
| Hex | 80 | 47 | 68 | 0 | 2D | 13 | 32 | 145 | 1D | 27 |
| Octal | 200 | 107 | 150 | 0 | 55 | 23 | 62 | 505 | 35 | 47 |
| Binary | 10000000 | 1000111 | 1101000 | 0 | 101101 | 10011 | 110010 | 101000101 | 11101 | 100111 |
Color Harmonies of #804768
Complementary color
Monochromatic Colors of #804768
Black with #804768
Text Example
Text Example
White with #804768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804768; }
p { color: rgb(128,71,104); }
H1.HeaderClassName
{
color: #804768;
}
.AnyTagClassName
{
color: #804768;
}
</style>
background-color css
<style>
a { background-color: #804768; }
a { background-color: rgb(128,71,104); }
div.DivClassName
{
background-color: #804768;
}
.BgClassName
{
background-color: #804768;
}
</style>
border-color css
<style>
span { border-color: #804768; }
span { border-color: rgb(128,71,104); }
td.TdClassName
{
border-color: #804768;
}
.TagClassName
{
border-color: #804768;
}
</style>