Shades of Cosmic #78535C
Tints of Cosmic #78535C
RGB
CMYK
RGB Variations
Color information
#78535C (or 0x78535C) is known color: Cosmic. HEX triplet: 78, 53 and 5C. RGB value is (120,83,92). Sum of RGB (Red+Green+Blue) = 120+83+92=295 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.68% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 120 - color contains mainly: red. Hex color #78535C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78535C is #87ACA3. Grayscale: #5F5F5F. Windows color (decimal): -8891556 or 6050680. OLE color: 6050680.
HSL color Cylindrical-coordinate representation of color #78535C: hue angle of 345.41º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78535C is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 83 | 92 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.53 |
| HSL | 345.41º | 0.18% | 0.4% | - |
| HSV(B) | 345.41º | 0.31% | 0.47% | - |
| XYZ | 12.77 | 10.95 | 11.57 | - |
| YUV | 95.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 83 | 92 | 0 | 0.31 | 0.23 | 0.53 | 345.41 | 0.18 | 0.4 |
| Hex | 78 | 53 | 5C | 0 | 1F | 17 | 35 | 159 | 12 | 28 |
| Octal | 170 | 123 | 134 | 0 | 37 | 27 | 65 | 531 | 22 | 50 |
| Binary | 1111000 | 1010011 | 1011100 | 0 | 11111 | 10111 | 110101 | 101011001 | 10010 | 101000 |
Color Harmonies of #78535C
Complementary color
Monochromatic Colors of #78535C
Black with #78535C
Text Example
Text Example
White with #78535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78535C; }
p { color: rgb(120,83,92); }
H1.HeaderClassName
{
color: #78535C;
}
.AnyTagClassName
{
color: #78535C;
}
</style>
background-color css
<style>
a { background-color: #78535C; }
a { background-color: rgb(120,83,92); }
div.DivClassName
{
background-color: #78535C;
}
.BgClassName
{
background-color: #78535C;
}
</style>
border-color css
<style>
span { border-color: #78535C; }
span { border-color: rgb(120,83,92); }
td.TdClassName
{
border-color: #78535C;
}
.TagClassName
{
border-color: #78535C;
}
</style>