Shades of Cosmic #744B64
Tints of Cosmic #744B64
RGB
CMYK
RGB Variations
Color information
#744B64 (or 0x744B64) is known color: Cosmic. HEX triplet: 74, 4B and 64. RGB value is (116,75,100). Sum of RGB (Red+Green+Blue) = 116+75+100=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 75 (29.69% from 255 or 25.77% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 116 - color contains mainly: red. Hex color #744B64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744B64 is #8BB49B. Grayscale: #5A5A5A. Windows color (decimal): -9155740 or 6572916. OLE color: 6572916.
HSL color Cylindrical-coordinate representation of color #744B64: hue angle of 323.41º 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 #744B64 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 75 | 100 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.55 |
| HSL | 323.41º | 0.21% | 0.37% | - |
| HSV(B) | 323.41º | 0.35% | 0.45% | - |
| XYZ | 12.02 | 9.67 | 13.29 | - |
| YUV | 90.11 | 133.58 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 75 | 100 | 0 | 0.35 | 0.14 | 0.55 | 323.41 | 0.21 | 0.37 |
| Hex | 74 | 4B | 64 | 0 | 23 | E | 37 | 143 | 15 | 25 |
| Octal | 164 | 113 | 144 | 0 | 43 | 16 | 67 | 503 | 25 | 45 |
| Binary | 1110100 | 1001011 | 1100100 | 0 | 100011 | 1110 | 110111 | 101000011 | 10101 | 100101 |
Color Harmonies of #744B64
Complementary color
Monochromatic Colors of #744B64
Black with #744B64
Text Example
Text Example
White with #744B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744B64; }
p { color: rgb(116,75,100); }
H1.HeaderClassName
{
color: #744B64;
}
.AnyTagClassName
{
color: #744B64;
}
</style>
background-color css
<style>
a { background-color: #744B64; }
a { background-color: rgb(116,75,100); }
div.DivClassName
{
background-color: #744B64;
}
.BgClassName
{
background-color: #744B64;
}
</style>
border-color css
<style>
span { border-color: #744B64; }
span { border-color: rgb(116,75,100); }
td.TdClassName
{
border-color: #744B64;
}
.TagClassName
{
border-color: #744B64;
}
</style>