Shades of Cosmic #783F5F
Tints of Cosmic #783F5F
RGB
CMYK
RGB Variations
Color information
#783F5F (or 0x783F5F) is known color: Cosmic. HEX triplet: 78, 3F and 5F. RGB value is (120,63,95). Sum of RGB (Red+Green+Blue) = 120+63+95=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 120 - color contains mainly: red. Hex color #783F5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783F5F is #87C0A0. Grayscale: #535353. Windows color (decimal): -8896673 or 6242168. OLE color: 6242168.
HSL color Cylindrical-coordinate representation of color #783F5F: hue angle of 326.32º 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 #783F5F is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 63 | 95 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.53 |
| HSL | 326.32º | 0.31% | 0.36% | - |
| HSV(B) | 326.32º | 0.48% | 0.47% | - |
| XYZ | 11.59 | 8.37 | 11.83 | - |
| YUV | 83.69 | 134.38 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 63 | 95 | 0 | 0.48 | 0.21 | 0.53 | 326.32 | 0.31 | 0.36 |
| Hex | 78 | 3F | 5F | 0 | 30 | 15 | 35 | 146 | 1F | 24 |
| Octal | 170 | 77 | 137 | 0 | 60 | 25 | 65 | 506 | 37 | 44 |
| Binary | 1111000 | 111111 | 1011111 | 0 | 110000 | 10101 | 110101 | 101000110 | 11111 | 100100 |
Color Harmonies of #783F5F
Complementary color
Monochromatic Colors of #783F5F
Black with #783F5F
Text Example
Text Example
White with #783F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783F5F; }
p { color: rgb(120,63,95); }
H1.HeaderClassName
{
color: #783F5F;
}
.AnyTagClassName
{
color: #783F5F;
}
</style>
background-color css
<style>
a { background-color: #783F5F; }
a { background-color: rgb(120,63,95); }
div.DivClassName
{
background-color: #783F5F;
}
.BgClassName
{
background-color: #783F5F;
}
</style>
border-color css
<style>
span { border-color: #783F5F; }
span { border-color: rgb(120,63,95); }
td.TdClassName
{
border-color: #783F5F;
}
.TagClassName
{
border-color: #783F5F;
}
</style>