Shades of Cosmic #744B62
Tints of Cosmic #744B62
RGB
CMYK
RGB Variations
Color information
#744B62 (or 0x744B62) is known color: Cosmic. HEX triplet: 74, 4B and 62. RGB value is (116,75,98). Sum of RGB (Red+Green+Blue) = 116+75+98=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 116 - color contains mainly: red. Hex color #744B62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744B62 is #8BB49D. Grayscale: #595959. Windows color (decimal): -9155742 or 6441844. OLE color: 6441844.
HSL color Cylindrical-coordinate representation of color #744B62: hue angle of 326.34º 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 #744B62 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 75 | 98 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.55 |
| HSL | 326.34º | 0.21% | 0.37% | - |
| HSV(B) | 326.34º | 0.35% | 0.45% | - |
| XYZ | 11.92 | 9.63 | 12.79 | - |
| YUV | 89.88 | 132.58 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 75 | 98 | 0 | 0.35 | 0.16 | 0.55 | 326.34 | 0.21 | 0.37 |
| Hex | 74 | 4B | 62 | 0 | 23 | 10 | 37 | 146 | 15 | 25 |
| Octal | 164 | 113 | 142 | 0 | 43 | 20 | 67 | 506 | 25 | 45 |
| Binary | 1110100 | 1001011 | 1100010 | 0 | 100011 | 10000 | 110111 | 101000110 | 10101 | 100101 |
Color Harmonies of #744B62
Complementary color
Monochromatic Colors of #744B62
Black with #744B62
Text Example
Text Example
White with #744B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744B62; }
p { color: rgb(116,75,98); }
H1.HeaderClassName
{
color: #744B62;
}
.AnyTagClassName
{
color: #744B62;
}
</style>
background-color css
<style>
a { background-color: #744B62; }
a { background-color: rgb(116,75,98); }
div.DivClassName
{
background-color: #744B62;
}
.BgClassName
{
background-color: #744B62;
}
</style>
border-color css
<style>
span { border-color: #744B62; }
span { border-color: rgb(116,75,98); }
td.TdClassName
{
border-color: #744B62;
}
.TagClassName
{
border-color: #744B62;
}
</style>