Shades of Cosmic #744F62
Tints of Cosmic #744F62
RGB
CMYK
RGB Variations
Color information
#744F62 (or 0x744F62) is known color: Cosmic. HEX triplet: 74, 4F and 62. RGB value is (116,79,98). Sum of RGB (Red+Green+Blue) = 116+79+98=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 116 - color contains mainly: red. Hex color #744F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744F62 is #8BB09D. Grayscale: #5C5C5C. Windows color (decimal): -9154718 or 6442868. OLE color: 6442868.
HSL color Cylindrical-coordinate representation of color #744F62: hue angle of 329.19º 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 #744F62 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 79 | 98 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.55 |
| HSL | 329.19º | 0.19% | 0.38% | - |
| HSV(B) | 329.19º | 0.32% | 0.45% | - |
| XYZ | 12.2 | 10.19 | 12.88 | - |
| YUV | 92.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 79 | 98 | 0 | 0.32 | 0.16 | 0.55 | 329.19 | 0.19 | 0.38 |
| Hex | 74 | 4F | 62 | 0 | 20 | 10 | 37 | 149 | 13 | 26 |
| Octal | 164 | 117 | 142 | 0 | 40 | 20 | 67 | 511 | 23 | 46 |
| Binary | 1110100 | 1001111 | 1100010 | 0 | 100000 | 10000 | 110111 | 101001001 | 10011 | 100110 |
Color Harmonies of #744F62
Complementary color
Monochromatic Colors of #744F62
Black with #744F62
Text Example
Text Example
White with #744F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744F62; }
p { color: rgb(116,79,98); }
H1.HeaderClassName
{
color: #744F62;
}
.AnyTagClassName
{
color: #744F62;
}
</style>
background-color css
<style>
a { background-color: #744F62; }
a { background-color: rgb(116,79,98); }
div.DivClassName
{
background-color: #744F62;
}
.BgClassName
{
background-color: #744F62;
}
</style>
border-color css
<style>
span { border-color: #744F62; }
span { border-color: rgb(116,79,98); }
td.TdClassName
{
border-color: #744F62;
}
.TagClassName
{
border-color: #744F62;
}
</style>