Shades of Cosmic #744D5D
Tints of Cosmic #744D5D
RGB
CMYK
RGB Variations
Color information
#744D5D (or 0x744D5D) is known color: Cosmic. HEX triplet: 74, 4D and 5D. RGB value is (116,77,93). Sum of RGB (Red+Green+Blue) = 116+77+93=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 116 - color contains mainly: red. Hex color #744D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744D5D is #8BB2A2. Grayscale: #5A5A5A. Windows color (decimal): -9155235 or 6114676. OLE color: 6114676.
HSL color Cylindrical-coordinate representation of color #744D5D: hue angle of 335.38º 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 #744D5D is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 77 | 93 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.55 |
| HSL | 335.38º | 0.2% | 0.38% | - |
| HSV(B) | 335.38º | 0.34% | 0.45% | - |
| XYZ | 11.83 | 9.81 | 11.63 | - |
| YUV | 90.49 | 129.42 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 77 | 93 | 0 | 0.34 | 0.20 | 0.55 | 335.38 | 0.2 | 0.38 |
| Hex | 74 | 4D | 5D | 0 | 22 | 14 | 37 | 14F | 14 | 26 |
| Octal | 164 | 115 | 135 | 0 | 42 | 24 | 67 | 517 | 24 | 46 |
| Binary | 1110100 | 1001101 | 1011101 | 0 | 100010 | 10100 | 110111 | 101001111 | 10100 | 100110 |
Color Harmonies of #744D5D
Complementary color
Monochromatic Colors of #744D5D
Black with #744D5D
Text Example
Text Example
White with #744D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744D5D; }
p { color: rgb(116,77,93); }
H1.HeaderClassName
{
color: #744D5D;
}
.AnyTagClassName
{
color: #744D5D;
}
</style>
background-color css
<style>
a { background-color: #744D5D; }
a { background-color: rgb(116,77,93); }
div.DivClassName
{
background-color: #744D5D;
}
.BgClassName
{
background-color: #744D5D;
}
</style>
border-color css
<style>
span { border-color: #744D5D; }
span { border-color: rgb(116,77,93); }
td.TdClassName
{
border-color: #744D5D;
}
.TagClassName
{
border-color: #744D5D;
}
</style>