Shades of Cosmic #74445C
Tints of Cosmic #74445C
RGB
CMYK
RGB Variations
Color information
#74445C (or 0x74445C) is known color: Cosmic. HEX triplet: 74, 44 and 5C. RGB value is (116,68,92). Sum of RGB (Red+Green+Blue) = 116+68+92=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 116 - color contains mainly: red. Hex color #74445C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74445C is #8BBBA3. Grayscale: #555555. Windows color (decimal): -9157540 or 6046836. OLE color: 6046836.
HSL color Cylindrical-coordinate representation of color #74445C: hue angle of 330º 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 #74445C is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 68 | 92 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.55 |
| HSL | 330º | 0.26% | 0.36% | - |
| HSV(B) | 330º | 0.41% | 0.45% | - |
| XYZ | 11.2 | 8.62 | 11.2 | - |
| YUV | 85.09 | 131.9 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 68 | 92 | 0 | 0.41 | 0.21 | 0.55 | 330 | 0.26 | 0.36 |
| Hex | 74 | 44 | 5C | 0 | 29 | 15 | 37 | 14A | 1A | 24 |
| Octal | 164 | 104 | 134 | 0 | 51 | 25 | 67 | 512 | 32 | 44 |
| Binary | 1110100 | 1000100 | 1011100 | 0 | 101001 | 10101 | 110111 | 101001010 | 11010 | 100100 |
Color Harmonies of #74445C
Complementary color
Monochromatic Colors of #74445C
Black with #74445C
Text Example
Text Example
White with #74445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74445C; }
p { color: rgb(116,68,92); }
H1.HeaderClassName
{
color: #74445C;
}
.AnyTagClassName
{
color: #74445C;
}
</style>
background-color css
<style>
a { background-color: #74445C; }
a { background-color: rgb(116,68,92); }
div.DivClassName
{
background-color: #74445C;
}
.BgClassName
{
background-color: #74445C;
}
</style>
border-color css
<style>
span { border-color: #74445C; }
span { border-color: rgb(116,68,92); }
td.TdClassName
{
border-color: #74445C;
}
.TagClassName
{
border-color: #74445C;
}
</style>