Shades of Cosmic #743F62
Tints of Cosmic #743F62
RGB
CMYK
RGB Variations
Color information
#743F62 (or 0x743F62) is known color: Cosmic. HEX triplet: 74, 3F and 62. RGB value is (116,63,98). Sum of RGB (Red+Green+Blue) = 116+63+98=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #743F62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743F62 is #8BC09D. Grayscale: #525252. Windows color (decimal): -9158814 or 6438772. OLE color: 6438772.
HSL color Cylindrical-coordinate representation of color #743F62: hue angle of 320.38º 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 #743F62 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 63 | 98 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.55 |
| HSL | 320.38º | 0.3% | 0.35% | - |
| HSV(B) | 320.38º | 0.46% | 0.45% | - |
| XYZ | 11.18 | 8.15 | 12.54 | - |
| YUV | 82.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 63 | 98 | 0 | 0.46 | 0.16 | 0.55 | 320.38 | 0.3 | 0.35 |
| Hex | 74 | 3F | 62 | 0 | 2E | 10 | 37 | 140 | 1E | 23 |
| Octal | 164 | 77 | 142 | 0 | 56 | 20 | 67 | 500 | 36 | 43 |
| Binary | 1110100 | 111111 | 1100010 | 0 | 101110 | 10000 | 110111 | 101000000 | 11110 | 100011 |
Color Harmonies of #743F62
Complementary color
Monochromatic Colors of #743F62
Black with #743F62
Text Example
Text Example
White with #743F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743F62; }
p { color: rgb(116,63,98); }
H1.HeaderClassName
{
color: #743F62;
}
.AnyTagClassName
{
color: #743F62;
}
</style>
background-color css
<style>
a { background-color: #743F62; }
a { background-color: rgb(116,63,98); }
div.DivClassName
{
background-color: #743F62;
}
.BgClassName
{
background-color: #743F62;
}
</style>
border-color css
<style>
span { border-color: #743F62; }
span { border-color: rgb(116,63,98); }
td.TdClassName
{
border-color: #743F62;
}
.TagClassName
{
border-color: #743F62;
}
</style>