Shades of Cosmic #744F61
Tints of Cosmic #744F61
RGB
CMYK
RGB Variations
Color information
#744F61 (or 0x744F61) is known color: Cosmic. HEX triplet: 74, 4F and 61. RGB value is (116,79,97). Sum of RGB (Red+Green+Blue) = 116+79+97=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 116 - color contains mainly: red. Hex color #744F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744F61 is #8BB09E. Grayscale: #5C5C5C. Windows color (decimal): -9154719 or 6377332. OLE color: 6377332.
HSL color Cylindrical-coordinate representation of color #744F61: hue angle of 330.81º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #744F61 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 79 | 97 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.55 |
| HSL | 330.81º | 0.19% | 0.38% | - |
| HSV(B) | 330.81º | 0.32% | 0.45% | - |
| XYZ | 12.16 | 10.17 | 12.63 | - |
| YUV | 92.12 | 130.76 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 79 | 97 | 0 | 0.32 | 0.16 | 0.55 | 330.81 | 0.19 | 0.38 |
| Hex | 74 | 4F | 61 | 0 | 20 | 10 | 37 | 14B | 13 | 26 |
| Octal | 164 | 117 | 141 | 0 | 40 | 20 | 67 | 513 | 23 | 46 |
| Binary | 1110100 | 1001111 | 1100001 | 0 | 100000 | 10000 | 110111 | 101001011 | 10011 | 100110 |
Color Harmonies of #744F61
Complementary color
Monochromatic Colors of #744F61
Black with #744F61
Text Example
Text Example
White with #744F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744F61; }
p { color: rgb(116,79,97); }
H1.HeaderClassName
{
color: #744F61;
}
.AnyTagClassName
{
color: #744F61;
}
</style>
background-color css
<style>
a { background-color: #744F61; }
a { background-color: rgb(116,79,97); }
div.DivClassName
{
background-color: #744F61;
}
.BgClassName
{
background-color: #744F61;
}
</style>
border-color css
<style>
span { border-color: #744F61; }
span { border-color: rgb(116,79,97); }
td.TdClassName
{
border-color: #744F61;
}
.TagClassName
{
border-color: #744F61;
}
</style>