Shades of Cosmic #783D5A
Tints of Cosmic #783D5A
RGB
CMYK
RGB Variations
Color information
#783D5A (or 0x783D5A) is known color: Cosmic. HEX triplet: 78, 3D and 5A. RGB value is (120,61,90). Sum of RGB (Red+Green+Blue) = 120+61+90=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 120 - color contains mainly: red. Hex color #783D5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783D5A is #87C2A5. Grayscale: #515151. Windows color (decimal): -8897190 or 5913976. OLE color: 5913976.
HSL color Cylindrical-coordinate representation of color #783D5A: hue angle of 330.51º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #783D5A is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 61 | 90 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.53 |
| HSL | 330.51º | 0.33% | 0.35% | - |
| HSV(B) | 330.51º | 0.49% | 0.47% | - |
| XYZ | 11.26 | 8.07 | 10.64 | - |
| YUV | 81.95 | 132.55 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 61 | 90 | 0 | 0.49 | 0.25 | 0.53 | 330.51 | 0.33 | 0.35 |
| Hex | 78 | 3D | 5A | 0 | 31 | 19 | 35 | 14B | 21 | 23 |
| Octal | 170 | 75 | 132 | 0 | 61 | 31 | 65 | 513 | 41 | 43 |
| Binary | 1111000 | 111101 | 1011010 | 0 | 110001 | 11001 | 110101 | 101001011 | 100001 | 100011 |
Color Harmonies of #783D5A
Complementary color
Monochromatic Colors of #783D5A
Black with #783D5A
Text Example
Text Example
White with #783D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783D5A; }
p { color: rgb(120,61,90); }
H1.HeaderClassName
{
color: #783D5A;
}
.AnyTagClassName
{
color: #783D5A;
}
</style>
background-color css
<style>
a { background-color: #783D5A; }
a { background-color: rgb(120,61,90); }
div.DivClassName
{
background-color: #783D5A;
}
.BgClassName
{
background-color: #783D5A;
}
</style>
border-color css
<style>
span { border-color: #783D5A; }
span { border-color: rgb(120,61,90); }
td.TdClassName
{
border-color: #783D5A;
}
.TagClassName
{
border-color: #783D5A;
}
</style>