Shades of Cosmic #783F59
Tints of Cosmic #783F59
RGB
CMYK
RGB Variations
Color information
#783F59 (or 0x783F59) is known color: Cosmic. HEX triplet: 78, 3F and 59. RGB value is (120,63,89). Sum of RGB (Red+Green+Blue) = 120+63+89=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 89 (35.16% from 255 or 32.72% from 272); Max value from RGB is 120 - color contains mainly: red. Hex color #783F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783F59 is #87C0A6. Grayscale: #525252. Windows color (decimal): -8896679 or 5848952. OLE color: 5848952.
HSL color Cylindrical-coordinate representation of color #783F59: hue angle of 332.63º 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 #783F59 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 63 | 89 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.53 |
| HSL | 332.63º | 0.31% | 0.36% | - |
| HSV(B) | 332.63º | 0.48% | 0.47% | - |
| XYZ | 11.33 | 8.27 | 10.45 | - |
| YUV | 83.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 63 | 89 | 0 | 0.48 | 0.26 | 0.53 | 332.63 | 0.31 | 0.36 |
| Hex | 78 | 3F | 59 | 0 | 30 | 1A | 35 | 14D | 1F | 24 |
| Octal | 170 | 77 | 131 | 0 | 60 | 32 | 65 | 515 | 37 | 44 |
| Binary | 1111000 | 111111 | 1011001 | 0 | 110000 | 11010 | 110101 | 101001101 | 11111 | 100100 |
Color Harmonies of #783F59
Complementary color
Monochromatic Colors of #783F59
Black with #783F59
Text Example
Text Example
White with #783F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783F59; }
p { color: rgb(120,63,89); }
H1.HeaderClassName
{
color: #783F59;
}
.AnyTagClassName
{
color: #783F59;
}
</style>
background-color css
<style>
a { background-color: #783F59; }
a { background-color: rgb(120,63,89); }
div.DivClassName
{
background-color: #783F59;
}
.BgClassName
{
background-color: #783F59;
}
</style>
border-color css
<style>
span { border-color: #783F59; }
span { border-color: rgb(120,63,89); }
td.TdClassName
{
border-color: #783F59;
}
.TagClassName
{
border-color: #783F59;
}
</style>