Shades of Cosmic #774A57
Tints of Cosmic #774A57
RGB
CMYK
RGB Variations
Color information
#774A57 (or 0x774A57) is known color: Cosmic. HEX triplet: 77, 4A and 57. RGB value is (119,74,87). Sum of RGB (Red+Green+Blue) = 119+74+87=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 119 - color contains mainly: red. Hex color #774A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774A57 is #88B5A8. Grayscale: #585858. Windows color (decimal): -8959401 or 5720695. OLE color: 5720695.
HSL color Cylindrical-coordinate representation of color #774A57: hue angle of 342.67º degrees, saturation: 0.23, 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 #774A57 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 74 | 87 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.53 |
| HSL | 342.67º | 0.23% | 0.38% | - |
| HSV(B) | 342.67º | 0.38% | 0.47% | - |
| XYZ | 11.78 | 9.51 | 10.23 | - |
| YUV | 88.94 | 126.91 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 87 | 0 | 0.38 | 0.27 | 0.53 | 342.67 | 0.23 | 0.38 |
| Hex | 77 | 4A | 57 | 0 | 26 | 1B | 35 | 157 | 17 | 26 |
| Octal | 167 | 112 | 127 | 0 | 46 | 33 | 65 | 527 | 27 | 46 |
| Binary | 1110111 | 1001010 | 1010111 | 0 | 100110 | 11011 | 110101 | 101010111 | 10111 | 100110 |
Color Harmonies of #774A57
Complementary color
Monochromatic Colors of #774A57
Black with #774A57
Text Example
Text Example
White with #774A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774A57; }
p { color: rgb(119,74,87); }
H1.HeaderClassName
{
color: #774A57;
}
.AnyTagClassName
{
color: #774A57;
}
</style>
background-color css
<style>
a { background-color: #774A57; }
a { background-color: rgb(119,74,87); }
div.DivClassName
{
background-color: #774A57;
}
.BgClassName
{
background-color: #774A57;
}
</style>
border-color css
<style>
span { border-color: #774A57; }
span { border-color: rgb(119,74,87); }
td.TdClassName
{
border-color: #774A57;
}
.TagClassName
{
border-color: #774A57;
}
</style>