Shades of Cosmic #7C436C
Tints of Cosmic #7C436C
RGB
CMYK
RGB Variations
Color information
#7C436C (or 0x7C436C) is known color: Cosmic. HEX triplet: 7C, 43 and 6C. RGB value is (124,67,108). Sum of RGB (Red+Green+Blue) = 124+67+108=299 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.47% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 124 - color contains mainly: red. Hex color #7C436C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C436C is #83BC93. Grayscale: #585858. Windows color (decimal): -8633492 or 7095164. OLE color: 7095164.
HSL color Cylindrical-coordinate representation of color #7C436C: hue angle of 316.84º 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 #7C436C is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 67 | 108 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.51 |
| HSL | 316.84º | 0.3% | 0.37% | - |
| HSV(B) | 316.84º | 0.46% | 0.49% | - |
| XYZ | 13.03 | 9.38 | 15.31 | - |
| YUV | 88.72 | 138.88 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 67 | 108 | 0 | 0.46 | 0.13 | 0.51 | 316.84 | 0.3 | 0.37 |
| Hex | 7C | 43 | 6C | 0 | 2E | D | 33 | 13D | 1E | 25 |
| Octal | 174 | 103 | 154 | 0 | 56 | 15 | 63 | 475 | 36 | 45 |
| Binary | 1111100 | 1000011 | 1101100 | 0 | 101110 | 1101 | 110011 | 100111101 | 11110 | 100101 |
Color Harmonies of #7C436C
Complementary color
Monochromatic Colors of #7C436C
Black with #7C436C
Text Example
Text Example
White with #7C436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C436C; }
p { color: rgb(124,67,108); }
H1.HeaderClassName
{
color: #7C436C;
}
.AnyTagClassName
{
color: #7C436C;
}
</style>
background-color css
<style>
a { background-color: #7C436C; }
a { background-color: rgb(124,67,108); }
div.DivClassName
{
background-color: #7C436C;
}
.BgClassName
{
background-color: #7C436C;
}
</style>
border-color css
<style>
span { border-color: #7C436C; }
span { border-color: rgb(124,67,108); }
td.TdClassName
{
border-color: #7C436C;
}
.TagClassName
{
border-color: #7C436C;
}
</style>