Shades of Cosmic #7C496C
Tints of Cosmic #7C496C
RGB
CMYK
RGB Variations
Color information
#7C496C (or 0x7C496C) is known color: Cosmic. HEX triplet: 7C, 49 and 6C. RGB value is (124,73,108). Sum of RGB (Red+Green+Blue) = 124+73+108=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 124 - color contains mainly: red. Hex color #7C496C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C496C is #83B693. Grayscale: #5C5C5C. Windows color (decimal): -8631956 or 7096700. OLE color: 7096700.
HSL color Cylindrical-coordinate representation of color #7C496C: hue angle of 318.82º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7C496C is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 73 | 108 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.51 |
| HSL | 318.82º | 0.26% | 0.39% | - |
| HSV(B) | 318.82º | 0.41% | 0.49% | - |
| XYZ | 13.4 | 10.13 | 15.44 | - |
| YUV | 92.24 | 136.9 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 73 | 108 | 0 | 0.41 | 0.13 | 0.51 | 318.82 | 0.26 | 0.39 |
| Hex | 7C | 49 | 6C | 0 | 29 | D | 33 | 13F | 1A | 27 |
| Octal | 174 | 111 | 154 | 0 | 51 | 15 | 63 | 477 | 32 | 47 |
| Binary | 1111100 | 1001001 | 1101100 | 0 | 101001 | 1101 | 110011 | 100111111 | 11010 | 100111 |
Color Harmonies of #7C496C
Complementary color
Monochromatic Colors of #7C496C
Black with #7C496C
Text Example
Text Example
White with #7C496C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C496C; }
p { color: rgb(124,73,108); }
H1.HeaderClassName
{
color: #7C496C;
}
.AnyTagClassName
{
color: #7C496C;
}
</style>
background-color css
<style>
a { background-color: #7C496C; }
a { background-color: rgb(124,73,108); }
div.DivClassName
{
background-color: #7C496C;
}
.BgClassName
{
background-color: #7C496C;
}
</style>
border-color css
<style>
span { border-color: #7C496C; }
span { border-color: rgb(124,73,108); }
td.TdClassName
{
border-color: #7C496C;
}
.TagClassName
{
border-color: #7C496C;
}
</style>