Shades of Cosmic #7C435C
Tints of Cosmic #7C435C
RGB
CMYK
RGB Variations
Color information
#7C435C (or 0x7C435C) is known color: Cosmic. HEX triplet: 7C, 43 and 5C. RGB value is (124,67,92). Sum of RGB (Red+Green+Blue) = 124+67+92=283 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.82% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 124 - color contains mainly: red. Hex color #7C435C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C435C is #83BCA3. Grayscale: #565656. Windows color (decimal): -8633508 or 6046588. OLE color: 6046588.
HSL color Cylindrical-coordinate representation of color #7C435C: hue angle of 333.68º 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 #7C435C is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 67 | 92 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.51 |
| HSL | 333.68º | 0.3% | 0.37% | - |
| HSV(B) | 333.68º | 0.46% | 0.49% | - |
| XYZ | 12.25 | 9.07 | 11.23 | - |
| YUV | 86.89 | 130.88 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 67 | 92 | 0 | 0.46 | 0.26 | 0.51 | 333.68 | 0.3 | 0.37 |
| Hex | 7C | 43 | 5C | 0 | 2E | 1A | 33 | 14E | 1E | 25 |
| Octal | 174 | 103 | 134 | 0 | 56 | 32 | 63 | 516 | 36 | 45 |
| Binary | 1111100 | 1000011 | 1011100 | 0 | 101110 | 11010 | 110011 | 101001110 | 11110 | 100101 |
Color Harmonies of #7C435C
Complementary color
Monochromatic Colors of #7C435C
Black with #7C435C
Text Example
Text Example
White with #7C435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C435C; }
p { color: rgb(124,67,92); }
H1.HeaderClassName
{
color: #7C435C;
}
.AnyTagClassName
{
color: #7C435C;
}
</style>
background-color css
<style>
a { background-color: #7C435C; }
a { background-color: rgb(124,67,92); }
div.DivClassName
{
background-color: #7C435C;
}
.BgClassName
{
background-color: #7C435C;
}
</style>
border-color css
<style>
span { border-color: #7C435C; }
span { border-color: rgb(124,67,92); }
td.TdClassName
{
border-color: #7C435C;
}
.TagClassName
{
border-color: #7C435C;
}
</style>