Shades of Cosmic #774D6B
Tints of Cosmic #774D6B
RGB
CMYK
RGB Variations
Color information
#774D6B (or 0x774D6B) is known color: Cosmic. HEX triplet: 77, 4D and 6B. RGB value is (119,77,107). Sum of RGB (Red+Green+Blue) = 119+77+107=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 119 - color contains mainly: red. Hex color #774D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D6B is #88B294. Grayscale: #5C5C5C. Windows color (decimal): -8958613 or 7032183. OLE color: 7032183.
HSL color Cylindrical-coordinate representation of color #774D6B: hue angle of 317.14º 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 #774D6B is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 77 | 107 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.53 |
| HSL | 317.14º | 0.21% | 0.38% | - |
| HSV(B) | 317.14º | 0.35% | 0.47% | - |
| XYZ | 12.92 | 10.29 | 15.22 | - |
| YUV | 92.98 | 135.91 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 107 | 0 | 0.35 | 0.10 | 0.53 | 317.14 | 0.21 | 0.38 |
| Hex | 77 | 4D | 6B | 0 | 23 | A | 35 | 13D | 15 | 26 |
| Octal | 167 | 115 | 153 | 0 | 43 | 12 | 65 | 475 | 25 | 46 |
| Binary | 1110111 | 1001101 | 1101011 | 0 | 100011 | 1010 | 110101 | 100111101 | 10101 | 100110 |
Color Harmonies of #774D6B
Complementary color
Monochromatic Colors of #774D6B
Black with #774D6B
Text Example
Text Example
White with #774D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774D6B; }
p { color: rgb(119,77,107); }
H1.HeaderClassName
{
color: #774D6B;
}
.AnyTagClassName
{
color: #774D6B;
}
</style>
background-color css
<style>
a { background-color: #774D6B; }
a { background-color: rgb(119,77,107); }
div.DivClassName
{
background-color: #774D6B;
}
.BgClassName
{
background-color: #774D6B;
}
</style>
border-color css
<style>
span { border-color: #774D6B; }
span { border-color: rgb(119,77,107); }
td.TdClassName
{
border-color: #774D6B;
}
.TagClassName
{
border-color: #774D6B;
}
</style>