Shades of Cosmic #774E57
Tints of Cosmic #774E57
RGB
CMYK
RGB Variations
Color information
#774E57 (or 0x774E57) is known color: Cosmic. HEX triplet: 77, 4E and 57. RGB value is (119,78,87). Sum of RGB (Red+Green+Blue) = 119+78+87=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #774E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E57 is #88B1A8. Grayscale: #5B5B5B. Windows color (decimal): -8958377 or 5721719. OLE color: 5721719.
HSL color Cylindrical-coordinate representation of color #774E57: hue angle of 346.83º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #774E57 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 78 | 87 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.53 |
| HSL | 346.83º | 0.21% | 0.39% | - |
| HSV(B) | 346.83º | 0.34% | 0.47% | - |
| XYZ | 12.05 | 10.06 | 10.32 | - |
| YUV | 91.29 | 125.58 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 87 | 0 | 0.34 | 0.27 | 0.53 | 346.83 | 0.21 | 0.39 |
| Hex | 77 | 4E | 57 | 0 | 22 | 1B | 35 | 15B | 15 | 27 |
| Octal | 167 | 116 | 127 | 0 | 42 | 33 | 65 | 533 | 25 | 47 |
| Binary | 1110111 | 1001110 | 1010111 | 0 | 100010 | 11011 | 110101 | 101011011 | 10101 | 100111 |
Color Harmonies of #774E57
Complementary color
Monochromatic Colors of #774E57
Black with #774E57
Text Example
Text Example
White with #774E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774E57; }
p { color: rgb(119,78,87); }
H1.HeaderClassName
{
color: #774E57;
}
.AnyTagClassName
{
color: #774E57;
}
</style>
background-color css
<style>
a { background-color: #774E57; }
a { background-color: rgb(119,78,87); }
div.DivClassName
{
background-color: #774E57;
}
.BgClassName
{
background-color: #774E57;
}
</style>
border-color css
<style>
span { border-color: #774E57; }
span { border-color: rgb(119,78,87); }
td.TdClassName
{
border-color: #774E57;
}
.TagClassName
{
border-color: #774E57;
}
</style>