Shades of Cosmic #783B5A
Tints of Cosmic #783B5A
RGB
CMYK
RGB Variations
Color information
#783B5A (or 0x783B5A) is known color: Cosmic. HEX triplet: 78, 3B and 5A. RGB value is (120,59,90). Sum of RGB (Red+Green+Blue) = 120+59+90=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 59 (23.44% from 255 or 21.93% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #783B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783B5A is #87C4A5. Grayscale: #505050. Windows color (decimal): -8897702 or 5913464. OLE color: 5913464.
HSL color Cylindrical-coordinate representation of color #783B5A: hue angle of 329.51º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #783B5A is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 59 | 90 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.53 |
| HSL | 329.51º | 0.34% | 0.35% | - |
| HSV(B) | 329.51º | 0.51% | 0.47% | - |
| XYZ | 11.16 | 7.86 | 10.6 | - |
| YUV | 80.77 | 133.21 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 59 | 90 | 0 | 0.51 | 0.25 | 0.53 | 329.51 | 0.34 | 0.35 |
| Hex | 78 | 3B | 5A | 0 | 33 | 19 | 35 | 14A | 22 | 23 |
| Octal | 170 | 73 | 132 | 0 | 63 | 31 | 65 | 512 | 42 | 43 |
| Binary | 1111000 | 111011 | 1011010 | 0 | 110011 | 11001 | 110101 | 101001010 | 100010 | 100011 |
Color Harmonies of #783B5A
Complementary color
Monochromatic Colors of #783B5A
Black with #783B5A
Text Example
Text Example
White with #783B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783B5A; }
p { color: rgb(120,59,90); }
H1.HeaderClassName
{
color: #783B5A;
}
.AnyTagClassName
{
color: #783B5A;
}
</style>
background-color css
<style>
a { background-color: #783B5A; }
a { background-color: rgb(120,59,90); }
div.DivClassName
{
background-color: #783B5A;
}
.BgClassName
{
background-color: #783B5A;
}
</style>
border-color css
<style>
span { border-color: #783B5A; }
span { border-color: rgb(120,59,90); }
td.TdClassName
{
border-color: #783B5A;
}
.TagClassName
{
border-color: #783B5A;
}
</style>