Shades of Cosmic #784A5A
Tints of Cosmic #784A5A
RGB
CMYK
RGB Variations
Color information
#784A5A (or 0x784A5A) is known color: Cosmic. HEX triplet: 78, 4A and 5A. RGB value is (120,74,90). Sum of RGB (Red+Green+Blue) = 120+74+90=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 120 - color contains mainly: red. Hex color #784A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784A5A is #87B5A5. Grayscale: #595959. Windows color (decimal): -8893862 or 5917304. OLE color: 5917304.
HSL color Cylindrical-coordinate representation of color #784A5A: hue angle of 339.13º 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 #784A5A is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 74 | 90 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.53 |
| HSL | 339.13º | 0.24% | 0.38% | - |
| HSV(B) | 339.13º | 0.38% | 0.47% | - |
| XYZ | 12.04 | 9.63 | 10.9 | - |
| YUV | 89.58 | 128.24 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 74 | 90 | 0 | 0.38 | 0.25 | 0.53 | 339.13 | 0.24 | 0.38 |
| Hex | 78 | 4A | 5A | 0 | 26 | 19 | 35 | 153 | 18 | 26 |
| Octal | 170 | 112 | 132 | 0 | 46 | 31 | 65 | 523 | 30 | 46 |
| Binary | 1111000 | 1001010 | 1011010 | 0 | 100110 | 11001 | 110101 | 101010011 | 11000 | 100110 |
Color Harmonies of #784A5A
Complementary color
Monochromatic Colors of #784A5A
Black with #784A5A
Text Example
Text Example
White with #784A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784A5A; }
p { color: rgb(120,74,90); }
H1.HeaderClassName
{
color: #784A5A;
}
.AnyTagClassName
{
color: #784A5A;
}
</style>
background-color css
<style>
a { background-color: #784A5A; }
a { background-color: rgb(120,74,90); }
div.DivClassName
{
background-color: #784A5A;
}
.BgClassName
{
background-color: #784A5A;
}
</style>
border-color css
<style>
span { border-color: #784A5A; }
span { border-color: rgb(120,74,90); }
td.TdClassName
{
border-color: #784A5A;
}
.TagClassName
{
border-color: #784A5A;
}
</style>