Shades of Cosmic #744A58
Tints of Cosmic #744A58
RGB
CMYK
RGB Variations
Color information
#744A58 (or 0x744A58) is known color: Cosmic. HEX triplet: 74, 4A and 58. RGB value is (116,74,88). Sum of RGB (Red+Green+Blue) = 116+74+88=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 116 - color contains mainly: red. Hex color #744A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744A58 is #8BB5A7. Grayscale: #585858. Windows color (decimal): -9156008 or 5786228. OLE color: 5786228.
HSL color Cylindrical-coordinate representation of color #744A58: hue angle of 340º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #744A58 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 74 | 88 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.55 |
| HSL | 340º | 0.22% | 0.37% | - |
| HSV(B) | 340º | 0.36% | 0.45% | - |
| XYZ | 11.41 | 9.32 | 10.43 | - |
| YUV | 88.15 | 127.91 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 74 | 88 | 0 | 0.36 | 0.24 | 0.55 | 340 | 0.22 | 0.37 |
| Hex | 74 | 4A | 58 | 0 | 24 | 18 | 37 | 154 | 16 | 25 |
| Octal | 164 | 112 | 130 | 0 | 44 | 30 | 67 | 524 | 26 | 45 |
| Binary | 1110100 | 1001010 | 1011000 | 0 | 100100 | 11000 | 110111 | 101010100 | 10110 | 100101 |
Color Harmonies of #744A58
Complementary color
Monochromatic Colors of #744A58
Black with #744A58
Text Example
Text Example
White with #744A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744A58; }
p { color: rgb(116,74,88); }
H1.HeaderClassName
{
color: #744A58;
}
.AnyTagClassName
{
color: #744A58;
}
</style>
background-color css
<style>
a { background-color: #744A58; }
a { background-color: rgb(116,74,88); }
div.DivClassName
{
background-color: #744A58;
}
.BgClassName
{
background-color: #744A58;
}
</style>
border-color css
<style>
span { border-color: #744A58; }
span { border-color: rgb(116,74,88); }
td.TdClassName
{
border-color: #744A58;
}
.TagClassName
{
border-color: #744A58;
}
</style>