Shades of Cosmic #744E67
Tints of Cosmic #744E67
RGB
CMYK
RGB Variations
Color information
#744E67 (or 0x744E67) is known color: Cosmic. HEX triplet: 74, 4E and 67. RGB value is (116,78,103). Sum of RGB (Red+Green+Blue) = 116+78+103=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 116 - color contains mainly: red. Hex color #744E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744E67 is #8BB198. Grayscale: #5C5C5C. Windows color (decimal): -9154969 or 6770292. OLE color: 6770292.
HSL color Cylindrical-coordinate representation of color #744E67: hue angle of 320.53º 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 #744E67 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 78 | 103 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.55 |
| HSL | 320.53º | 0.2% | 0.38% | - |
| HSV(B) | 320.53º | 0.33% | 0.45% | - |
| XYZ | 12.38 | 10.14 | 14.14 | - |
| YUV | 92.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 103 | 0 | 0.33 | 0.11 | 0.55 | 320.53 | 0.2 | 0.38 |
| Hex | 74 | 4E | 67 | 0 | 21 | B | 37 | 141 | 14 | 26 |
| Octal | 164 | 116 | 147 | 0 | 41 | 13 | 67 | 501 | 24 | 46 |
| Binary | 1110100 | 1001110 | 1100111 | 0 | 100001 | 1011 | 110111 | 101000001 | 10100 | 100110 |
Color Harmonies of #744E67
Complementary color
Monochromatic Colors of #744E67
Black with #744E67
Text Example
Text Example
White with #744E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744E67; }
p { color: rgb(116,78,103); }
H1.HeaderClassName
{
color: #744E67;
}
.AnyTagClassName
{
color: #744E67;
}
</style>
background-color css
<style>
a { background-color: #744E67; }
a { background-color: rgb(116,78,103); }
div.DivClassName
{
background-color: #744E67;
}
.BgClassName
{
background-color: #744E67;
}
</style>
border-color css
<style>
span { border-color: #744E67; }
span { border-color: rgb(116,78,103); }
td.TdClassName
{
border-color: #744E67;
}
.TagClassName
{
border-color: #744E67;
}
</style>