Shades of Cosmic #744D5C
Tints of Cosmic #744D5C
RGB
CMYK
RGB Variations
Color information
#744D5C (or 0x744D5C) is known color: Cosmic. HEX triplet: 74, 4D and 5C. RGB value is (116,77,92). Sum of RGB (Red+Green+Blue) = 116+77+92=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #744D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744D5C is #8BB2A3. Grayscale: #5A5A5A. Windows color (decimal): -9155236 or 6049140. OLE color: 6049140.
HSL color Cylindrical-coordinate representation of color #744D5C: hue angle of 336.92º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #744D5C is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 77 | 92 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.55 |
| HSL | 336.92º | 0.2% | 0.38% | - |
| HSV(B) | 336.92º | 0.34% | 0.45% | - |
| XYZ | 11.79 | 9.79 | 11.39 | - |
| YUV | 90.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 77 | 92 | 0 | 0.34 | 0.21 | 0.55 | 336.92 | 0.2 | 0.38 |
| Hex | 74 | 4D | 5C | 0 | 22 | 15 | 37 | 151 | 14 | 26 |
| Octal | 164 | 115 | 134 | 0 | 42 | 25 | 67 | 521 | 24 | 46 |
| Binary | 1110100 | 1001101 | 1011100 | 0 | 100010 | 10101 | 110111 | 101010001 | 10100 | 100110 |
Color Harmonies of #744D5C
Complementary color
Monochromatic Colors of #744D5C
Black with #744D5C
Text Example
Text Example
White with #744D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744D5C; }
p { color: rgb(116,77,92); }
H1.HeaderClassName
{
color: #744D5C;
}
.AnyTagClassName
{
color: #744D5C;
}
</style>
background-color css
<style>
a { background-color: #744D5C; }
a { background-color: rgb(116,77,92); }
div.DivClassName
{
background-color: #744D5C;
}
.BgClassName
{
background-color: #744D5C;
}
</style>
border-color css
<style>
span { border-color: #744D5C; }
span { border-color: rgb(116,77,92); }
td.TdClassName
{
border-color: #744D5C;
}
.TagClassName
{
border-color: #744D5C;
}
</style>