Shades of Cosmic #753F65
Tints of Cosmic #753F65
RGB
CMYK
RGB Variations
Color information
#753F65 (or 0x753F65) is known color: Cosmic. HEX triplet: 75, 3F and 65. RGB value is (117,63,101). Sum of RGB (Red+Green+Blue) = 117+63+101=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #753F65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753F65 is #8AC09A. Grayscale: #535353. Windows color (decimal): -9093275 or 6635381. OLE color: 6635381.
HSL color Cylindrical-coordinate representation of color #753F65: hue angle of 317.78º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #753F65 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 63 | 101 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.54 |
| HSL | 317.78º | 0.3% | 0.35% | - |
| HSV(B) | 317.78º | 0.46% | 0.46% | - |
| XYZ | 11.46 | 8.28 | 13.31 | - |
| YUV | 83.48 | 137.89 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 101 | 0 | 0.46 | 0.14 | 0.54 | 317.78 | 0.3 | 0.35 |
| Hex | 75 | 3F | 65 | 0 | 2E | E | 36 | 13E | 1E | 23 |
| Octal | 165 | 77 | 145 | 0 | 56 | 16 | 66 | 476 | 36 | 43 |
| Binary | 1110101 | 111111 | 1100101 | 0 | 101110 | 1110 | 110110 | 100111110 | 11110 | 100011 |
Color Harmonies of #753F65
Complementary color
Monochromatic Colors of #753F65
Black with #753F65
Text Example
Text Example
White with #753F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753F65; }
p { color: rgb(117,63,101); }
H1.HeaderClassName
{
color: #753F65;
}
.AnyTagClassName
{
color: #753F65;
}
</style>
background-color css
<style>
a { background-color: #753F65; }
a { background-color: rgb(117,63,101); }
div.DivClassName
{
background-color: #753F65;
}
.BgClassName
{
background-color: #753F65;
}
</style>
border-color css
<style>
span { border-color: #753F65; }
span { border-color: rgb(117,63,101); }
td.TdClassName
{
border-color: #753F65;
}
.TagClassName
{
border-color: #753F65;
}
</style>