Shades of Cosmic #78526C
Tints of Cosmic #78526C
RGB
CMYK
RGB Variations
Color information
#78526C (or 0x78526C) is known color: Cosmic. HEX triplet: 78, 52 and 6C. RGB value is (120,82,108). Sum of RGB (Red+Green+Blue) = 120+82+108=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 120 - color contains mainly: red. Hex color #78526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78526C is #87AD93. Grayscale: #606060. Windows color (decimal): -8891796 or 7099000. OLE color: 7099000.
HSL color Cylindrical-coordinate representation of color #78526C: hue angle of 318.95º 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 #78526C is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 82 | 108 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.53 |
| HSL | 318.95º | 0.19% | 0.4% | - |
| HSV(B) | 318.95º | 0.32% | 0.47% | - |
| XYZ | 13.47 | 11.11 | 15.62 | - |
| YUV | 96.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 82 | 108 | 0 | 0.32 | 0.10 | 0.53 | 318.95 | 0.19 | 0.4 |
| Hex | 78 | 52 | 6C | 0 | 20 | A | 35 | 13F | 13 | 28 |
| Octal | 170 | 122 | 154 | 0 | 40 | 12 | 65 | 477 | 23 | 50 |
| Binary | 1111000 | 1010010 | 1101100 | 0 | 100000 | 1010 | 110101 | 100111111 | 10011 | 101000 |
Color Harmonies of #78526C
Complementary color
Monochromatic Colors of #78526C
Black with #78526C
Text Example
Text Example
White with #78526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78526C; }
p { color: rgb(120,82,108); }
H1.HeaderClassName
{
color: #78526C;
}
.AnyTagClassName
{
color: #78526C;
}
</style>
background-color css
<style>
a { background-color: #78526C; }
a { background-color: rgb(120,82,108); }
div.DivClassName
{
background-color: #78526C;
}
.BgClassName
{
background-color: #78526C;
}
</style>
border-color css
<style>
span { border-color: #78526C; }
span { border-color: rgb(120,82,108); }
td.TdClassName
{
border-color: #78526C;
}
.TagClassName
{
border-color: #78526C;
}
</style>