Shades of Cosmic #78525F
Tints of Cosmic #78525F
RGB
CMYK
RGB Variations
Color information
#78525F (or 0x78525F) is known color: Cosmic. HEX triplet: 78, 52 and 5F. RGB value is (120,82,95). Sum of RGB (Red+Green+Blue) = 120+82+95=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 120 - color contains mainly: red. Hex color #78525F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78525F is #87ADA0. Grayscale: #5E5E5E. Windows color (decimal): -8891809 or 6247032. OLE color: 6247032.
HSL color Cylindrical-coordinate representation of color #78525F: hue angle of 339.47º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #78525F is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 82 | 95 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.53 |
| HSL | 339.47º | 0.19% | 0.4% | - |
| HSV(B) | 339.47º | 0.32% | 0.47% | - |
| XYZ | 12.83 | 10.85 | 12.25 | - |
| YUV | 94.84 | 128.09 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 82 | 95 | 0 | 0.32 | 0.21 | 0.53 | 339.47 | 0.19 | 0.4 |
| Hex | 78 | 52 | 5F | 0 | 20 | 15 | 35 | 153 | 13 | 28 |
| Octal | 170 | 122 | 137 | 0 | 40 | 25 | 65 | 523 | 23 | 50 |
| Binary | 1111000 | 1010010 | 1011111 | 0 | 100000 | 10101 | 110101 | 101010011 | 10011 | 101000 |
Color Harmonies of #78525F
Complementary color
Monochromatic Colors of #78525F
Black with #78525F
Text Example
Text Example
White with #78525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78525F; }
p { color: rgb(120,82,95); }
H1.HeaderClassName
{
color: #78525F;
}
.AnyTagClassName
{
color: #78525F;
}
</style>
background-color css
<style>
a { background-color: #78525F; }
a { background-color: rgb(120,82,95); }
div.DivClassName
{
background-color: #78525F;
}
.BgClassName
{
background-color: #78525F;
}
</style>
border-color css
<style>
span { border-color: #78525F; }
span { border-color: rgb(120,82,95); }
td.TdClassName
{
border-color: #78525F;
}
.TagClassName
{
border-color: #78525F;
}
</style>