Shades of Cosmic #774D69
Tints of Cosmic #774D69
RGB
CMYK
RGB Variations
Color information
#774D69 (or 0x774D69) is known color: Cosmic. HEX triplet: 77, 4D and 69. RGB value is (119,77,105). Sum of RGB (Red+Green+Blue) = 119+77+105=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #774D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D69 is #88B296. Grayscale: #5C5C5C. Windows color (decimal): -8958615 or 6901111. OLE color: 6901111.
HSL color Cylindrical-coordinate representation of color #774D69: hue angle of 320º 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 #774D69 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 77 | 105 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.53 |
| HSL | 320º | 0.21% | 0.38% | - |
| HSV(B) | 320º | 0.35% | 0.47% | - |
| XYZ | 12.81 | 10.25 | 14.67 | - |
| YUV | 92.75 | 134.91 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 105 | 0 | 0.35 | 0.12 | 0.53 | 320 | 0.21 | 0.38 |
| Hex | 77 | 4D | 69 | 0 | 23 | C | 35 | 140 | 15 | 26 |
| Octal | 167 | 115 | 151 | 0 | 43 | 14 | 65 | 500 | 25 | 46 |
| Binary | 1110111 | 1001101 | 1101001 | 0 | 100011 | 1100 | 110101 | 101000000 | 10101 | 100110 |
Color Harmonies of #774D69
Complementary color
Monochromatic Colors of #774D69
Black with #774D69
Text Example
Text Example
White with #774D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774D69; }
p { color: rgb(119,77,105); }
H1.HeaderClassName
{
color: #774D69;
}
.AnyTagClassName
{
color: #774D69;
}
</style>
background-color css
<style>
a { background-color: #774D69; }
a { background-color: rgb(119,77,105); }
div.DivClassName
{
background-color: #774D69;
}
.BgClassName
{
background-color: #774D69;
}
</style>
border-color css
<style>
span { border-color: #774D69; }
span { border-color: rgb(119,77,105); }
td.TdClassName
{
border-color: #774D69;
}
.TagClassName
{
border-color: #774D69;
}
</style>