Shades of Cosmic #744B61
Tints of Cosmic #744B61
RGB
CMYK
RGB Variations
Color information
#744B61 (or 0x744B61) is known color: Cosmic. HEX triplet: 74, 4B and 61. RGB value is (116,75,97). Sum of RGB (Red+Green+Blue) = 116+75+97=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 116 - color contains mainly: red. Hex color #744B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744B61 is #8BB49E. Grayscale: #595959. Windows color (decimal): -9155743 or 6376308. OLE color: 6376308.
HSL color Cylindrical-coordinate representation of color #744B61: hue angle of 327.8º 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 #744B61 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 75 | 97 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.55 |
| HSL | 327.8º | 0.21% | 0.37% | - |
| HSV(B) | 327.8º | 0.35% | 0.45% | - |
| XYZ | 11.88 | 9.61 | 12.54 | - |
| YUV | 89.77 | 132.08 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 75 | 97 | 0 | 0.35 | 0.16 | 0.55 | 327.8 | 0.21 | 0.37 |
| Hex | 74 | 4B | 61 | 0 | 23 | 10 | 37 | 148 | 15 | 25 |
| Octal | 164 | 113 | 141 | 0 | 43 | 20 | 67 | 510 | 25 | 45 |
| Binary | 1110100 | 1001011 | 1100001 | 0 | 100011 | 10000 | 110111 | 101001000 | 10101 | 100101 |
Color Harmonies of #744B61
Complementary color
Monochromatic Colors of #744B61
Black with #744B61
Text Example
Text Example
White with #744B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744B61; }
p { color: rgb(116,75,97); }
H1.HeaderClassName
{
color: #744B61;
}
.AnyTagClassName
{
color: #744B61;
}
</style>
background-color css
<style>
a { background-color: #744B61; }
a { background-color: rgb(116,75,97); }
div.DivClassName
{
background-color: #744B61;
}
.BgClassName
{
background-color: #744B61;
}
</style>
border-color css
<style>
span { border-color: #744B61; }
span { border-color: rgb(116,75,97); }
td.TdClassName
{
border-color: #744B61;
}
.TagClassName
{
border-color: #744B61;
}
</style>