Shades of Cosmic #783C5B
Tints of Cosmic #783C5B
RGB
CMYK
RGB Variations
Color information
#783C5B (or 0x783C5B) is known color: Cosmic. HEX triplet: 78, 3C and 5B. RGB value is (120,60,91). Sum of RGB (Red+Green+Blue) = 120+60+91=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 120 - color contains mainly: red. Hex color #783C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783C5B is #87C3A4. Grayscale: #515151. Windows color (decimal): -8897445 or 5979256. OLE color: 5979256.
HSL color Cylindrical-coordinate representation of color #783C5B: hue angle of 329º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #783C5B is Cyan = 0, Magento = 0.5, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 60 | 91 | - |
| CMYK | 0 | 0.5 | 0.24 | 0.53 |
| HSL | 329º | 0.33% | 0.35% | - |
| HSV(B) | 329º | 0.5% | 0.47% | - |
| XYZ | 11.25 | 7.98 | 10.84 | - |
| YUV | 81.47 | 133.38 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 91 | 0 | 0.5 | 0.24 | 0.53 | 329 | 0.33 | 0.35 |
| Hex | 78 | 3C | 5B | 0 | 32 | 18 | 35 | 149 | 21 | 23 |
| Octal | 170 | 74 | 133 | 0 | 62 | 30 | 65 | 511 | 41 | 43 |
| Binary | 1111000 | 111100 | 1011011 | 0 | 110010 | 11000 | 110101 | 101001001 | 100001 | 100011 |
Color Harmonies of #783C5B
Complementary color
Monochromatic Colors of #783C5B
Black with #783C5B
Text Example
Text Example
White with #783C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783C5B; }
p { color: rgb(120,60,91); }
H1.HeaderClassName
{
color: #783C5B;
}
.AnyTagClassName
{
color: #783C5B;
}
</style>
background-color css
<style>
a { background-color: #783C5B; }
a { background-color: rgb(120,60,91); }
div.DivClassName
{
background-color: #783C5B;
}
.BgClassName
{
background-color: #783C5B;
}
</style>
border-color css
<style>
span { border-color: #783C5B; }
span { border-color: rgb(120,60,91); }
td.TdClassName
{
border-color: #783C5B;
}
.TagClassName
{
border-color: #783C5B;
}
</style>