Shades of Cosmic #744864
Tints of Cosmic #744864
RGB
CMYK
RGB Variations
Color information
#744864 (or 0x744864) is known color: Cosmic. HEX triplet: 74, 48 and 64. RGB value is (116,72,100). Sum of RGB (Red+Green+Blue) = 116+72+100=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 116 - color contains mainly: red. Hex color #744864 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744864 is #8BB79B. Grayscale: #585858. Windows color (decimal): -9156508 or 6572148. OLE color: 6572148.
HSL color Cylindrical-coordinate representation of color #744864: hue angle of 321.82º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #744864 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 72 | 100 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.55 |
| HSL | 321.82º | 0.23% | 0.37% | - |
| HSV(B) | 321.82º | 0.38% | 0.45% | - |
| XYZ | 11.82 | 9.27 | 13.22 | - |
| YUV | 88.35 | 134.58 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 72 | 100 | 0 | 0.38 | 0.14 | 0.55 | 321.82 | 0.23 | 0.37 |
| Hex | 74 | 48 | 64 | 0 | 26 | E | 37 | 142 | 17 | 25 |
| Octal | 164 | 110 | 144 | 0 | 46 | 16 | 67 | 502 | 27 | 45 |
| Binary | 1110100 | 1001000 | 1100100 | 0 | 100110 | 1110 | 110111 | 101000010 | 10111 | 100101 |
Color Harmonies of #744864
Complementary color
Monochromatic Colors of #744864
Black with #744864
Text Example
Text Example
White with #744864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744864; }
p { color: rgb(116,72,100); }
H1.HeaderClassName
{
color: #744864;
}
.AnyTagClassName
{
color: #744864;
}
</style>
background-color css
<style>
a { background-color: #744864; }
a { background-color: rgb(116,72,100); }
div.DivClassName
{
background-color: #744864;
}
.BgClassName
{
background-color: #744864;
}
</style>
border-color css
<style>
span { border-color: #744864; }
span { border-color: rgb(116,72,100); }
td.TdClassName
{
border-color: #744864;
}
.TagClassName
{
border-color: #744864;
}
</style>