Shades of Cosmic #744F63
Tints of Cosmic #744F63
RGB
CMYK
RGB Variations
Color information
#744F63 (or 0x744F63) is known color: Cosmic. HEX triplet: 74, 4F and 63. RGB value is (116,79,99). Sum of RGB (Red+Green+Blue) = 116+79+99=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 116 - color contains mainly: red. Hex color #744F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744F63 is #8BB09C. Grayscale: #5C5C5C. Windows color (decimal): -9154717 or 6508404. OLE color: 6508404.
HSL color Cylindrical-coordinate representation of color #744F63: hue angle of 327.57º 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 #744F63 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 79 | 99 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.55 |
| HSL | 327.57º | 0.19% | 0.38% | - |
| HSV(B) | 327.57º | 0.32% | 0.45% | - |
| XYZ | 12.25 | 10.21 | 13.13 | - |
| YUV | 92.34 | 131.76 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 79 | 99 | 0 | 0.32 | 0.15 | 0.55 | 327.57 | 0.19 | 0.38 |
| Hex | 74 | 4F | 63 | 0 | 20 | F | 37 | 148 | 13 | 26 |
| Octal | 164 | 117 | 143 | 0 | 40 | 17 | 67 | 510 | 23 | 46 |
| Binary | 1110100 | 1001111 | 1100011 | 0 | 100000 | 1111 | 110111 | 101001000 | 10011 | 100110 |
Color Harmonies of #744F63
Complementary color
Monochromatic Colors of #744F63
Black with #744F63
Text Example
Text Example
White with #744F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744F63; }
p { color: rgb(116,79,99); }
H1.HeaderClassName
{
color: #744F63;
}
.AnyTagClassName
{
color: #744F63;
}
</style>
background-color css
<style>
a { background-color: #744F63; }
a { background-color: rgb(116,79,99); }
div.DivClassName
{
background-color: #744F63;
}
.BgClassName
{
background-color: #744F63;
}
</style>
border-color css
<style>
span { border-color: #744F63; }
span { border-color: rgb(116,79,99); }
td.TdClassName
{
border-color: #744F63;
}
.TagClassName
{
border-color: #744F63;
}
</style>