Shades of Cosmic #753D5E
Tints of Cosmic #753D5E
RGB
CMYK
RGB Variations
Color information
#753D5E (or 0x753D5E) is known color: Cosmic. HEX triplet: 75, 3D and 5E. RGB value is (117,61,94). Sum of RGB (Red+Green+Blue) = 117+61+94=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #753D5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753D5E is #8AC2A1. Grayscale: #515151. Windows color (decimal): -9093794 or 6176117. OLE color: 6176117.
HSL color Cylindrical-coordinate representation of color #753D5E: hue angle of 324.64º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #753D5E is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 61 | 94 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.54 |
| HSL | 324.64º | 0.31% | 0.35% | - |
| HSV(B) | 324.64º | 0.48% | 0.46% | - |
| XYZ | 11.03 | 7.93 | 11.54 | - |
| YUV | 81.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 61 | 94 | 0 | 0.48 | 0.20 | 0.54 | 324.64 | 0.31 | 0.35 |
| Hex | 75 | 3D | 5E | 0 | 30 | 14 | 36 | 145 | 1F | 23 |
| Octal | 165 | 75 | 136 | 0 | 60 | 24 | 66 | 505 | 37 | 43 |
| Binary | 1110101 | 111101 | 1011110 | 0 | 110000 | 10100 | 110110 | 101000101 | 11111 | 100011 |
Color Harmonies of #753D5E
Complementary color
Monochromatic Colors of #753D5E
Black with #753D5E
Text Example
Text Example
White with #753D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753D5E; }
p { color: rgb(117,61,94); }
H1.HeaderClassName
{
color: #753D5E;
}
.AnyTagClassName
{
color: #753D5E;
}
</style>
background-color css
<style>
a { background-color: #753D5E; }
a { background-color: rgb(117,61,94); }
div.DivClassName
{
background-color: #753D5E;
}
.BgClassName
{
background-color: #753D5E;
}
</style>
border-color css
<style>
span { border-color: #753D5E; }
span { border-color: rgb(117,61,94); }
td.TdClassName
{
border-color: #753D5E;
}
.TagClassName
{
border-color: #753D5E;
}
</style>