Shades of Cosmic #774F59
Tints of Cosmic #774F59
RGB
CMYK
RGB Variations
Color information
#774F59 (or 0x774F59) is known color: Cosmic. HEX triplet: 77, 4F and 59. RGB value is (119,79,89). Sum of RGB (Red+Green+Blue) = 119+79+89=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #774F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774F59 is #88B0A6. Grayscale: #5C5C5C. Windows color (decimal): -8958119 or 5853047. OLE color: 5853047.
HSL color Cylindrical-coordinate representation of color #774F59: hue angle of 345º degrees, saturation: 0.2, 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 #774F59 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 79 | 89 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.53 |
| HSL | 345º | 0.2% | 0.39% | - |
| HSV(B) | 345º | 0.34% | 0.47% | - |
| XYZ | 12.21 | 10.24 | 10.78 | - |
| YUV | 92.1 | 126.25 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 79 | 89 | 0 | 0.34 | 0.25 | 0.53 | 345 | 0.2 | 0.39 |
| Hex | 77 | 4F | 59 | 0 | 22 | 19 | 35 | 159 | 14 | 27 |
| Octal | 167 | 117 | 131 | 0 | 42 | 31 | 65 | 531 | 24 | 47 |
| Binary | 1110111 | 1001111 | 1011001 | 0 | 100010 | 11001 | 110101 | 101011001 | 10100 | 100111 |
Color Harmonies of #774F59
Complementary color
Monochromatic Colors of #774F59
Black with #774F59
Text Example
Text Example
White with #774F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774F59; }
p { color: rgb(119,79,89); }
H1.HeaderClassName
{
color: #774F59;
}
.AnyTagClassName
{
color: #774F59;
}
</style>
background-color css
<style>
a { background-color: #774F59; }
a { background-color: rgb(119,79,89); }
div.DivClassName
{
background-color: #774F59;
}
.BgClassName
{
background-color: #774F59;
}
</style>
border-color css
<style>
span { border-color: #774F59; }
span { border-color: rgb(119,79,89); }
td.TdClassName
{
border-color: #774F59;
}
.TagClassName
{
border-color: #774F59;
}
</style>