Shades of Cosmic #744F5E
Tints of Cosmic #744F5E
RGB
CMYK
RGB Variations
Color information
#744F5E (or 0x744F5E) is known color: Cosmic. HEX triplet: 74, 4F and 5E. RGB value is (116,79,94). Sum of RGB (Red+Green+Blue) = 116+79+94=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 116 - color contains mainly: red. Hex color #744F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744F5E is #8BB0A1. Grayscale: #5B5B5B. Windows color (decimal): -9154722 or 6180724. OLE color: 6180724.
HSL color Cylindrical-coordinate representation of color #744F5E: hue angle of 335.68º 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 #744F5E is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 79 | 94 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.55 |
| HSL | 335.68º | 0.19% | 0.38% | - |
| HSV(B) | 335.68º | 0.32% | 0.45% | - |
| XYZ | 12.02 | 10.11 | 11.91 | - |
| YUV | 91.77 | 129.26 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 79 | 94 | 0 | 0.32 | 0.19 | 0.55 | 335.68 | 0.19 | 0.38 |
| Hex | 74 | 4F | 5E | 0 | 20 | 13 | 37 | 150 | 13 | 26 |
| Octal | 164 | 117 | 136 | 0 | 40 | 23 | 67 | 520 | 23 | 46 |
| Binary | 1110100 | 1001111 | 1011110 | 0 | 100000 | 10011 | 110111 | 101010000 | 10011 | 100110 |
Color Harmonies of #744F5E
Complementary color
Monochromatic Colors of #744F5E
Black with #744F5E
Text Example
Text Example
White with #744F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744F5E; }
p { color: rgb(116,79,94); }
H1.HeaderClassName
{
color: #744F5E;
}
.AnyTagClassName
{
color: #744F5E;
}
</style>
background-color css
<style>
a { background-color: #744F5E; }
a { background-color: rgb(116,79,94); }
div.DivClassName
{
background-color: #744F5E;
}
.BgClassName
{
background-color: #744F5E;
}
</style>
border-color css
<style>
span { border-color: #744F5E; }
span { border-color: rgb(116,79,94); }
td.TdClassName
{
border-color: #744F5E;
}
.TagClassName
{
border-color: #744F5E;
}
</style>