Shades of Cosmic #7C4965
Tints of Cosmic #7C4965
RGB
CMYK
RGB Variations
Color information
#7C4965 (or 0x7C4965) is known color: Cosmic. HEX triplet: 7C, 49 and 65. RGB value is (124,73,101). Sum of RGB (Red+Green+Blue) = 124+73+101=298 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.61% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4965 is #83B69A. Grayscale: #5B5B5B. Windows color (decimal): -8631963 or 6637948. OLE color: 6637948.
HSL color Cylindrical-coordinate representation of color #7C4965: hue angle of 327.06º 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 #7C4965 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 73 | 101 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.51 |
| HSL | 327.06º | 0.26% | 0.39% | - |
| HSV(B) | 327.06º | 0.41% | 0.49% | - |
| XYZ | 13.04 | 9.99 | 13.55 | - |
| YUV | 91.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 73 | 101 | 0 | 0.41 | 0.19 | 0.51 | 327.06 | 0.26 | 0.39 |
| Hex | 7C | 49 | 65 | 0 | 29 | 13 | 33 | 147 | 1A | 27 |
| Octal | 174 | 111 | 145 | 0 | 51 | 23 | 63 | 507 | 32 | 47 |
| Binary | 1111100 | 1001001 | 1100101 | 0 | 101001 | 10011 | 110011 | 101000111 | 11010 | 100111 |
Color Harmonies of #7C4965
Complementary color
Monochromatic Colors of #7C4965
Black with #7C4965
Text Example
Text Example
White with #7C4965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4965; }
p { color: rgb(124,73,101); }
H1.HeaderClassName
{
color: #7C4965;
}
.AnyTagClassName
{
color: #7C4965;
}
</style>
background-color css
<style>
a { background-color: #7C4965; }
a { background-color: rgb(124,73,101); }
div.DivClassName
{
background-color: #7C4965;
}
.BgClassName
{
background-color: #7C4965;
}
</style>
border-color css
<style>
span { border-color: #7C4965; }
span { border-color: rgb(124,73,101); }
td.TdClassName
{
border-color: #7C4965;
}
.TagClassName
{
border-color: #7C4965;
}
</style>