Shades of Cosmic #74405C
Tints of Cosmic #74405C
RGB
CMYK
RGB Variations
Color information
#74405C (or 0x74405C) is known color: Cosmic. HEX triplet: 74, 40 and 5C. RGB value is (116,64,92). Sum of RGB (Red+Green+Blue) = 116+64+92=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 116 - color contains mainly: red. Hex color #74405C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74405C is #8BBFA3. Grayscale: #525252. Windows color (decimal): -9158564 or 6045812. OLE color: 6045812.
HSL color Cylindrical-coordinate representation of color #74405C: hue angle of 327.69º 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 #74405C is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 64 | 92 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.55 |
| HSL | 327.69º | 0.29% | 0.35% | - |
| HSV(B) | 327.69º | 0.45% | 0.45% | - |
| XYZ | 10.97 | 8.15 | 11.12 | - |
| YUV | 82.74 | 133.23 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 64 | 92 | 0 | 0.45 | 0.21 | 0.55 | 327.69 | 0.29 | 0.35 |
| Hex | 74 | 40 | 5C | 0 | 2D | 15 | 37 | 148 | 1D | 23 |
| Octal | 164 | 100 | 134 | 0 | 55 | 25 | 67 | 510 | 35 | 43 |
| Binary | 1110100 | 1000000 | 1011100 | 0 | 101101 | 10101 | 110111 | 101001000 | 11101 | 100011 |
Color Harmonies of #74405C
Complementary color
Monochromatic Colors of #74405C
Black with #74405C
Text Example
Text Example
White with #74405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74405C; }
p { color: rgb(116,64,92); }
H1.HeaderClassName
{
color: #74405C;
}
.AnyTagClassName
{
color: #74405C;
}
</style>
background-color css
<style>
a { background-color: #74405C; }
a { background-color: rgb(116,64,92); }
div.DivClassName
{
background-color: #74405C;
}
.BgClassName
{
background-color: #74405C;
}
</style>
border-color css
<style>
span { border-color: #74405C; }
span { border-color: rgb(116,64,92); }
td.TdClassName
{
border-color: #74405C;
}
.TagClassName
{
border-color: #74405C;
}
</style>