Shades of Cosmic #7C415F
Tints of Cosmic #7C415F
RGB
CMYK
RGB Variations
Color information
#7C415F (or 0x7C415F) is known color: Cosmic. HEX triplet: 7C, 41 and 5F. RGB value is (124,65,95). Sum of RGB (Red+Green+Blue) = 124+65+95=284 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.66% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 124 - color contains mainly: red. Hex color #7C415F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C415F is #83BEA0. Grayscale: #565656. Windows color (decimal): -8634017 or 6242684. OLE color: 6242684.
HSL color Cylindrical-coordinate representation of color #7C415F: hue angle of 329.49º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C415F is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 65 | 95 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.51 |
| HSL | 329.49º | 0.31% | 0.37% | - |
| HSV(B) | 329.49º | 0.48% | 0.49% | - |
| XYZ | 12.27 | 8.89 | 11.9 | - |
| YUV | 86.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 65 | 95 | 0 | 0.48 | 0.23 | 0.51 | 329.49 | 0.31 | 0.37 |
| Hex | 7C | 41 | 5F | 0 | 30 | 17 | 33 | 149 | 1F | 25 |
| Octal | 174 | 101 | 137 | 0 | 60 | 27 | 63 | 511 | 37 | 45 |
| Binary | 1111100 | 1000001 | 1011111 | 0 | 110000 | 10111 | 110011 | 101001001 | 11111 | 100101 |
Color Harmonies of #7C415F
Complementary color
Monochromatic Colors of #7C415F
Black with #7C415F
Text Example
Text Example
White with #7C415F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C415F; }
p { color: rgb(124,65,95); }
H1.HeaderClassName
{
color: #7C415F;
}
.AnyTagClassName
{
color: #7C415F;
}
</style>
background-color css
<style>
a { background-color: #7C415F; }
a { background-color: rgb(124,65,95); }
div.DivClassName
{
background-color: #7C415F;
}
.BgClassName
{
background-color: #7C415F;
}
</style>
border-color css
<style>
span { border-color: #7C415F; }
span { border-color: rgb(124,65,95); }
td.TdClassName
{
border-color: #7C415F;
}
.TagClassName
{
border-color: #7C415F;
}
</style>