Shades of Cosmic #744D63
Tints of Cosmic #744D63
RGB
CMYK
RGB Variations
Color information
#744D63 (or 0x744D63) is known color: Cosmic. HEX triplet: 74, 4D and 63. RGB value is (116,77,99). Sum of RGB (Red+Green+Blue) = 116+77+99=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 116 - color contains mainly: red. Hex color #744D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744D63 is #8BB29C. Grayscale: #5B5B5B. Windows color (decimal): -9155229 or 6507892. OLE color: 6507892.
HSL color Cylindrical-coordinate representation of color #744D63: hue angle of 326.15º 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 #744D63 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 77 | 99 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.55 |
| HSL | 326.15º | 0.2% | 0.38% | - |
| HSV(B) | 326.15º | 0.34% | 0.45% | - |
| XYZ | 12.11 | 9.92 | 13.08 | - |
| YUV | 91.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 77 | 99 | 0 | 0.34 | 0.15 | 0.55 | 326.15 | 0.2 | 0.38 |
| Hex | 74 | 4D | 63 | 0 | 22 | F | 37 | 146 | 14 | 26 |
| Octal | 164 | 115 | 143 | 0 | 42 | 17 | 67 | 506 | 24 | 46 |
| Binary | 1110100 | 1001101 | 1100011 | 0 | 100010 | 1111 | 110111 | 101000110 | 10100 | 100110 |
Color Harmonies of #744D63
Complementary color
Monochromatic Colors of #744D63
Black with #744D63
Text Example
Text Example
White with #744D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744D63; }
p { color: rgb(116,77,99); }
H1.HeaderClassName
{
color: #744D63;
}
.AnyTagClassName
{
color: #744D63;
}
</style>
background-color css
<style>
a { background-color: #744D63; }
a { background-color: rgb(116,77,99); }
div.DivClassName
{
background-color: #744D63;
}
.BgClassName
{
background-color: #744D63;
}
</style>
border-color css
<style>
span { border-color: #744D63; }
span { border-color: rgb(116,77,99); }
td.TdClassName
{
border-color: #744D63;
}
.TagClassName
{
border-color: #744D63;
}
</style>