Shades of Cosmic #7C3B62
Tints of Cosmic #7C3B62
RGB
CMYK
RGB Variations
Color information
#7C3B62 (or 0x7C3B62) is known color: Cosmic. HEX triplet: 7C, 3B and 62. RGB value is (124,59,98). Sum of RGB (Red+Green+Blue) = 124+59+98=281 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.13% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3B62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3B62 is #83C49D. Grayscale: #525252. Windows color (decimal): -8635550 or 6437756. OLE color: 6437756.
HSL color Cylindrical-coordinate representation of color #7C3B62: hue angle of 324º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C3B62 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 59 | 98 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.51 |
| HSL | 324º | 0.36% | 0.36% | - |
| HSV(B) | 324º | 0.52% | 0.49% | - |
| XYZ | 12.08 | 8.29 | 12.52 | - |
| YUV | 82.88 | 136.53 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 59 | 98 | 0 | 0.52 | 0.21 | 0.51 | 324 | 0.36 | 0.36 |
| Hex | 7C | 3B | 62 | 0 | 34 | 15 | 33 | 144 | 24 | 24 |
| Octal | 174 | 73 | 142 | 0 | 64 | 25 | 63 | 504 | 44 | 44 |
| Binary | 1111100 | 111011 | 1100010 | 0 | 110100 | 10101 | 110011 | 101000100 | 100100 | 100100 |
Color Harmonies of #7C3B62
Complementary color
Monochromatic Colors of #7C3B62
Black with #7C3B62
Text Example
Text Example
White with #7C3B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3B62; }
p { color: rgb(124,59,98); }
H1.HeaderClassName
{
color: #7C3B62;
}
.AnyTagClassName
{
color: #7C3B62;
}
</style>
background-color css
<style>
a { background-color: #7C3B62; }
a { background-color: rgb(124,59,98); }
div.DivClassName
{
background-color: #7C3B62;
}
.BgClassName
{
background-color: #7C3B62;
}
</style>
border-color css
<style>
span { border-color: #7C3B62; }
span { border-color: rgb(124,59,98); }
td.TdClassName
{
border-color: #7C3B62;
}
.TagClassName
{
border-color: #7C3B62;
}
</style>