Shades of Cosmic #7C4F6C
Tints of Cosmic #7C4F6C
RGB
CMYK
RGB Variations
Color information
#7C4F6C (or 0x7C4F6C) is known color: Cosmic. HEX triplet: 7C, 4F and 6C. RGB value is (124,79,108). Sum of RGB (Red+Green+Blue) = 124+79+108=311 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.87% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4F6C is #83B093. Grayscale: #5F5F5F. Windows color (decimal): -8630420 or 7098236. OLE color: 7098236.
HSL color Cylindrical-coordinate representation of color #7C4F6C: hue angle of 321.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 #7C4F6C is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 79 | 108 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.51 |
| HSL | 321.33º | 0.22% | 0.4% | - |
| HSV(B) | 321.33º | 0.36% | 0.49% | - |
| XYZ | 13.81 | 10.96 | 15.57 | - |
| YUV | 95.76 | 134.91 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 79 | 108 | 0 | 0.36 | 0.13 | 0.51 | 321.33 | 0.22 | 0.4 |
| Hex | 7C | 4F | 6C | 0 | 24 | D | 33 | 141 | 16 | 28 |
| Octal | 174 | 117 | 154 | 0 | 44 | 15 | 63 | 501 | 26 | 50 |
| Binary | 1111100 | 1001111 | 1101100 | 0 | 100100 | 1101 | 110011 | 101000001 | 10110 | 101000 |
Color Harmonies of #7C4F6C
Complementary color
Monochromatic Colors of #7C4F6C
Black with #7C4F6C
Text Example
Text Example
White with #7C4F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4F6C; }
p { color: rgb(124,79,108); }
H1.HeaderClassName
{
color: #7C4F6C;
}
.AnyTagClassName
{
color: #7C4F6C;
}
</style>
background-color css
<style>
a { background-color: #7C4F6C; }
a { background-color: rgb(124,79,108); }
div.DivClassName
{
background-color: #7C4F6C;
}
.BgClassName
{
background-color: #7C4F6C;
}
</style>
border-color css
<style>
span { border-color: #7C4F6C; }
span { border-color: rgb(124,79,108); }
td.TdClassName
{
border-color: #7C4F6C;
}
.TagClassName
{
border-color: #7C4F6C;
}
</style>