Shades of Cosmic #784D58
Tints of Cosmic #784D58
RGB
CMYK
RGB Variations
Color information
#784D58 (or 0x784D58) is known color: Cosmic. HEX triplet: 78, 4D and 58. RGB value is (120,77,88). Sum of RGB (Red+Green+Blue) = 120+77+88=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #784D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784D58 is #87B2A7. Grayscale: #5B5B5B. Windows color (decimal): -8893096 or 5787000. OLE color: 5787000.
HSL color Cylindrical-coordinate representation of color #784D58: hue angle of 344.65º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #784D58 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 77 | 88 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.53 |
| HSL | 344.65º | 0.22% | 0.39% | - |
| HSV(B) | 344.65º | 0.36% | 0.47% | - |
| XYZ | 12.16 | 10.01 | 10.52 | - |
| YUV | 91.11 | 126.25 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 77 | 88 | 0 | 0.36 | 0.27 | 0.53 | 344.65 | 0.22 | 0.39 |
| Hex | 78 | 4D | 58 | 0 | 24 | 1B | 35 | 159 | 16 | 27 |
| Octal | 170 | 115 | 130 | 0 | 44 | 33 | 65 | 531 | 26 | 47 |
| Binary | 1111000 | 1001101 | 1011000 | 0 | 100100 | 11011 | 110101 | 101011001 | 10110 | 100111 |
Color Harmonies of #784D58
Complementary color
Monochromatic Colors of #784D58
Black with #784D58
Text Example
Text Example
White with #784D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784D58; }
p { color: rgb(120,77,88); }
H1.HeaderClassName
{
color: #784D58;
}
.AnyTagClassName
{
color: #784D58;
}
</style>
background-color css
<style>
a { background-color: #784D58; }
a { background-color: rgb(120,77,88); }
div.DivClassName
{
background-color: #784D58;
}
.BgClassName
{
background-color: #784D58;
}
</style>
border-color css
<style>
span { border-color: #784D58; }
span { border-color: rgb(120,77,88); }
td.TdClassName
{
border-color: #784D58;
}
.TagClassName
{
border-color: #784D58;
}
</style>