Shades of Cosmic #75485D
Tints of Cosmic #75485D
RGB
CMYK
RGB Variations
Color information
#75485D (or 0x75485D) is known color: Cosmic. HEX triplet: 75, 48 and 5D. RGB value is (117,72,93). Sum of RGB (Red+Green+Blue) = 117+72+93=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #75485D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75485D is #8AB7A2. Grayscale: #575757. Windows color (decimal): -9090979 or 6113397. OLE color: 6113397.
HSL color Cylindrical-coordinate representation of color #75485D: hue angle of 332º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75485D is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 72 | 93 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.54 |
| HSL | 332º | 0.24% | 0.37% | - |
| HSV(B) | 332º | 0.38% | 0.46% | - |
| XYZ | 11.63 | 9.21 | 11.52 | - |
| YUV | 87.85 | 130.91 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 72 | 93 | 0 | 0.38 | 0.21 | 0.54 | 332 | 0.24 | 0.37 |
| Hex | 75 | 48 | 5D | 0 | 26 | 15 | 36 | 14C | 18 | 25 |
| Octal | 165 | 110 | 135 | 0 | 46 | 25 | 66 | 514 | 30 | 45 |
| Binary | 1110101 | 1001000 | 1011101 | 0 | 100110 | 10101 | 110110 | 101001100 | 11000 | 100101 |
Color Harmonies of #75485D
Complementary color
Monochromatic Colors of #75485D
Black with #75485D
Text Example
Text Example
White with #75485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75485D; }
p { color: rgb(117,72,93); }
H1.HeaderClassName
{
color: #75485D;
}
.AnyTagClassName
{
color: #75485D;
}
</style>
background-color css
<style>
a { background-color: #75485D; }
a { background-color: rgb(117,72,93); }
div.DivClassName
{
background-color: #75485D;
}
.BgClassName
{
background-color: #75485D;
}
</style>
border-color css
<style>
span { border-color: #75485D; }
span { border-color: rgb(117,72,93); }
td.TdClassName
{
border-color: #75485D;
}
.TagClassName
{
border-color: #75485D;
}
</style>