Shades of Cosmic #755360
Tints of Cosmic #755360
RGB
CMYK
RGB Variations
Color information
#755360 (or 0x755360) is known color: Cosmic. HEX triplet: 75, 53 and 60. RGB value is (117,83,96). Sum of RGB (Red+Green+Blue) = 117+83+96=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #755360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755360 is #8AAC9F. Grayscale: #5E5E5E. Windows color (decimal): -9088160 or 6312821. OLE color: 6312821.
HSL color Cylindrical-coordinate representation of color #755360: hue angle of 337.06º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #755360 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 83 | 96 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.54 |
| HSL | 337.06º | 0.17% | 0.39% | - |
| HSV(B) | 337.06º | 0.29% | 0.46% | - |
| XYZ | 12.54 | 10.81 | 12.49 | - |
| YUV | 94.65 | 128.76 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 83 | 96 | 0 | 0.29 | 0.18 | 0.54 | 337.06 | 0.17 | 0.39 |
| Hex | 75 | 53 | 60 | 0 | 1D | 12 | 36 | 151 | 11 | 27 |
| Octal | 165 | 123 | 140 | 0 | 35 | 22 | 66 | 521 | 21 | 47 |
| Binary | 1110101 | 1010011 | 1100000 | 0 | 11101 | 10010 | 110110 | 101010001 | 10001 | 100111 |
Color Harmonies of #755360
Complementary color
Monochromatic Colors of #755360
Black with #755360
Text Example
Text Example
White with #755360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755360; }
p { color: rgb(117,83,96); }
H1.HeaderClassName
{
color: #755360;
}
.AnyTagClassName
{
color: #755360;
}
</style>
background-color css
<style>
a { background-color: #755360; }
a { background-color: rgb(117,83,96); }
div.DivClassName
{
background-color: #755360;
}
.BgClassName
{
background-color: #755360;
}
</style>
border-color css
<style>
span { border-color: #755360; }
span { border-color: rgb(117,83,96); }
td.TdClassName
{
border-color: #755360;
}
.TagClassName
{
border-color: #755360;
}
</style>