Shades of Cosmic #78485B
Tints of Cosmic #78485B
RGB
CMYK
RGB Variations
Color information
#78485B (or 0x78485B) is known color: Cosmic. HEX triplet: 78, 48 and 5B. RGB value is (120,72,91). Sum of RGB (Red+Green+Blue) = 120+72+91=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 120 - color contains mainly: red. Hex color #78485B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78485B is #87B7A4. Grayscale: #585858. Windows color (decimal): -8894373 or 5982328. OLE color: 5982328.
HSL color Cylindrical-coordinate representation of color #78485B: hue angle of 336.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78485B is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 72 | 91 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.53 |
| HSL | 336.25º | 0.25% | 0.38% | - |
| HSV(B) | 336.25º | 0.4% | 0.47% | - |
| XYZ | 11.95 | 9.38 | 11.08 | - |
| YUV | 88.52 | 129.4 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 72 | 91 | 0 | 0.40 | 0.24 | 0.53 | 336.25 | 0.25 | 0.38 |
| Hex | 78 | 48 | 5B | 0 | 28 | 18 | 35 | 150 | 19 | 26 |
| Octal | 170 | 110 | 133 | 0 | 50 | 30 | 65 | 520 | 31 | 46 |
| Binary | 1111000 | 1001000 | 1011011 | 0 | 101000 | 11000 | 110101 | 101010000 | 11001 | 100110 |
Color Harmonies of #78485B
Complementary color
Monochromatic Colors of #78485B
Black with #78485B
Text Example
Text Example
White with #78485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78485B; }
p { color: rgb(120,72,91); }
H1.HeaderClassName
{
color: #78485B;
}
.AnyTagClassName
{
color: #78485B;
}
</style>
background-color css
<style>
a { background-color: #78485B; }
a { background-color: rgb(120,72,91); }
div.DivClassName
{
background-color: #78485B;
}
.BgClassName
{
background-color: #78485B;
}
</style>
border-color css
<style>
span { border-color: #78485B; }
span { border-color: rgb(120,72,91); }
td.TdClassName
{
border-color: #78485B;
}
.TagClassName
{
border-color: #78485B;
}
</style>