Shades of Cosmic #7C4F6F
Tints of Cosmic #7C4F6F
RGB
CMYK
RGB Variations
Color information
#7C4F6F (or 0x7C4F6F) is known color: Cosmic. HEX triplet: 7C, 4F and 6F. RGB value is (124,79,111). Sum of RGB (Red+Green+Blue) = 124+79+111=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4F6F is #83B090. Grayscale: #606060. Windows color (decimal): -8630417 or 7294844. OLE color: 7294844.
HSL color Cylindrical-coordinate representation of color #7C4F6F: hue angle of 317.33º 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 #7C4F6F is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 79 | 111 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.51 |
| HSL | 317.33º | 0.22% | 0.4% | - |
| HSV(B) | 317.33º | 0.36% | 0.49% | - |
| XYZ | 13.98 | 11.02 | 16.43 | - |
| YUV | 96.1 | 136.41 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 79 | 111 | 0 | 0.36 | 0.10 | 0.51 | 317.33 | 0.22 | 0.4 |
| Hex | 7C | 4F | 6F | 0 | 24 | A | 33 | 13D | 16 | 28 |
| Octal | 174 | 117 | 157 | 0 | 44 | 12 | 63 | 475 | 26 | 50 |
| Binary | 1111100 | 1001111 | 1101111 | 0 | 100100 | 1010 | 110011 | 100111101 | 10110 | 101000 |
Color Harmonies of #7C4F6F
Complementary color
Monochromatic Colors of #7C4F6F
Black with #7C4F6F
Text Example
Text Example
White with #7C4F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4F6F; }
p { color: rgb(124,79,111); }
H1.HeaderClassName
{
color: #7C4F6F;
}
.AnyTagClassName
{
color: #7C4F6F;
}
</style>
background-color css
<style>
a { background-color: #7C4F6F; }
a { background-color: rgb(124,79,111); }
div.DivClassName
{
background-color: #7C4F6F;
}
.BgClassName
{
background-color: #7C4F6F;
}
</style>
border-color css
<style>
span { border-color: #7C4F6F; }
span { border-color: rgb(124,79,111); }
td.TdClassName
{
border-color: #7C4F6F;
}
.TagClassName
{
border-color: #7C4F6F;
}
</style>