Shades of Cosmic #7C4F62
Tints of Cosmic #7C4F62
RGB
CMYK
RGB Variations
Color information
#7C4F62 (or 0x7C4F62) is known color: Cosmic. HEX triplet: 7C, 4F and 62. RGB value is (124,79,98). Sum of RGB (Red+Green+Blue) = 124+79+98=301 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.20% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4F62 is #83B09D. Grayscale: #5E5E5E. Windows color (decimal): -8630430 or 6442876. OLE color: 6442876.
HSL color Cylindrical-coordinate representation of color #7C4F62: hue angle of 334.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7C4F62 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 79 | 98 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.51 |
| HSL | 334.67º | 0.22% | 0.4% | - |
| HSV(B) | 334.67º | 0.36% | 0.49% | - |
| XYZ | 13.31 | 10.76 | 12.93 | - |
| YUV | 94.62 | 129.91 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 79 | 98 | 0 | 0.36 | 0.21 | 0.51 | 334.67 | 0.22 | 0.4 |
| Hex | 7C | 4F | 62 | 0 | 24 | 15 | 33 | 14F | 16 | 28 |
| Octal | 174 | 117 | 142 | 0 | 44 | 25 | 63 | 517 | 26 | 50 |
| Binary | 1111100 | 1001111 | 1100010 | 0 | 100100 | 10101 | 110011 | 101001111 | 10110 | 101000 |
Color Harmonies of #7C4F62
Complementary color
Monochromatic Colors of #7C4F62
Black with #7C4F62
Text Example
Text Example
White with #7C4F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4F62; }
p { color: rgb(124,79,98); }
H1.HeaderClassName
{
color: #7C4F62;
}
.AnyTagClassName
{
color: #7C4F62;
}
</style>
background-color css
<style>
a { background-color: #7C4F62; }
a { background-color: rgb(124,79,98); }
div.DivClassName
{
background-color: #7C4F62;
}
.BgClassName
{
background-color: #7C4F62;
}
</style>
border-color css
<style>
span { border-color: #7C4F62; }
span { border-color: rgb(124,79,98); }
td.TdClassName
{
border-color: #7C4F62;
}
.TagClassName
{
border-color: #7C4F62;
}
</style>