Shades of Cosmic #7C3F69
Tints of Cosmic #7C3F69
RGB
CMYK
RGB Variations
Color information
#7C3F69 (or 0x7C3F69) is known color: Cosmic. HEX triplet: 7C, 3F and 69. RGB value is (124,63,105). Sum of RGB (Red+Green+Blue) = 124+63+105=292 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.47% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3F69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3F69 is #83C096. Grayscale: #555555. Windows color (decimal): -8634519 or 6897532. OLE color: 6897532.
HSL color Cylindrical-coordinate representation of color #7C3F69: hue angle of 318.69º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C3F69 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 63 | 105 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.51 |
| HSL | 318.69º | 0.33% | 0.37% | - |
| HSV(B) | 318.69º | 0.49% | 0.49% | - |
| XYZ | 12.64 | 8.86 | 14.41 | - |
| YUV | 86.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 63 | 105 | 0 | 0.49 | 0.15 | 0.51 | 318.69 | 0.33 | 0.37 |
| Hex | 7C | 3F | 69 | 0 | 31 | F | 33 | 13F | 21 | 25 |
| Octal | 174 | 77 | 151 | 0 | 61 | 17 | 63 | 477 | 41 | 45 |
| Binary | 1111100 | 111111 | 1101001 | 0 | 110001 | 1111 | 110011 | 100111111 | 100001 | 100101 |
Color Harmonies of #7C3F69
Complementary color
Monochromatic Colors of #7C3F69
Black with #7C3F69
Text Example
Text Example
White with #7C3F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3F69; }
p { color: rgb(124,63,105); }
H1.HeaderClassName
{
color: #7C3F69;
}
.AnyTagClassName
{
color: #7C3F69;
}
</style>
background-color css
<style>
a { background-color: #7C3F69; }
a { background-color: rgb(124,63,105); }
div.DivClassName
{
background-color: #7C3F69;
}
.BgClassName
{
background-color: #7C3F69;
}
</style>
border-color css
<style>
span { border-color: #7C3F69; }
span { border-color: rgb(124,63,105); }
td.TdClassName
{
border-color: #7C3F69;
}
.TagClassName
{
border-color: #7C3F69;
}
</style>