Shades of Cosmic #74445F
Tints of Cosmic #74445F
RGB
CMYK
RGB Variations
Color information
#74445F (or 0x74445F) is known color: Cosmic. HEX triplet: 74, 44 and 5F. RGB value is (116,68,95). Sum of RGB (Red+Green+Blue) = 116+68+95=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #74445F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74445F is #8BBBA0. Grayscale: #555555. Windows color (decimal): -9157537 or 6243444. OLE color: 6243444.
HSL color Cylindrical-coordinate representation of color #74445F: hue angle of 326.25º 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 #74445F is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 68 | 95 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.55 |
| HSL | 326.25º | 0.26% | 0.36% | - |
| HSV(B) | 326.25º | 0.41% | 0.45% | - |
| XYZ | 11.34 | 8.67 | 11.9 | - |
| YUV | 85.43 | 133.4 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 68 | 95 | 0 | 0.41 | 0.18 | 0.55 | 326.25 | 0.26 | 0.36 |
| Hex | 74 | 44 | 5F | 0 | 29 | 12 | 37 | 146 | 1A | 24 |
| Octal | 164 | 104 | 137 | 0 | 51 | 22 | 67 | 506 | 32 | 44 |
| Binary | 1110100 | 1000100 | 1011111 | 0 | 101001 | 10010 | 110111 | 101000110 | 11010 | 100100 |
Color Harmonies of #74445F
Complementary color
Monochromatic Colors of #74445F
Black with #74445F
Text Example
Text Example
White with #74445F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74445F; }
p { color: rgb(116,68,95); }
H1.HeaderClassName
{
color: #74445F;
}
.AnyTagClassName
{
color: #74445F;
}
</style>
background-color css
<style>
a { background-color: #74445F; }
a { background-color: rgb(116,68,95); }
div.DivClassName
{
background-color: #74445F;
}
.BgClassName
{
background-color: #74445F;
}
</style>
border-color css
<style>
span { border-color: #74445F; }
span { border-color: rgb(116,68,95); }
td.TdClassName
{
border-color: #74445F;
}
.TagClassName
{
border-color: #74445F;
}
</style>