Shades of Cosmic #744B60
Tints of Cosmic #744B60
RGB
CMYK
RGB Variations
Color information
#744B60 (or 0x744B60) is known color: Cosmic. HEX triplet: 74, 4B and 60. RGB value is (116,75,96). Sum of RGB (Red+Green+Blue) = 116+75+96=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 116 - color contains mainly: red. Hex color #744B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744B60 is #8BB49F. Grayscale: #595959. Windows color (decimal): -9155744 or 6310772. OLE color: 6310772.
HSL color Cylindrical-coordinate representation of color #744B60: hue angle of 329.27º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #744B60 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 75 | 96 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.55 |
| HSL | 329.27º | 0.21% | 0.37% | - |
| HSV(B) | 329.27º | 0.35% | 0.45% | - |
| XYZ | 11.83 | 9.59 | 12.29 | - |
| YUV | 89.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 75 | 96 | 0 | 0.35 | 0.17 | 0.55 | 329.27 | 0.21 | 0.37 |
| Hex | 74 | 4B | 60 | 0 | 23 | 11 | 37 | 149 | 15 | 25 |
| Octal | 164 | 113 | 140 | 0 | 43 | 21 | 67 | 511 | 25 | 45 |
| Binary | 1110100 | 1001011 | 1100000 | 0 | 100011 | 10001 | 110111 | 101001001 | 10101 | 100101 |
Color Harmonies of #744B60
Complementary color
Monochromatic Colors of #744B60
Black with #744B60
Text Example
Text Example
White with #744B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744B60; }
p { color: rgb(116,75,96); }
H1.HeaderClassName
{
color: #744B60;
}
.AnyTagClassName
{
color: #744B60;
}
</style>
background-color css
<style>
a { background-color: #744B60; }
a { background-color: rgb(116,75,96); }
div.DivClassName
{
background-color: #744B60;
}
.BgClassName
{
background-color: #744B60;
}
</style>
border-color css
<style>
span { border-color: #744B60; }
span { border-color: rgb(116,75,96); }
td.TdClassName
{
border-color: #744B60;
}
.TagClassName
{
border-color: #744B60;
}
</style>