Shades of Cosmic #774D5A
Tints of Cosmic #774D5A
RGB
CMYK
RGB Variations
Color information
#774D5A (or 0x774D5A) is known color: Cosmic. HEX triplet: 77, 4D and 5A. RGB value is (119,77,90). Sum of RGB (Red+Green+Blue) = 119+77+90=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #774D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D5A is #88B2A5. Grayscale: #5B5B5B. Windows color (decimal): -8958630 or 5918071. OLE color: 5918071.
HSL color Cylindrical-coordinate representation of color #774D5A: hue angle of 341.43º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #774D5A is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 77 | 90 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.53 |
| HSL | 341.43º | 0.21% | 0.38% | - |
| HSV(B) | 341.43º | 0.35% | 0.47% | - |
| XYZ | 12.11 | 9.97 | 10.96 | - |
| YUV | 91.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 90 | 0 | 0.35 | 0.24 | 0.53 | 341.43 | 0.21 | 0.38 |
| Hex | 77 | 4D | 5A | 0 | 23 | 18 | 35 | 155 | 15 | 26 |
| Octal | 167 | 115 | 132 | 0 | 43 | 30 | 65 | 525 | 25 | 46 |
| Binary | 1110111 | 1001101 | 1011010 | 0 | 100011 | 11000 | 110101 | 101010101 | 10101 | 100110 |
Color Harmonies of #774D5A
Complementary color
Monochromatic Colors of #774D5A
Black with #774D5A
Text Example
Text Example
White with #774D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774D5A; }
p { color: rgb(119,77,90); }
H1.HeaderClassName
{
color: #774D5A;
}
.AnyTagClassName
{
color: #774D5A;
}
</style>
background-color css
<style>
a { background-color: #774D5A; }
a { background-color: rgb(119,77,90); }
div.DivClassName
{
background-color: #774D5A;
}
.BgClassName
{
background-color: #774D5A;
}
</style>
border-color css
<style>
span { border-color: #774D5A; }
span { border-color: rgb(119,77,90); }
td.TdClassName
{
border-color: #774D5A;
}
.TagClassName
{
border-color: #774D5A;
}
</style>