Shades of Cosmic #74445D
Tints of Cosmic #74445D
RGB
CMYK
RGB Variations
Color information
#74445D (or 0x74445D) is known color: Cosmic. HEX triplet: 74, 44 and 5D. RGB value is (116,68,93). Sum of RGB (Red+Green+Blue) = 116+68+93=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #74445D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74445D is #8BBBA2. Grayscale: #555555. Windows color (decimal): -9157539 or 6112372. OLE color: 6112372.
HSL color Cylindrical-coordinate representation of color #74445D: hue angle of 328.75º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74445D is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 68 | 93 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.55 |
| HSL | 328.75º | 0.26% | 0.36% | - |
| HSV(B) | 328.75º | 0.41% | 0.45% | - |
| XYZ | 11.25 | 8.64 | 11.43 | - |
| YUV | 85.2 | 132.4 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 68 | 93 | 0 | 0.41 | 0.20 | 0.55 | 328.75 | 0.26 | 0.36 |
| Hex | 74 | 44 | 5D | 0 | 29 | 14 | 37 | 149 | 1A | 24 |
| Octal | 164 | 104 | 135 | 0 | 51 | 24 | 67 | 511 | 32 | 44 |
| Binary | 1110100 | 1000100 | 1011101 | 0 | 101001 | 10100 | 110111 | 101001001 | 11010 | 100100 |
Color Harmonies of #74445D
Complementary color
Monochromatic Colors of #74445D
Black with #74445D
Text Example
Text Example
White with #74445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74445D; }
p { color: rgb(116,68,93); }
H1.HeaderClassName
{
color: #74445D;
}
.AnyTagClassName
{
color: #74445D;
}
</style>
background-color css
<style>
a { background-color: #74445D; }
a { background-color: rgb(116,68,93); }
div.DivClassName
{
background-color: #74445D;
}
.BgClassName
{
background-color: #74445D;
}
</style>
border-color css
<style>
span { border-color: #74445D; }
span { border-color: rgb(116,68,93); }
td.TdClassName
{
border-color: #74445D;
}
.TagClassName
{
border-color: #74445D;
}
</style>