Shades of Cosmic #7C3C65
Tints of Cosmic #7C3C65
RGB
CMYK
RGB Variations
Color information
#7C3C65 (or 0x7C3C65) is known color: Cosmic. HEX triplet: 7C, 3C and 65. RGB value is (124,60,101). Sum of RGB (Red+Green+Blue) = 124+60+101=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3C65 is #83C39A. Grayscale: #535353. Windows color (decimal): -8635291 or 6634620. OLE color: 6634620.
HSL color Cylindrical-coordinate representation of color #7C3C65: hue angle of 321.56º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C3C65 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 60 | 101 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.51 |
| HSL | 321.56º | 0.35% | 0.36% | - |
| HSV(B) | 321.56º | 0.52% | 0.49% | - |
| XYZ | 12.28 | 8.46 | 13.3 | - |
| YUV | 83.81 | 137.7 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 60 | 101 | 0 | 0.52 | 0.19 | 0.51 | 321.56 | 0.35 | 0.36 |
| Hex | 7C | 3C | 65 | 0 | 34 | 13 | 33 | 142 | 23 | 24 |
| Octal | 174 | 74 | 145 | 0 | 64 | 23 | 63 | 502 | 43 | 44 |
| Binary | 1111100 | 111100 | 1100101 | 0 | 110100 | 10011 | 110011 | 101000010 | 100011 | 100100 |
Color Harmonies of #7C3C65
Complementary color
Monochromatic Colors of #7C3C65
Black with #7C3C65
Text Example
Text Example
White with #7C3C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3C65; }
p { color: rgb(124,60,101); }
H1.HeaderClassName
{
color: #7C3C65;
}
.AnyTagClassName
{
color: #7C3C65;
}
</style>
background-color css
<style>
a { background-color: #7C3C65; }
a { background-color: rgb(124,60,101); }
div.DivClassName
{
background-color: #7C3C65;
}
.BgClassName
{
background-color: #7C3C65;
}
</style>
border-color css
<style>
span { border-color: #7C3C65; }
span { border-color: rgb(124,60,101); }
td.TdClassName
{
border-color: #7C3C65;
}
.TagClassName
{
border-color: #7C3C65;
}
</style>