Shades of Cosmic #784A5B
Tints of Cosmic #784A5B
RGB
CMYK
RGB Variations
Color information
#784A5B (or 0x784A5B) is known color: Cosmic. HEX triplet: 78, 4A and 5B. RGB value is (120,74,91). Sum of RGB (Red+Green+Blue) = 120+74+91=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #784A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784A5B is #87B5A4. Grayscale: #595959. Windows color (decimal): -8893861 or 5982840. OLE color: 5982840.
HSL color Cylindrical-coordinate representation of color #784A5B: hue angle of 337.83º 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 #784A5B is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 74 | 91 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.53 |
| HSL | 337.83º | 0.24% | 0.38% | - |
| HSV(B) | 337.83º | 0.38% | 0.47% | - |
| XYZ | 12.08 | 9.65 | 11.12 | - |
| YUV | 89.69 | 128.74 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 74 | 91 | 0 | 0.38 | 0.24 | 0.53 | 337.83 | 0.24 | 0.38 |
| Hex | 78 | 4A | 5B | 0 | 26 | 18 | 35 | 152 | 18 | 26 |
| Octal | 170 | 112 | 133 | 0 | 46 | 30 | 65 | 522 | 30 | 46 |
| Binary | 1111000 | 1001010 | 1011011 | 0 | 100110 | 11000 | 110101 | 101010010 | 11000 | 100110 |
Color Harmonies of #784A5B
Complementary color
Monochromatic Colors of #784A5B
Black with #784A5B
Text Example
Text Example
White with #784A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784A5B; }
p { color: rgb(120,74,91); }
H1.HeaderClassName
{
color: #784A5B;
}
.AnyTagClassName
{
color: #784A5B;
}
</style>
background-color css
<style>
a { background-color: #784A5B; }
a { background-color: rgb(120,74,91); }
div.DivClassName
{
background-color: #784A5B;
}
.BgClassName
{
background-color: #784A5B;
}
</style>
border-color css
<style>
span { border-color: #784A5B; }
span { border-color: rgb(120,74,91); }
td.TdClassName
{
border-color: #784A5B;
}
.TagClassName
{
border-color: #784A5B;
}
</style>