Shades of Cosmic #7C4367
Tints of Cosmic #7C4367
RGB
CMYK
RGB Variations
Color information
#7C4367 (or 0x7C4367) is known color: Cosmic. HEX triplet: 7C, 43 and 67. RGB value is (124,67,103). Sum of RGB (Red+Green+Blue) = 124+67+103=294 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.18% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 103 (40.62% from 255 or 35.03% from 294); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4367 is #83BC98. Grayscale: #585858. Windows color (decimal): -8633497 or 6767484. OLE color: 6767484.
HSL color Cylindrical-coordinate representation of color #7C4367: hue angle of 322.11º 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 #7C4367 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 67 | 103 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.51 |
| HSL | 322.11º | 0.3% | 0.37% | - |
| HSV(B) | 322.11º | 0.46% | 0.49% | - |
| XYZ | 12.77 | 9.28 | 13.95 | - |
| YUV | 88.15 | 136.38 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 67 | 103 | 0 | 0.46 | 0.17 | 0.51 | 322.11 | 0.3 | 0.37 |
| Hex | 7C | 43 | 67 | 0 | 2E | 11 | 33 | 142 | 1E | 25 |
| Octal | 174 | 103 | 147 | 0 | 56 | 21 | 63 | 502 | 36 | 45 |
| Binary | 1111100 | 1000011 | 1100111 | 0 | 101110 | 10001 | 110011 | 101000010 | 11110 | 100101 |
Color Harmonies of #7C4367
Complementary color
Monochromatic Colors of #7C4367
Black with #7C4367
Text Example
Text Example
White with #7C4367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4367; }
p { color: rgb(124,67,103); }
H1.HeaderClassName
{
color: #7C4367;
}
.AnyTagClassName
{
color: #7C4367;
}
</style>
background-color css
<style>
a { background-color: #7C4367; }
a { background-color: rgb(124,67,103); }
div.DivClassName
{
background-color: #7C4367;
}
.BgClassName
{
background-color: #7C4367;
}
</style>
border-color css
<style>
span { border-color: #7C4367; }
span { border-color: rgb(124,67,103); }
td.TdClassName
{
border-color: #7C4367;
}
.TagClassName
{
border-color: #7C4367;
}
</style>