Shades of Cosmic #743E61
Tints of Cosmic #743E61
RGB
CMYK
RGB Variations
Color information
#743E61 (or 0x743E61) is known color: Cosmic. HEX triplet: 74, 3E and 61. RGB value is (116,62,97). Sum of RGB (Red+Green+Blue) = 116+62+97=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 62 (24.61% from 255 or 22.55% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 116 - color contains mainly: red. Hex color #743E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743E61 is #8BC19E. Grayscale: #525252. Windows color (decimal): -9159071 or 6372980. OLE color: 6372980.
HSL color Cylindrical-coordinate representation of color #743E61: hue angle of 321.11º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #743E61 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 62 | 97 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.55 |
| HSL | 321.11º | 0.3% | 0.35% | - |
| HSV(B) | 321.11º | 0.47% | 0.45% | - |
| XYZ | 11.08 | 8.02 | 12.27 | - |
| YUV | 82.14 | 136.39 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 62 | 97 | 0 | 0.47 | 0.16 | 0.55 | 321.11 | 0.3 | 0.35 |
| Hex | 74 | 3E | 61 | 0 | 2F | 10 | 37 | 141 | 1E | 23 |
| Octal | 164 | 76 | 141 | 0 | 57 | 20 | 67 | 501 | 36 | 43 |
| Binary | 1110100 | 111110 | 1100001 | 0 | 101111 | 10000 | 110111 | 101000001 | 11110 | 100011 |
Color Harmonies of #743E61
Complementary color
Monochromatic Colors of #743E61
Black with #743E61
Text Example
Text Example
White with #743E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743E61; }
p { color: rgb(116,62,97); }
H1.HeaderClassName
{
color: #743E61;
}
.AnyTagClassName
{
color: #743E61;
}
</style>
background-color css
<style>
a { background-color: #743E61; }
a { background-color: rgb(116,62,97); }
div.DivClassName
{
background-color: #743E61;
}
.BgClassName
{
background-color: #743E61;
}
</style>
border-color css
<style>
span { border-color: #743E61; }
span { border-color: rgb(116,62,97); }
td.TdClassName
{
border-color: #743E61;
}
.TagClassName
{
border-color: #743E61;
}
</style>