Shades of Cosmic #78575F
Tints of Cosmic #78575F
RGB
CMYK
RGB Variations
Color information
#78575F (or 0x78575F) is known color: Cosmic. HEX triplet: 78, 57 and 5F. RGB value is (120,87,95). Sum of RGB (Red+Green+Blue) = 120+87+95=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 120 - color contains mainly: red. Hex color #78575F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78575F is #87A8A0. Grayscale: #616161. Windows color (decimal): -8890529 or 6248312. OLE color: 6248312.
HSL color Cylindrical-coordinate representation of color #78575F: hue angle of 345.45º degrees, saturation: 0.16, 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 #78575F is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 87 | 95 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.53 |
| HSL | 345.45º | 0.16% | 0.41% | - |
| HSV(B) | 345.45º | 0.28% | 0.47% | - |
| XYZ | 13.22 | 11.64 | 12.38 | - |
| YUV | 97.78 | 126.43 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 87 | 95 | 0 | 0.28 | 0.21 | 0.53 | 345.45 | 0.16 | 0.41 |
| Hex | 78 | 57 | 5F | 0 | 1C | 15 | 35 | 159 | 10 | 29 |
| Octal | 170 | 127 | 137 | 0 | 34 | 25 | 65 | 531 | 20 | 51 |
| Binary | 1111000 | 1010111 | 1011111 | 0 | 11100 | 10101 | 110101 | 101011001 | 10000 | 101001 |
Color Harmonies of #78575F
Complementary color
Monochromatic Colors of #78575F
Black with #78575F
Text Example
Text Example
White with #78575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78575F; }
p { color: rgb(120,87,95); }
H1.HeaderClassName
{
color: #78575F;
}
.AnyTagClassName
{
color: #78575F;
}
</style>
background-color css
<style>
a { background-color: #78575F; }
a { background-color: rgb(120,87,95); }
div.DivClassName
{
background-color: #78575F;
}
.BgClassName
{
background-color: #78575F;
}
</style>
border-color css
<style>
span { border-color: #78575F; }
span { border-color: rgb(120,87,95); }
td.TdClassName
{
border-color: #78575F;
}
.TagClassName
{
border-color: #78575F;
}
</style>