Shades of Cosmic #78565F
Tints of Cosmic #78565F
RGB
CMYK
RGB Variations
Color information
#78565F (or 0x78565F) is known color: Cosmic. HEX triplet: 78, 56 and 5F. RGB value is (120,86,95). Sum of RGB (Red+Green+Blue) = 120+86+95=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 120 - color contains mainly: red. Hex color #78565F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78565F is #87A9A0. Grayscale: #616161. Windows color (decimal): -8890785 or 6248056. OLE color: 6248056.
HSL color Cylindrical-coordinate representation of color #78565F: hue angle of 344.12º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #78565F is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 86 | 95 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.53 |
| HSL | 344.12º | 0.17% | 0.4% | - |
| HSV(B) | 344.12º | 0.28% | 0.47% | - |
| XYZ | 13.14 | 11.47 | 12.35 | - |
| YUV | 97.19 | 126.76 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 86 | 95 | 0 | 0.28 | 0.21 | 0.53 | 344.12 | 0.17 | 0.4 |
| Hex | 78 | 56 | 5F | 0 | 1C | 15 | 35 | 158 | 11 | 28 |
| Octal | 170 | 126 | 137 | 0 | 34 | 25 | 65 | 530 | 21 | 50 |
| Binary | 1111000 | 1010110 | 1011111 | 0 | 11100 | 10101 | 110101 | 101011000 | 10001 | 101000 |
Color Harmonies of #78565F
Complementary color
Monochromatic Colors of #78565F
Black with #78565F
Text Example
Text Example
White with #78565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78565F; }
p { color: rgb(120,86,95); }
H1.HeaderClassName
{
color: #78565F;
}
.AnyTagClassName
{
color: #78565F;
}
</style>
background-color css
<style>
a { background-color: #78565F; }
a { background-color: rgb(120,86,95); }
div.DivClassName
{
background-color: #78565F;
}
.BgClassName
{
background-color: #78565F;
}
</style>
border-color css
<style>
span { border-color: #78565F; }
span { border-color: rgb(120,86,95); }
td.TdClassName
{
border-color: #78565F;
}
.TagClassName
{
border-color: #78565F;
}
</style>