Shades of Cosmic #78435F
Tints of Cosmic #78435F
RGB
CMYK
RGB Variations
Color information
#78435F (or 0x78435F) is known color: Cosmic. HEX triplet: 78, 43 and 5F. RGB value is (120,67,95). Sum of RGB (Red+Green+Blue) = 120+67+95=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #78435F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78435F is #87BCA0. Grayscale: #555555. Windows color (decimal): -8895649 or 6243192. OLE color: 6243192.
HSL color Cylindrical-coordinate representation of color #78435F: hue angle of 328.3º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78435F is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 67 | 95 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.53 |
| HSL | 328.3º | 0.28% | 0.37% | - |
| HSV(B) | 328.3º | 0.44% | 0.47% | - |
| XYZ | 11.82 | 8.83 | 11.91 | - |
| YUV | 86.04 | 133.06 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 67 | 95 | 0 | 0.44 | 0.21 | 0.53 | 328.3 | 0.28 | 0.37 |
| Hex | 78 | 43 | 5F | 0 | 2C | 15 | 35 | 148 | 1C | 25 |
| Octal | 170 | 103 | 137 | 0 | 54 | 25 | 65 | 510 | 34 | 45 |
| Binary | 1111000 | 1000011 | 1011111 | 0 | 101100 | 10101 | 110101 | 101001000 | 11100 | 100101 |
Color Harmonies of #78435F
Complementary color
Monochromatic Colors of #78435F
Black with #78435F
Text Example
Text Example
White with #78435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78435F; }
p { color: rgb(120,67,95); }
H1.HeaderClassName
{
color: #78435F;
}
.AnyTagClassName
{
color: #78435F;
}
</style>
background-color css
<style>
a { background-color: #78435F; }
a { background-color: rgb(120,67,95); }
div.DivClassName
{
background-color: #78435F;
}
.BgClassName
{
background-color: #78435F;
}
</style>
border-color css
<style>
span { border-color: #78435F; }
span { border-color: rgb(120,67,95); }
td.TdClassName
{
border-color: #78435F;
}
.TagClassName
{
border-color: #78435F;
}
</style>