Shades of Cosmic #753D60
Tints of Cosmic #753D60
RGB
CMYK
RGB Variations
Color information
#753D60 (or 0x753D60) is known color: Cosmic. HEX triplet: 75, 3D and 60. RGB value is (117,61,96). Sum of RGB (Red+Green+Blue) = 117+61+96=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #753D60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753D60 is #8AC29F. Grayscale: #515151. Windows color (decimal): -9093792 or 6307189. OLE color: 6307189.
HSL color Cylindrical-coordinate representation of color #753D60: hue angle of 322.5º 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 #753D60 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 61 | 96 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.54 |
| HSL | 322.5º | 0.31% | 0.35% | - |
| HSV(B) | 322.5º | 0.48% | 0.46% | - |
| XYZ | 11.12 | 7.96 | 12.02 | - |
| YUV | 81.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 61 | 96 | 0 | 0.48 | 0.18 | 0.54 | 322.5 | 0.31 | 0.35 |
| Hex | 75 | 3D | 60 | 0 | 30 | 12 | 36 | 142 | 1F | 23 |
| Octal | 165 | 75 | 140 | 0 | 60 | 22 | 66 | 502 | 37 | 43 |
| Binary | 1110101 | 111101 | 1100000 | 0 | 110000 | 10010 | 110110 | 101000010 | 11111 | 100011 |
Color Harmonies of #753D60
Complementary color
Monochromatic Colors of #753D60
Black with #753D60
Text Example
Text Example
White with #753D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753D60; }
p { color: rgb(117,61,96); }
H1.HeaderClassName
{
color: #753D60;
}
.AnyTagClassName
{
color: #753D60;
}
</style>
background-color css
<style>
a { background-color: #753D60; }
a { background-color: rgb(117,61,96); }
div.DivClassName
{
background-color: #753D60;
}
.BgClassName
{
background-color: #753D60;
}
</style>
border-color css
<style>
span { border-color: #753D60; }
span { border-color: rgb(117,61,96); }
td.TdClassName
{
border-color: #753D60;
}
.TagClassName
{
border-color: #753D60;
}
</style>