Shades of Cosmic #753B62
Tints of Cosmic #753B62
RGB
CMYK
RGB Variations
Color information
#753B62 (or 0x753B62) is known color: Cosmic. HEX triplet: 75, 3B and 62. RGB value is (117,59,98). Sum of RGB (Red+Green+Blue) = 117+59+98=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 59 (23.44% from 255 or 21.53% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #753B62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753B62 is #8AC49D. Grayscale: #505050. Windows color (decimal): -9094302 or 6437749. OLE color: 6437749.
HSL color Cylindrical-coordinate representation of color #753B62: hue angle of 319.66º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753B62 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 59 | 98 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.54 |
| HSL | 319.66º | 0.33% | 0.35% | - |
| HSV(B) | 319.66º | 0.5% | 0.46% | - |
| XYZ | 11.1 | 7.79 | 12.47 | - |
| YUV | 80.79 | 137.72 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 59 | 98 | 0 | 0.50 | 0.16 | 0.54 | 319.66 | 0.33 | 0.35 |
| Hex | 75 | 3B | 62 | 0 | 32 | 10 | 36 | 140 | 21 | 23 |
| Octal | 165 | 73 | 142 | 0 | 62 | 20 | 66 | 500 | 41 | 43 |
| Binary | 1110101 | 111011 | 1100010 | 0 | 110010 | 10000 | 110110 | 101000000 | 100001 | 100011 |
Color Harmonies of #753B62
Complementary color
Monochromatic Colors of #753B62
Black with #753B62
Text Example
Text Example
White with #753B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753B62; }
p { color: rgb(117,59,98); }
H1.HeaderClassName
{
color: #753B62;
}
.AnyTagClassName
{
color: #753B62;
}
</style>
background-color css
<style>
a { background-color: #753B62; }
a { background-color: rgb(117,59,98); }
div.DivClassName
{
background-color: #753B62;
}
.BgClassName
{
background-color: #753B62;
}
</style>
border-color css
<style>
span { border-color: #753B62; }
span { border-color: rgb(117,59,98); }
td.TdClassName
{
border-color: #753B62;
}
.TagClassName
{
border-color: #753B62;
}
</style>