Shades of Cosmic #784855
Tints of Cosmic #784855
RGB
CMYK
RGB Variations
Color information
#784855 (or 0x784855) is known color: Cosmic. HEX triplet: 78, 48 and 55. RGB value is (120,72,85). Sum of RGB (Red+Green+Blue) = 120+72+85=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 120 - color contains mainly: red. Hex color #784855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784855 is #87B7AA. Grayscale: #575757. Windows color (decimal): -8894379 or 5589112. OLE color: 5589112.
HSL color Cylindrical-coordinate representation of color #784855: hue angle of 343.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #784855 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 72 | 85 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.53 |
| HSL | 343.75º | 0.25% | 0.38% | - |
| HSV(B) | 343.75º | 0.4% | 0.47% | - |
| XYZ | 11.7 | 9.28 | 9.77 | - |
| YUV | 87.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 72 | 85 | 0 | 0.40 | 0.29 | 0.53 | 343.75 | 0.25 | 0.38 |
| Hex | 78 | 48 | 55 | 0 | 28 | 1D | 35 | 158 | 19 | 26 |
| Octal | 170 | 110 | 125 | 0 | 50 | 35 | 65 | 530 | 31 | 46 |
| Binary | 1111000 | 1001000 | 1010101 | 0 | 101000 | 11101 | 110101 | 101011000 | 11001 | 100110 |
Color Harmonies of #784855
Complementary color
Monochromatic Colors of #784855
Black with #784855
Text Example
Text Example
White with #784855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784855; }
p { color: rgb(120,72,85); }
H1.HeaderClassName
{
color: #784855;
}
.AnyTagClassName
{
color: #784855;
}
</style>
background-color css
<style>
a { background-color: #784855; }
a { background-color: rgb(120,72,85); }
div.DivClassName
{
background-color: #784855;
}
.BgClassName
{
background-color: #784855;
}
</style>
border-color css
<style>
span { border-color: #784855; }
span { border-color: rgb(120,72,85); }
td.TdClassName
{
border-color: #784855;
}
.TagClassName
{
border-color: #784855;
}
</style>