Shades of Cosmic #784365
Tints of Cosmic #784365
RGB
CMYK
RGB Variations
Color information
#784365 (or 0x784365) is known color: Cosmic. HEX triplet: 78, 43 and 65. RGB value is (120,67,101). Sum of RGB (Red+Green+Blue) = 120+67+101=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 120 - color contains mainly: red. Hex color #784365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784365 is #87BC9A. Grayscale: #565656. Windows color (decimal): -8895643 or 6636408. OLE color: 6636408.
HSL color Cylindrical-coordinate representation of color #784365: hue angle of 321.51º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #784365 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 67 | 101 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.53 |
| HSL | 321.51º | 0.28% | 0.37% | - |
| HSV(B) | 321.51º | 0.44% | 0.47% | - |
| XYZ | 12.1 | 8.95 | 13.4 | - |
| YUV | 86.72 | 136.06 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 67 | 101 | 0 | 0.44 | 0.16 | 0.53 | 321.51 | 0.28 | 0.37 |
| Hex | 78 | 43 | 65 | 0 | 2C | 10 | 35 | 142 | 1C | 25 |
| Octal | 170 | 103 | 145 | 0 | 54 | 20 | 65 | 502 | 34 | 45 |
| Binary | 1111000 | 1000011 | 1100101 | 0 | 101100 | 10000 | 110101 | 101000010 | 11100 | 100101 |
Color Harmonies of #784365
Complementary color
Monochromatic Colors of #784365
Black with #784365
Text Example
Text Example
White with #784365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784365; }
p { color: rgb(120,67,101); }
H1.HeaderClassName
{
color: #784365;
}
.AnyTagClassName
{
color: #784365;
}
</style>
background-color css
<style>
a { background-color: #784365; }
a { background-color: rgb(120,67,101); }
div.DivClassName
{
background-color: #784365;
}
.BgClassName
{
background-color: #784365;
}
</style>
border-color css
<style>
span { border-color: #784365; }
span { border-color: rgb(120,67,101); }
td.TdClassName
{
border-color: #784365;
}
.TagClassName
{
border-color: #784365;
}
</style>