Shades of Cosmic #744B66
Tints of Cosmic #744B66
RGB
CMYK
RGB Variations
Color information
#744B66 (or 0x744B66) is known color: Cosmic. HEX triplet: 74, 4B and 66. RGB value is (116,75,102). Sum of RGB (Red+Green+Blue) = 116+75+102=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 116 - color contains mainly: red. Hex color #744B66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744B66 is #8BB499. Grayscale: #5A5A5A. Windows color (decimal): -9155738 or 6703988. OLE color: 6703988.
HSL color Cylindrical-coordinate representation of color #744B66: hue angle of 320.49º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #744B66 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 75 | 102 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.55 |
| HSL | 320.49º | 0.21% | 0.37% | - |
| HSV(B) | 320.49º | 0.35% | 0.45% | - |
| XYZ | 12.12 | 9.7 | 13.8 | - |
| YUV | 90.34 | 134.58 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 75 | 102 | 0 | 0.35 | 0.12 | 0.55 | 320.49 | 0.21 | 0.37 |
| Hex | 74 | 4B | 66 | 0 | 23 | C | 37 | 140 | 15 | 25 |
| Octal | 164 | 113 | 146 | 0 | 43 | 14 | 67 | 500 | 25 | 45 |
| Binary | 1110100 | 1001011 | 1100110 | 0 | 100011 | 1100 | 110111 | 101000000 | 10101 | 100101 |
Color Harmonies of #744B66
Complementary color
Monochromatic Colors of #744B66
Black with #744B66
Text Example
Text Example
White with #744B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744B66; }
p { color: rgb(116,75,102); }
H1.HeaderClassName
{
color: #744B66;
}
.AnyTagClassName
{
color: #744B66;
}
</style>
background-color css
<style>
a { background-color: #744B66; }
a { background-color: rgb(116,75,102); }
div.DivClassName
{
background-color: #744B66;
}
.BgClassName
{
background-color: #744B66;
}
</style>
border-color css
<style>
span { border-color: #744B66; }
span { border-color: rgb(116,75,102); }
td.TdClassName
{
border-color: #744B66;
}
.TagClassName
{
border-color: #744B66;
}
</style>