Shades of Cosmic #78525C
Tints of Cosmic #78525C
RGB
CMYK
RGB Variations
Color information
#78525C (or 0x78525C) is known color: Cosmic. HEX triplet: 78, 52 and 5C. RGB value is (120,82,92). Sum of RGB (Red+Green+Blue) = 120+82+92=294 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.82% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 120 - color contains mainly: red. Hex color #78525C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78525C is #87ADA3. Grayscale: #5E5E5E. Windows color (decimal): -8891812 or 6050424. OLE color: 6050424.
HSL color Cylindrical-coordinate representation of color #78525C: hue angle of 344.21º 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 #78525C is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 82 | 92 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.53 |
| HSL | 344.21º | 0.19% | 0.4% | - |
| HSV(B) | 344.21º | 0.32% | 0.47% | - |
| XYZ | 12.69 | 10.8 | 11.54 | - |
| YUV | 94.5 | 126.59 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 82 | 92 | 0 | 0.32 | 0.23 | 0.53 | 344.21 | 0.19 | 0.4 |
| Hex | 78 | 52 | 5C | 0 | 20 | 17 | 35 | 158 | 13 | 28 |
| Octal | 170 | 122 | 134 | 0 | 40 | 27 | 65 | 530 | 23 | 50 |
| Binary | 1111000 | 1010010 | 1011100 | 0 | 100000 | 10111 | 110101 | 101011000 | 10011 | 101000 |
Color Harmonies of #78525C
Complementary color
Monochromatic Colors of #78525C
Black with #78525C
Text Example
Text Example
White with #78525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78525C; }
p { color: rgb(120,82,92); }
H1.HeaderClassName
{
color: #78525C;
}
.AnyTagClassName
{
color: #78525C;
}
</style>
background-color css
<style>
a { background-color: #78525C; }
a { background-color: rgb(120,82,92); }
div.DivClassName
{
background-color: #78525C;
}
.BgClassName
{
background-color: #78525C;
}
</style>
border-color css
<style>
span { border-color: #78525C; }
span { border-color: rgb(120,82,92); }
td.TdClassName
{
border-color: #78525C;
}
.TagClassName
{
border-color: #78525C;
}
</style>