Shades of Cosmic #74405D
Tints of Cosmic #74405D
RGB
CMYK
RGB Variations
Color information
#74405D (or 0x74405D) is known color: Cosmic. HEX triplet: 74, 40 and 5D. RGB value is (116,64,93). Sum of RGB (Red+Green+Blue) = 116+64+93=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #74405D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74405D is #8BBFA2. Grayscale: #525252. Windows color (decimal): -9158563 or 6111348. OLE color: 6111348.
HSL color Cylindrical-coordinate representation of color #74405D: hue angle of 326.54º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74405D is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 64 | 93 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.55 |
| HSL | 326.54º | 0.29% | 0.35% | - |
| HSV(B) | 326.54º | 0.45% | 0.45% | - |
| XYZ | 11.01 | 8.17 | 11.35 | - |
| YUV | 82.85 | 133.73 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 64 | 93 | 0 | 0.45 | 0.20 | 0.55 | 326.54 | 0.29 | 0.35 |
| Hex | 74 | 40 | 5D | 0 | 2D | 14 | 37 | 147 | 1D | 23 |
| Octal | 164 | 100 | 135 | 0 | 55 | 24 | 67 | 507 | 35 | 43 |
| Binary | 1110100 | 1000000 | 1011101 | 0 | 101101 | 10100 | 110111 | 101000111 | 11101 | 100011 |
Color Harmonies of #74405D
Complementary color
Monochromatic Colors of #74405D
Black with #74405D
Text Example
Text Example
White with #74405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74405D; }
p { color: rgb(116,64,93); }
H1.HeaderClassName
{
color: #74405D;
}
.AnyTagClassName
{
color: #74405D;
}
</style>
background-color css
<style>
a { background-color: #74405D; }
a { background-color: rgb(116,64,93); }
div.DivClassName
{
background-color: #74405D;
}
.BgClassName
{
background-color: #74405D;
}
</style>
border-color css
<style>
span { border-color: #74405D; }
span { border-color: rgb(116,64,93); }
td.TdClassName
{
border-color: #74405D;
}
.TagClassName
{
border-color: #74405D;
}
</style>