Shades of Cosmic #743F60
Tints of Cosmic #743F60
RGB
CMYK
RGB Variations
Color information
#743F60 (or 0x743F60) is known color: Cosmic. HEX triplet: 74, 3F and 60. RGB value is (116,63,96). Sum of RGB (Red+Green+Blue) = 116+63+96=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 116 - color contains mainly: red. Hex color #743F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743F60 is #8BC09F. Grayscale: #525252. Windows color (decimal): -9158816 or 6307700. OLE color: 6307700.
HSL color Cylindrical-coordinate representation of color #743F60: hue angle of 322.64º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #743F60 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 63 | 96 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.55 |
| HSL | 322.64º | 0.3% | 0.35% | - |
| HSV(B) | 322.64º | 0.46% | 0.45% | - |
| XYZ | 11.09 | 8.11 | 12.05 | - |
| YUV | 82.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 63 | 96 | 0 | 0.46 | 0.17 | 0.55 | 322.64 | 0.3 | 0.35 |
| Hex | 74 | 3F | 60 | 0 | 2E | 11 | 37 | 143 | 1E | 23 |
| Octal | 164 | 77 | 140 | 0 | 56 | 21 | 67 | 503 | 36 | 43 |
| Binary | 1110100 | 111111 | 1100000 | 0 | 101110 | 10001 | 110111 | 101000011 | 11110 | 100011 |
Color Harmonies of #743F60
Complementary color
Monochromatic Colors of #743F60
Black with #743F60
Text Example
Text Example
White with #743F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743F60; }
p { color: rgb(116,63,96); }
H1.HeaderClassName
{
color: #743F60;
}
.AnyTagClassName
{
color: #743F60;
}
</style>
background-color css
<style>
a { background-color: #743F60; }
a { background-color: rgb(116,63,96); }
div.DivClassName
{
background-color: #743F60;
}
.BgClassName
{
background-color: #743F60;
}
</style>
border-color css
<style>
span { border-color: #743F60; }
span { border-color: rgb(116,63,96); }
td.TdClassName
{
border-color: #743F60;
}
.TagClassName
{
border-color: #743F60;
}
</style>