Shades of Cosmic #783F60
Tints of Cosmic #783F60
RGB
CMYK
RGB Variations
Color information
#783F60 (or 0x783F60) is known color: Cosmic. HEX triplet: 78, 3F and 60. RGB value is (120,63,96). Sum of RGB (Red+Green+Blue) = 120+63+96=279 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.01% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 120 - color contains mainly: red. Hex color #783F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783F60 is #87C09F. Grayscale: #535353. Windows color (decimal): -8896672 or 6307704. OLE color: 6307704.
HSL color Cylindrical-coordinate representation of color #783F60: hue angle of 325.26º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #783F60 is Cyan = 0, Magento = 0.48, Yellow = 0.2 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 63 | 96 | - |
| CMYK | 0 | 0.48 | 0.2 | 0.53 |
| HSL | 325.26º | 0.31% | 0.36% | - |
| HSV(B) | 325.26º | 0.48% | 0.47% | - |
| XYZ | 11.63 | 8.39 | 12.07 | - |
| YUV | 83.81 | 134.88 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 63 | 96 | 0 | 0.48 | 0.2 | 0.53 | 325.26 | 0.31 | 0.36 |
| Hex | 78 | 3F | 60 | 0 | 30 | 14 | 35 | 145 | 1F | 24 |
| Octal | 170 | 77 | 140 | 0 | 60 | 24 | 65 | 505 | 37 | 44 |
| Binary | 1111000 | 111111 | 1100000 | 0 | 110000 | 10100 | 110101 | 101000101 | 11111 | 100100 |
Color Harmonies of #783F60
Complementary color
Monochromatic Colors of #783F60
Black with #783F60
Text Example
Text Example
White with #783F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783F60; }
p { color: rgb(120,63,96); }
H1.HeaderClassName
{
color: #783F60;
}
.AnyTagClassName
{
color: #783F60;
}
</style>
background-color css
<style>
a { background-color: #783F60; }
a { background-color: rgb(120,63,96); }
div.DivClassName
{
background-color: #783F60;
}
.BgClassName
{
background-color: #783F60;
}
</style>
border-color css
<style>
span { border-color: #783F60; }
span { border-color: rgb(120,63,96); }
td.TdClassName
{
border-color: #783F60;
}
.TagClassName
{
border-color: #783F60;
}
</style>