Shades of Cosmic #7C4466
Tints of Cosmic #7C4466
RGB
CMYK
RGB Variations
Color information
#7C4466 (or 0x7C4466) is known color: Cosmic. HEX triplet: 7C, 44 and 66. RGB value is (124,68,102). Sum of RGB (Red+Green+Blue) = 124+68+102=294 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.18% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4466 is #83BB99. Grayscale: #585858. Windows color (decimal): -8633242 or 6702204. OLE color: 6702204.
HSL color Cylindrical-coordinate representation of color #7C4466: hue angle of 323.57º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C4466 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 68 | 102 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.51 |
| HSL | 323.57º | 0.29% | 0.38% | - |
| HSV(B) | 323.57º | 0.45% | 0.49% | - |
| XYZ | 12.78 | 9.38 | 13.71 | - |
| YUV | 88.62 | 135.55 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 68 | 102 | 0 | 0.45 | 0.18 | 0.51 | 323.57 | 0.29 | 0.38 |
| Hex | 7C | 44 | 66 | 0 | 2D | 12 | 33 | 144 | 1D | 26 |
| Octal | 174 | 104 | 146 | 0 | 55 | 22 | 63 | 504 | 35 | 46 |
| Binary | 1111100 | 1000100 | 1100110 | 0 | 101101 | 10010 | 110011 | 101000100 | 11101 | 100110 |
Color Harmonies of #7C4466
Complementary color
Monochromatic Colors of #7C4466
Black with #7C4466
Text Example
Text Example
White with #7C4466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4466; }
p { color: rgb(124,68,102); }
H1.HeaderClassName
{
color: #7C4466;
}
.AnyTagClassName
{
color: #7C4466;
}
</style>
background-color css
<style>
a { background-color: #7C4466; }
a { background-color: rgb(124,68,102); }
div.DivClassName
{
background-color: #7C4466;
}
.BgClassName
{
background-color: #7C4466;
}
</style>
border-color css
<style>
span { border-color: #7C4466; }
span { border-color: rgb(124,68,102); }
td.TdClassName
{
border-color: #7C4466;
}
.TagClassName
{
border-color: #7C4466;
}
</style>