Shades of Cosmic #75495F
Tints of Cosmic #75495F
RGB
CMYK
RGB Variations
Color information
#75495F (or 0x75495F) is known color: Cosmic. HEX triplet: 75, 49 and 5F. RGB value is (117,73,95). Sum of RGB (Red+Green+Blue) = 117+73+95=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #75495F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75495F is #8AB6A0. Grayscale: #585858. Windows color (decimal): -9090721 or 6244725. OLE color: 6244725.
HSL color Cylindrical-coordinate representation of color #75495F: hue angle of 330º 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 #75495F is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 73 | 95 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.54 |
| HSL | 330º | 0.23% | 0.37% | - |
| HSV(B) | 330º | 0.38% | 0.46% | - |
| XYZ | 11.78 | 9.37 | 12.01 | - |
| YUV | 88.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 73 | 95 | 0 | 0.38 | 0.19 | 0.54 | 330 | 0.23 | 0.37 |
| Hex | 75 | 49 | 5F | 0 | 26 | 13 | 36 | 14A | 17 | 25 |
| Octal | 165 | 111 | 137 | 0 | 46 | 23 | 66 | 512 | 27 | 45 |
| Binary | 1110101 | 1001001 | 1011111 | 0 | 100110 | 10011 | 110110 | 101001010 | 10111 | 100101 |
Color Harmonies of #75495F
Complementary color
Monochromatic Colors of #75495F
Black with #75495F
Text Example
Text Example
White with #75495F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75495F; }
p { color: rgb(117,73,95); }
H1.HeaderClassName
{
color: #75495F;
}
.AnyTagClassName
{
color: #75495F;
}
</style>
background-color css
<style>
a { background-color: #75495F; }
a { background-color: rgb(117,73,95); }
div.DivClassName
{
background-color: #75495F;
}
.BgClassName
{
background-color: #75495F;
}
</style>
border-color css
<style>
span { border-color: #75495F; }
span { border-color: rgb(117,73,95); }
td.TdClassName
{
border-color: #75495F;
}
.TagClassName
{
border-color: #75495F;
}
</style>