Shades of Cosmic #78586C
Tints of Cosmic #78586C
RGB
CMYK
RGB Variations
Color information
#78586C (or 0x78586C) is known color: Cosmic. HEX triplet: 78, 58 and 6C. RGB value is (120,88,108). Sum of RGB (Red+Green+Blue) = 120+88+108=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 120 - color contains mainly: red. Hex color #78586C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78586C is #87A793. Grayscale: #636363. Windows color (decimal): -8890260 or 7100536. OLE color: 7100536.
HSL color Cylindrical-coordinate representation of color #78586C: hue angle of 322.5º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #78586C is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 88 | 108 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.53 |
| HSL | 322.5º | 0.15% | 0.41% | - |
| HSV(B) | 322.5º | 0.27% | 0.47% | - |
| XYZ | 13.94 | 12.06 | 15.78 | - |
| YUV | 99.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 88 | 108 | 0 | 0.27 | 0.10 | 0.53 | 322.5 | 0.15 | 0.41 |
| Hex | 78 | 58 | 6C | 0 | 1B | A | 35 | 142 | F | 29 |
| Octal | 170 | 130 | 154 | 0 | 33 | 12 | 65 | 502 | 17 | 51 |
| Binary | 1111000 | 1011000 | 1101100 | 0 | 11011 | 1010 | 110101 | 101000010 | 1111 | 101001 |
Color Harmonies of #78586C
Complementary color
Monochromatic Colors of #78586C
Black with #78586C
Text Example
Text Example
White with #78586C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78586C; }
p { color: rgb(120,88,108); }
H1.HeaderClassName
{
color: #78586C;
}
.AnyTagClassName
{
color: #78586C;
}
</style>
background-color css
<style>
a { background-color: #78586C; }
a { background-color: rgb(120,88,108); }
div.DivClassName
{
background-color: #78586C;
}
.BgClassName
{
background-color: #78586C;
}
</style>
border-color css
<style>
span { border-color: #78586C; }
span { border-color: rgb(120,88,108); }
td.TdClassName
{
border-color: #78586C;
}
.TagClassName
{
border-color: #78586C;
}
</style>