Shades of Cosmic #744E5B
Tints of Cosmic #744E5B
RGB
CMYK
RGB Variations
Color information
#744E5B (or 0x744E5B) is known color: Cosmic. HEX triplet: 74, 4E and 5B. RGB value is (116,78,91). Sum of RGB (Red+Green+Blue) = 116+78+91=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #744E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744E5B is #8BB1A4. Grayscale: #5A5A5A. Windows color (decimal): -9154981 or 5983860. OLE color: 5983860.
HSL color Cylindrical-coordinate representation of color #744E5B: hue angle of 339.47º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #744E5B is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 78 | 91 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.55 |
| HSL | 339.47º | 0.2% | 0.38% | - |
| HSV(B) | 339.47º | 0.33% | 0.45% | - |
| XYZ | 11.82 | 9.92 | 11.19 | - |
| YUV | 90.84 | 128.09 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 91 | 0 | 0.33 | 0.22 | 0.55 | 339.47 | 0.2 | 0.38 |
| Hex | 74 | 4E | 5B | 0 | 21 | 16 | 37 | 153 | 14 | 26 |
| Octal | 164 | 116 | 133 | 0 | 41 | 26 | 67 | 523 | 24 | 46 |
| Binary | 1110100 | 1001110 | 1011011 | 0 | 100001 | 10110 | 110111 | 101010011 | 10100 | 100110 |
Color Harmonies of #744E5B
Complementary color
Monochromatic Colors of #744E5B
Black with #744E5B
Text Example
Text Example
White with #744E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744E5B; }
p { color: rgb(116,78,91); }
H1.HeaderClassName
{
color: #744E5B;
}
.AnyTagClassName
{
color: #744E5B;
}
</style>
background-color css
<style>
a { background-color: #744E5B; }
a { background-color: rgb(116,78,91); }
div.DivClassName
{
background-color: #744E5B;
}
.BgClassName
{
background-color: #744E5B;
}
</style>
border-color css
<style>
span { border-color: #744E5B; }
span { border-color: rgb(116,78,91); }
td.TdClassName
{
border-color: #744E5B;
}
.TagClassName
{
border-color: #744E5B;
}
</style>