Shades of Cosmic #753C60
Tints of Cosmic #753C60
RGB
CMYK
RGB Variations
Color information
#753C60 (or 0x753C60) is known color: Cosmic. HEX triplet: 75, 3C and 60. RGB value is (117,60,96). Sum of RGB (Red+Green+Blue) = 117+60+96=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #753C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753C60 is #8AC39F. Grayscale: #515151. Windows color (decimal): -9094048 or 6306933. OLE color: 6306933.
HSL color Cylindrical-coordinate representation of color #753C60: hue angle of 322.11º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #753C60 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 60 | 96 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.54 |
| HSL | 322.11º | 0.32% | 0.35% | - |
| HSV(B) | 322.11º | 0.49% | 0.46% | - |
| XYZ | 11.06 | 7.86 | 12 | - |
| YUV | 81.15 | 136.38 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 60 | 96 | 0 | 0.49 | 0.18 | 0.54 | 322.11 | 0.32 | 0.35 |
| Hex | 75 | 3C | 60 | 0 | 31 | 12 | 36 | 142 | 20 | 23 |
| Octal | 165 | 74 | 140 | 0 | 61 | 22 | 66 | 502 | 40 | 43 |
| Binary | 1110101 | 111100 | 1100000 | 0 | 110001 | 10010 | 110110 | 101000010 | 100000 | 100011 |
Color Harmonies of #753C60
Complementary color
Monochromatic Colors of #753C60
Black with #753C60
Text Example
Text Example
White with #753C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753C60; }
p { color: rgb(117,60,96); }
H1.HeaderClassName
{
color: #753C60;
}
.AnyTagClassName
{
color: #753C60;
}
</style>
background-color css
<style>
a { background-color: #753C60; }
a { background-color: rgb(117,60,96); }
div.DivClassName
{
background-color: #753C60;
}
.BgClassName
{
background-color: #753C60;
}
</style>
border-color css
<style>
span { border-color: #753C60; }
span { border-color: rgb(117,60,96); }
td.TdClassName
{
border-color: #753C60;
}
.TagClassName
{
border-color: #753C60;
}
</style>