Shades of Cosmic #784A57
Tints of Cosmic #784A57
RGB
CMYK
RGB Variations
Color information
#784A57 (or 0x784A57) is known color: Cosmic. HEX triplet: 78, 4A and 57. RGB value is (120,74,87). Sum of RGB (Red+Green+Blue) = 120+74+87=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 87 (34.38% from 255 or 30.96% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #784A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784A57 is #87B5A8. Grayscale: #595959. Windows color (decimal): -8893865 or 5720696. OLE color: 5720696.
HSL color Cylindrical-coordinate representation of color #784A57: hue angle of 343.04º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #784A57 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 74 | 87 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.53 |
| HSL | 343.04º | 0.24% | 0.38% | - |
| HSV(B) | 343.04º | 0.38% | 0.47% | - |
| XYZ | 11.91 | 9.58 | 10.24 | - |
| YUV | 89.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 74 | 87 | 0 | 0.38 | 0.28 | 0.53 | 343.04 | 0.24 | 0.38 |
| Hex | 78 | 4A | 57 | 0 | 26 | 1C | 35 | 157 | 18 | 26 |
| Octal | 170 | 112 | 127 | 0 | 46 | 34 | 65 | 527 | 30 | 46 |
| Binary | 1111000 | 1001010 | 1010111 | 0 | 100110 | 11100 | 110101 | 101010111 | 11000 | 100110 |
Color Harmonies of #784A57
Complementary color
Monochromatic Colors of #784A57
Black with #784A57
Text Example
Text Example
White with #784A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784A57; }
p { color: rgb(120,74,87); }
H1.HeaderClassName
{
color: #784A57;
}
.AnyTagClassName
{
color: #784A57;
}
</style>
background-color css
<style>
a { background-color: #784A57; }
a { background-color: rgb(120,74,87); }
div.DivClassName
{
background-color: #784A57;
}
.BgClassName
{
background-color: #784A57;
}
</style>
border-color css
<style>
span { border-color: #784A57; }
span { border-color: rgb(120,74,87); }
td.TdClassName
{
border-color: #784A57;
}
.TagClassName
{
border-color: #784A57;
}
</style>