Shades of Cosmic #7C4263
Tints of Cosmic #7C4263
RGB
CMYK
RGB Variations
Color information
#7C4263 (or 0x7C4263) is known color: Cosmic. HEX triplet: 7C, 42 and 63. RGB value is (124,66,99). Sum of RGB (Red+Green+Blue) = 124+66+99=289 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.91% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4263 is #83BD9C. Grayscale: #575757. Windows color (decimal): -8633757 or 6505084. OLE color: 6505084.
HSL color Cylindrical-coordinate representation of color #7C4263: hue angle of 325.86º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C4263 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 66 | 99 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.51 |
| HSL | 325.86º | 0.31% | 0.37% | - |
| HSV(B) | 325.86º | 0.47% | 0.49% | - |
| XYZ | 12.51 | 9.08 | 12.9 | - |
| YUV | 87.1 | 134.72 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 66 | 99 | 0 | 0.47 | 0.20 | 0.51 | 325.86 | 0.31 | 0.37 |
| Hex | 7C | 42 | 63 | 0 | 2F | 14 | 33 | 146 | 1F | 25 |
| Octal | 174 | 102 | 143 | 0 | 57 | 24 | 63 | 506 | 37 | 45 |
| Binary | 1111100 | 1000010 | 1100011 | 0 | 101111 | 10100 | 110011 | 101000110 | 11111 | 100101 |
Color Harmonies of #7C4263
Complementary color
Monochromatic Colors of #7C4263
Black with #7C4263
Text Example
Text Example
White with #7C4263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4263; }
p { color: rgb(124,66,99); }
H1.HeaderClassName
{
color: #7C4263;
}
.AnyTagClassName
{
color: #7C4263;
}
</style>
background-color css
<style>
a { background-color: #7C4263; }
a { background-color: rgb(124,66,99); }
div.DivClassName
{
background-color: #7C4263;
}
.BgClassName
{
background-color: #7C4263;
}
</style>
border-color css
<style>
span { border-color: #7C4263; }
span { border-color: rgb(124,66,99); }
td.TdClassName
{
border-color: #7C4263;
}
.TagClassName
{
border-color: #7C4263;
}
</style>