Shades of Cosmic #75405D
Tints of Cosmic #75405D
RGB
CMYK
RGB Variations
Color information
#75405D (or 0x75405D) is known color: Cosmic. HEX triplet: 75, 40 and 5D. RGB value is (117,64,93). Sum of RGB (Red+Green+Blue) = 117+64+93=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #75405D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75405D is #8ABFA2. Grayscale: #535353. Windows color (decimal): -9093027 or 6111349. OLE color: 6111349.
HSL color Cylindrical-coordinate representation of color #75405D: hue angle of 327.17º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75405D is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 64 | 93 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.54 |
| HSL | 327.17º | 0.29% | 0.35% | - |
| HSV(B) | 327.17º | 0.45% | 0.46% | - |
| XYZ | 11.15 | 8.24 | 11.36 | - |
| YUV | 83.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 93 | 0 | 0.45 | 0.21 | 0.54 | 327.17 | 0.29 | 0.35 |
| Hex | 75 | 40 | 5D | 0 | 2D | 15 | 36 | 147 | 1D | 23 |
| Octal | 165 | 100 | 135 | 0 | 55 | 25 | 66 | 507 | 35 | 43 |
| Binary | 1110101 | 1000000 | 1011101 | 0 | 101101 | 10101 | 110110 | 101000111 | 11101 | 100011 |
Color Harmonies of #75405D
Complementary color
Monochromatic Colors of #75405D
Black with #75405D
Text Example
Text Example
White with #75405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75405D; }
p { color: rgb(117,64,93); }
H1.HeaderClassName
{
color: #75405D;
}
.AnyTagClassName
{
color: #75405D;
}
</style>
background-color css
<style>
a { background-color: #75405D; }
a { background-color: rgb(117,64,93); }
div.DivClassName
{
background-color: #75405D;
}
.BgClassName
{
background-color: #75405D;
}
</style>
border-color css
<style>
span { border-color: #75405D; }
span { border-color: rgb(117,64,93); }
td.TdClassName
{
border-color: #75405D;
}
.TagClassName
{
border-color: #75405D;
}
</style>