Shades of Cosmic #804765
Tints of Cosmic #804765
RGB
CMYK
RGB Variations
Color information
#804765 (or 0x804765) is known color: Cosmic. HEX triplet: 80, 47 and 65. RGB value is (128,71,101). Sum of RGB (Red+Green+Blue) = 128+71+101=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 128 - color contains mainly: red. Hex color #804765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804765 is #7FB89A. Grayscale: #5B5B5B. Windows color (decimal): -8370331 or 6637440. OLE color: 6637440.
HSL color Cylindrical-coordinate representation of color #804765: hue angle of 328.42º 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 #804765 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 71 | 101 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.50 |
| HSL | 328.42º | 0.29% | 0.39% | - |
| HSV(B) | 328.42º | 0.45% | 0.5% | - |
| XYZ | 13.5 | 10.04 | 13.54 | - |
| YUV | 91.46 | 133.38 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 71 | 101 | 0 | 0.45 | 0.21 | 0.50 | 328.42 | 0.29 | 0.39 |
| Hex | 80 | 47 | 65 | 0 | 2D | 15 | 32 | 148 | 1D | 27 |
| Octal | 200 | 107 | 145 | 0 | 55 | 25 | 62 | 510 | 35 | 47 |
| Binary | 10000000 | 1000111 | 1100101 | 0 | 101101 | 10101 | 110010 | 101001000 | 11101 | 100111 |
Color Harmonies of #804765
Complementary color
Monochromatic Colors of #804765
Black with #804765
Text Example
Text Example
White with #804765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804765; }
p { color: rgb(128,71,101); }
H1.HeaderClassName
{
color: #804765;
}
.AnyTagClassName
{
color: #804765;
}
</style>
background-color css
<style>
a { background-color: #804765; }
a { background-color: rgb(128,71,101); }
div.DivClassName
{
background-color: #804765;
}
.BgClassName
{
background-color: #804765;
}
</style>
border-color css
<style>
span { border-color: #804765; }
span { border-color: rgb(128,71,101); }
td.TdClassName
{
border-color: #804765;
}
.TagClassName
{
border-color: #804765;
}
</style>