Shades of Cosmic #784265
Tints of Cosmic #784265
RGB
CMYK
RGB Variations
Color information
#784265 (or 0x784265) is known color: Cosmic. HEX triplet: 78, 42 and 65. RGB value is (120,66,101). Sum of RGB (Red+Green+Blue) = 120+66+101=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 120 - color contains mainly: red. Hex color #784265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784265 is #87BD9A. Grayscale: #565656. Windows color (decimal): -8895899 or 6636152. OLE color: 6636152.
HSL color Cylindrical-coordinate representation of color #784265: hue angle of 321.11º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #784265 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 66 | 101 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.53 |
| HSL | 321.11º | 0.29% | 0.36% | - |
| HSV(B) | 321.11º | 0.45% | 0.47% | - |
| XYZ | 12.04 | 8.83 | 13.38 | - |
| YUV | 86.14 | 136.39 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 66 | 101 | 0 | 0.45 | 0.16 | 0.53 | 321.11 | 0.29 | 0.36 |
| Hex | 78 | 42 | 65 | 0 | 2D | 10 | 35 | 141 | 1D | 24 |
| Octal | 170 | 102 | 145 | 0 | 55 | 20 | 65 | 501 | 35 | 44 |
| Binary | 1111000 | 1000010 | 1100101 | 0 | 101101 | 10000 | 110101 | 101000001 | 11101 | 100100 |
Color Harmonies of #784265
Complementary color
Monochromatic Colors of #784265
Black with #784265
Text Example
Text Example
White with #784265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784265; }
p { color: rgb(120,66,101); }
H1.HeaderClassName
{
color: #784265;
}
.AnyTagClassName
{
color: #784265;
}
</style>
background-color css
<style>
a { background-color: #784265; }
a { background-color: rgb(120,66,101); }
div.DivClassName
{
background-color: #784265;
}
.BgClassName
{
background-color: #784265;
}
</style>
border-color css
<style>
span { border-color: #784265; }
span { border-color: rgb(120,66,101); }
td.TdClassName
{
border-color: #784265;
}
.TagClassName
{
border-color: #784265;
}
</style>