Shades of Cosmic #7C435D
Tints of Cosmic #7C435D
RGB
CMYK
RGB Variations
Color information
#7C435D (or 0x7C435D) is known color: Cosmic. HEX triplet: 7C, 43 and 5D. RGB value is (124,67,93). Sum of RGB (Red+Green+Blue) = 124+67+93=284 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.66% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 124 - color contains mainly: red. Hex color #7C435D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C435D is #83BCA2. Grayscale: #565656. Windows color (decimal): -8633507 or 6112124. OLE color: 6112124.
HSL color Cylindrical-coordinate representation of color #7C435D: hue angle of 332.63º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C435D is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 67 | 93 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.51 |
| HSL | 332.63º | 0.3% | 0.37% | - |
| HSV(B) | 332.63º | 0.46% | 0.49% | - |
| XYZ | 12.3 | 9.09 | 11.46 | - |
| YUV | 87.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 67 | 93 | 0 | 0.46 | 0.25 | 0.51 | 332.63 | 0.3 | 0.37 |
| Hex | 7C | 43 | 5D | 0 | 2E | 19 | 33 | 14D | 1E | 25 |
| Octal | 174 | 103 | 135 | 0 | 56 | 31 | 63 | 515 | 36 | 45 |
| Binary | 1111100 | 1000011 | 1011101 | 0 | 101110 | 11001 | 110011 | 101001101 | 11110 | 100101 |
Color Harmonies of #7C435D
Complementary color
Monochromatic Colors of #7C435D
Black with #7C435D
Text Example
Text Example
White with #7C435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C435D; }
p { color: rgb(124,67,93); }
H1.HeaderClassName
{
color: #7C435D;
}
.AnyTagClassName
{
color: #7C435D;
}
</style>
background-color css
<style>
a { background-color: #7C435D; }
a { background-color: rgb(124,67,93); }
div.DivClassName
{
background-color: #7C435D;
}
.BgClassName
{
background-color: #7C435D;
}
</style>
border-color css
<style>
span { border-color: #7C435D; }
span { border-color: rgb(124,67,93); }
td.TdClassName
{
border-color: #7C435D;
}
.TagClassName
{
border-color: #7C435D;
}
</style>