Shades of Cosmic #783F62
Tints of Cosmic #783F62
RGB
CMYK
RGB Variations
Color information
#783F62 (or 0x783F62) is known color: Cosmic. HEX triplet: 78, 3F and 62. RGB value is (120,63,98). Sum of RGB (Red+Green+Blue) = 120+63+98=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #783F62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783F62 is #87C09D. Grayscale: #535353. Windows color (decimal): -8896670 or 6438776. OLE color: 6438776.
HSL color Cylindrical-coordinate representation of color #783F62: hue angle of 323.16º 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 #783F62 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 63 | 98 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.53 |
| HSL | 323.16º | 0.31% | 0.36% | - |
| HSV(B) | 323.16º | 0.48% | 0.47% | - |
| XYZ | 11.73 | 8.43 | 12.56 | - |
| YUV | 84.03 | 135.88 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 63 | 98 | 0 | 0.48 | 0.18 | 0.53 | 323.16 | 0.31 | 0.36 |
| Hex | 78 | 3F | 62 | 0 | 30 | 12 | 35 | 143 | 1F | 24 |
| Octal | 170 | 77 | 142 | 0 | 60 | 22 | 65 | 503 | 37 | 44 |
| Binary | 1111000 | 111111 | 1100010 | 0 | 110000 | 10010 | 110101 | 101000011 | 11111 | 100100 |
Color Harmonies of #783F62
Complementary color
Monochromatic Colors of #783F62
Black with #783F62
Text Example
Text Example
White with #783F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783F62; }
p { color: rgb(120,63,98); }
H1.HeaderClassName
{
color: #783F62;
}
.AnyTagClassName
{
color: #783F62;
}
</style>
background-color css
<style>
a { background-color: #783F62; }
a { background-color: rgb(120,63,98); }
div.DivClassName
{
background-color: #783F62;
}
.BgClassName
{
background-color: #783F62;
}
</style>
border-color css
<style>
span { border-color: #783F62; }
span { border-color: rgb(120,63,98); }
td.TdClassName
{
border-color: #783F62;
}
.TagClassName
{
border-color: #783F62;
}
</style>