Shades of Cosmic #744C5B
Tints of Cosmic #744C5B
RGB
CMYK
RGB Variations
Color information
#744C5B (or 0x744C5B) is known color: Cosmic. HEX triplet: 74, 4C and 5B. RGB value is (116,76,91). Sum of RGB (Red+Green+Blue) = 116+76+91=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 116 - color contains mainly: red. Hex color #744C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744C5B is #8BB3A4. Grayscale: #595959. Windows color (decimal): -9155493 or 5983348. OLE color: 5983348.
HSL color Cylindrical-coordinate representation of color #744C5B: hue angle of 337.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #744C5B is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 76 | 91 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.55 |
| HSL | 337.5º | 0.21% | 0.38% | - |
| HSV(B) | 337.5º | 0.34% | 0.45% | - |
| XYZ | 11.68 | 9.64 | 11.14 | - |
| YUV | 89.67 | 128.75 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 76 | 91 | 0 | 0.34 | 0.22 | 0.55 | 337.5 | 0.21 | 0.38 |
| Hex | 74 | 4C | 5B | 0 | 22 | 16 | 37 | 152 | 15 | 26 |
| Octal | 164 | 114 | 133 | 0 | 42 | 26 | 67 | 522 | 25 | 46 |
| Binary | 1110100 | 1001100 | 1011011 | 0 | 100010 | 10110 | 110111 | 101010010 | 10101 | 100110 |
Color Harmonies of #744C5B
Complementary color
Monochromatic Colors of #744C5B
Black with #744C5B
Text Example
Text Example
White with #744C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744C5B; }
p { color: rgb(116,76,91); }
H1.HeaderClassName
{
color: #744C5B;
}
.AnyTagClassName
{
color: #744C5B;
}
</style>
background-color css
<style>
a { background-color: #744C5B; }
a { background-color: rgb(116,76,91); }
div.DivClassName
{
background-color: #744C5B;
}
.BgClassName
{
background-color: #744C5B;
}
</style>
border-color css
<style>
span { border-color: #744C5B; }
span { border-color: rgb(116,76,91); }
td.TdClassName
{
border-color: #744C5B;
}
.TagClassName
{
border-color: #744C5B;
}
</style>