Shades of Cosmic #784A5E
Tints of Cosmic #784A5E
RGB
CMYK
RGB Variations
Color information
#784A5E (or 0x784A5E) is known color: Cosmic. HEX triplet: 78, 4A and 5E. RGB value is (120,74,94). Sum of RGB (Red+Green+Blue) = 120+74+94=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 120 - color contains mainly: red. Hex color #784A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784A5E is #87B5A1. Grayscale: #5A5A5A. Windows color (decimal): -8893858 or 6179448. OLE color: 6179448.
HSL color Cylindrical-coordinate representation of color #784A5E: hue angle of 333.91º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #784A5E is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 74 | 94 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.53 |
| HSL | 333.91º | 0.24% | 0.38% | - |
| HSV(B) | 333.91º | 0.38% | 0.47% | - |
| XYZ | 12.21 | 9.7 | 11.82 | - |
| YUV | 90.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 74 | 94 | 0 | 0.38 | 0.22 | 0.53 | 333.91 | 0.24 | 0.38 |
| Hex | 78 | 4A | 5E | 0 | 26 | 16 | 35 | 14E | 18 | 26 |
| Octal | 170 | 112 | 136 | 0 | 46 | 26 | 65 | 516 | 30 | 46 |
| Binary | 1111000 | 1001010 | 1011110 | 0 | 100110 | 10110 | 110101 | 101001110 | 11000 | 100110 |
Color Harmonies of #784A5E
Complementary color
Monochromatic Colors of #784A5E
Black with #784A5E
Text Example
Text Example
White with #784A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784A5E; }
p { color: rgb(120,74,94); }
H1.HeaderClassName
{
color: #784A5E;
}
.AnyTagClassName
{
color: #784A5E;
}
</style>
background-color css
<style>
a { background-color: #784A5E; }
a { background-color: rgb(120,74,94); }
div.DivClassName
{
background-color: #784A5E;
}
.BgClassName
{
background-color: #784A5E;
}
</style>
border-color css
<style>
span { border-color: #784A5E; }
span { border-color: rgb(120,74,94); }
td.TdClassName
{
border-color: #784A5E;
}
.TagClassName
{
border-color: #784A5E;
}
</style>