Shades of Cosmic #7C3763
Tints of Cosmic #7C3763
RGB
CMYK
RGB Variations
Color information
#7C3763 (or 0x7C3763) is known color: Cosmic. HEX triplet: 7C, 37 and 63. RGB value is (124,55,99). Sum of RGB (Red+Green+Blue) = 124+55+99=278 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.60% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3763 is #83C89C. Grayscale: #505050. Windows color (decimal): -8636573 or 6502268. OLE color: 6502268.
HSL color Cylindrical-coordinate representation of color #7C3763: hue angle of 321.74º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C3763 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 55 | 99 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.51 |
| HSL | 321.74º | 0.39% | 0.35% | - |
| HSV(B) | 321.74º | 0.56% | 0.49% | - |
| XYZ | 11.93 | 7.92 | 12.7 | - |
| YUV | 80.65 | 138.36 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 55 | 99 | 0 | 0.56 | 0.20 | 0.51 | 321.74 | 0.39 | 0.35 |
| Hex | 7C | 37 | 63 | 0 | 38 | 14 | 33 | 142 | 27 | 23 |
| Octal | 174 | 67 | 143 | 0 | 70 | 24 | 63 | 502 | 47 | 43 |
| Binary | 1111100 | 110111 | 1100011 | 0 | 111000 | 10100 | 110011 | 101000010 | 100111 | 100011 |
Color Harmonies of #7C3763
Complementary color
Monochromatic Colors of #7C3763
Black with #7C3763
Text Example
Text Example
White with #7C3763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3763; }
p { color: rgb(124,55,99); }
H1.HeaderClassName
{
color: #7C3763;
}
.AnyTagClassName
{
color: #7C3763;
}
</style>
background-color css
<style>
a { background-color: #7C3763; }
a { background-color: rgb(124,55,99); }
div.DivClassName
{
background-color: #7C3763;
}
.BgClassName
{
background-color: #7C3763;
}
</style>
border-color css
<style>
span { border-color: #7C3763; }
span { border-color: rgb(124,55,99); }
td.TdClassName
{
border-color: #7C3763;
}
.TagClassName
{
border-color: #7C3763;
}
</style>