Shades of Cosmic #75445E
Tints of Cosmic #75445E
RGB
CMYK
RGB Variations
Color information
#75445E (or 0x75445E) is known color: Cosmic. HEX triplet: 75, 44 and 5E. RGB value is (117,68,94). Sum of RGB (Red+Green+Blue) = 117+68+94=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #75445E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75445E is #8ABBA1. Grayscale: #555555. Windows color (decimal): -9092002 or 6177909. OLE color: 6177909.
HSL color Cylindrical-coordinate representation of color #75445E: hue angle of 328.16º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75445E is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 68 | 94 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.54 |
| HSL | 328.16º | 0.26% | 0.36% | - |
| HSV(B) | 328.16º | 0.42% | 0.46% | - |
| XYZ | 11.42 | 8.72 | 11.67 | - |
| YUV | 85.62 | 132.73 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 68 | 94 | 0 | 0.42 | 0.20 | 0.54 | 328.16 | 0.26 | 0.36 |
| Hex | 75 | 44 | 5E | 0 | 2A | 14 | 36 | 148 | 1A | 24 |
| Octal | 165 | 104 | 136 | 0 | 52 | 24 | 66 | 510 | 32 | 44 |
| Binary | 1110101 | 1000100 | 1011110 | 0 | 101010 | 10100 | 110110 | 101001000 | 11010 | 100100 |
Color Harmonies of #75445E
Complementary color
Monochromatic Colors of #75445E
Black with #75445E
Text Example
Text Example
White with #75445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75445E; }
p { color: rgb(117,68,94); }
H1.HeaderClassName
{
color: #75445E;
}
.AnyTagClassName
{
color: #75445E;
}
</style>
background-color css
<style>
a { background-color: #75445E; }
a { background-color: rgb(117,68,94); }
div.DivClassName
{
background-color: #75445E;
}
.BgClassName
{
background-color: #75445E;
}
</style>
border-color css
<style>
span { border-color: #75445E; }
span { border-color: rgb(117,68,94); }
td.TdClassName
{
border-color: #75445E;
}
.TagClassName
{
border-color: #75445E;
}
</style>