Shades of Cosmic #744E61
Tints of Cosmic #744E61
RGB
CMYK
RGB Variations
Color information
#744E61 (or 0x744E61) is known color: Cosmic. HEX triplet: 74, 4E and 61. RGB value is (116,78,97). Sum of RGB (Red+Green+Blue) = 116+78+97=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 116 - color contains mainly: red. Hex color #744E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744E61 is #8BB19E. Grayscale: #5B5B5B. Windows color (decimal): -9154975 or 6377076. OLE color: 6377076.
HSL color Cylindrical-coordinate representation of color #744E61: hue angle of 330º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #744E61 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 78 | 97 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.55 |
| HSL | 330º | 0.2% | 0.38% | - |
| HSV(B) | 330º | 0.33% | 0.45% | - |
| XYZ | 12.08 | 10.02 | 12.61 | - |
| YUV | 91.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 97 | 0 | 0.33 | 0.16 | 0.55 | 330 | 0.2 | 0.38 |
| Hex | 74 | 4E | 61 | 0 | 21 | 10 | 37 | 14A | 14 | 26 |
| Octal | 164 | 116 | 141 | 0 | 41 | 20 | 67 | 512 | 24 | 46 |
| Binary | 1110100 | 1001110 | 1100001 | 0 | 100001 | 10000 | 110111 | 101001010 | 10100 | 100110 |
Color Harmonies of #744E61
Complementary color
Monochromatic Colors of #744E61
Black with #744E61
Text Example
Text Example
White with #744E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744E61; }
p { color: rgb(116,78,97); }
H1.HeaderClassName
{
color: #744E61;
}
.AnyTagClassName
{
color: #744E61;
}
</style>
background-color css
<style>
a { background-color: #744E61; }
a { background-color: rgb(116,78,97); }
div.DivClassName
{
background-color: #744E61;
}
.BgClassName
{
background-color: #744E61;
}
</style>
border-color css
<style>
span { border-color: #744E61; }
span { border-color: rgb(116,78,97); }
td.TdClassName
{
border-color: #744E61;
}
.TagClassName
{
border-color: #744E61;
}
</style>