Shades of Cosmic #7C4F66
Tints of Cosmic #7C4F66
RGB
CMYK
RGB Variations
Color information
#7C4F66 (or 0x7C4F66) is known color: Cosmic. HEX triplet: 7C, 4F and 66. RGB value is (124,79,102). Sum of RGB (Red+Green+Blue) = 124+79+102=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4F66 is #83B099. Grayscale: #5F5F5F. Windows color (decimal): -8630426 or 6705020. OLE color: 6705020.
HSL color Cylindrical-coordinate representation of color #7C4F66: hue angle of 329.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 #7C4F66 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 79 | 102 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.51 |
| HSL | 329.33º | 0.22% | 0.4% | - |
| HSV(B) | 329.33º | 0.36% | 0.49% | - |
| XYZ | 13.51 | 10.84 | 13.95 | - |
| YUV | 95.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 79 | 102 | 0 | 0.36 | 0.18 | 0.51 | 329.33 | 0.22 | 0.4 |
| Hex | 7C | 4F | 66 | 0 | 24 | 12 | 33 | 149 | 16 | 28 |
| Octal | 174 | 117 | 146 | 0 | 44 | 22 | 63 | 511 | 26 | 50 |
| Binary | 1111100 | 1001111 | 1100110 | 0 | 100100 | 10010 | 110011 | 101001001 | 10110 | 101000 |
Color Harmonies of #7C4F66
Complementary color
Monochromatic Colors of #7C4F66
Black with #7C4F66
Text Example
Text Example
White with #7C4F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4F66; }
p { color: rgb(124,79,102); }
H1.HeaderClassName
{
color: #7C4F66;
}
.AnyTagClassName
{
color: #7C4F66;
}
</style>
background-color css
<style>
a { background-color: #7C4F66; }
a { background-color: rgb(124,79,102); }
div.DivClassName
{
background-color: #7C4F66;
}
.BgClassName
{
background-color: #7C4F66;
}
</style>
border-color css
<style>
span { border-color: #7C4F66; }
span { border-color: rgb(124,79,102); }
td.TdClassName
{
border-color: #7C4F66;
}
.TagClassName
{
border-color: #7C4F66;
}
</style>