Shades of Cosmic #75495C
Tints of Cosmic #75495C
RGB
CMYK
RGB Variations
Color information
#75495C (or 0x75495C) is known color: Cosmic. HEX triplet: 75, 49 and 5C. RGB value is (117,73,92). Sum of RGB (Red+Green+Blue) = 117+73+92=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #75495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75495C is #8AB6A3. Grayscale: #585858. Windows color (decimal): -9090724 or 6048117. OLE color: 6048117.
HSL color Cylindrical-coordinate representation of color #75495C: hue angle of 334.09º degrees, saturation: 0.23, 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 #75495C is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 73 | 92 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.54 |
| HSL | 334.09º | 0.23% | 0.37% | - |
| HSV(B) | 334.09º | 0.38% | 0.46% | - |
| XYZ | 11.65 | 9.32 | 11.31 | - |
| YUV | 88.32 | 130.08 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 73 | 92 | 0 | 0.38 | 0.21 | 0.54 | 334.09 | 0.23 | 0.37 |
| Hex | 75 | 49 | 5C | 0 | 26 | 15 | 36 | 14E | 17 | 25 |
| Octal | 165 | 111 | 134 | 0 | 46 | 25 | 66 | 516 | 27 | 45 |
| Binary | 1110101 | 1001001 | 1011100 | 0 | 100110 | 10101 | 110110 | 101001110 | 10111 | 100101 |
Color Harmonies of #75495C
Complementary color
Monochromatic Colors of #75495C
Black with #75495C
Text Example
Text Example
White with #75495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75495C; }
p { color: rgb(117,73,92); }
H1.HeaderClassName
{
color: #75495C;
}
.AnyTagClassName
{
color: #75495C;
}
</style>
background-color css
<style>
a { background-color: #75495C; }
a { background-color: rgb(117,73,92); }
div.DivClassName
{
background-color: #75495C;
}
.BgClassName
{
background-color: #75495C;
}
</style>
border-color css
<style>
span { border-color: #75495C; }
span { border-color: rgb(117,73,92); }
td.TdClassName
{
border-color: #75495C;
}
.TagClassName
{
border-color: #75495C;
}
</style>