Shades of Cosmic #75465E
Tints of Cosmic #75465E
RGB
CMYK
RGB Variations
Color information
#75465E (or 0x75465E) is known color: Cosmic. HEX triplet: 75, 46 and 5E. RGB value is (117,70,94). Sum of RGB (Red+Green+Blue) = 117+70+94=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #75465E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75465E is #8AB9A1. Grayscale: #565656. Windows color (decimal): -9091490 or 6178421. OLE color: 6178421.
HSL color Cylindrical-coordinate representation of color #75465E: hue angle of 329.36º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75465E is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 70 | 94 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.54 |
| HSL | 329.36º | 0.25% | 0.37% | - |
| HSV(B) | 329.36º | 0.4% | 0.46% | - |
| XYZ | 11.55 | 8.97 | 11.71 | - |
| YUV | 86.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 70 | 94 | 0 | 0.40 | 0.20 | 0.54 | 329.36 | 0.25 | 0.37 |
| Hex | 75 | 46 | 5E | 0 | 28 | 14 | 36 | 149 | 19 | 25 |
| Octal | 165 | 106 | 136 | 0 | 50 | 24 | 66 | 511 | 31 | 45 |
| Binary | 1110101 | 1000110 | 1011110 | 0 | 101000 | 10100 | 110110 | 101001001 | 11001 | 100101 |
Color Harmonies of #75465E
Complementary color
Monochromatic Colors of #75465E
Black with #75465E
Text Example
Text Example
White with #75465E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75465E; }
p { color: rgb(117,70,94); }
H1.HeaderClassName
{
color: #75465E;
}
.AnyTagClassName
{
color: #75465E;
}
</style>
background-color css
<style>
a { background-color: #75465E; }
a { background-color: rgb(117,70,94); }
div.DivClassName
{
background-color: #75465E;
}
.BgClassName
{
background-color: #75465E;
}
</style>
border-color css
<style>
span { border-color: #75465E; }
span { border-color: rgb(117,70,94); }
td.TdClassName
{
border-color: #75465E;
}
.TagClassName
{
border-color: #75465E;
}
</style>