Shades of Cosmic #7C4E67
Tints of Cosmic #7C4E67
RGB
CMYK
RGB Variations
Color information
#7C4E67 (or 0x7C4E67) is known color: Cosmic. HEX triplet: 7C, 4E and 67. RGB value is (124,78,103). Sum of RGB (Red+Green+Blue) = 124+78+103=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4E67 is #83B198. Grayscale: #5E5E5E. Windows color (decimal): -8630681 or 6770300. OLE color: 6770300.
HSL color Cylindrical-coordinate representation of color #7C4E67: hue angle of 327.39º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C4E67 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 78 | 103 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.51 |
| HSL | 327.39º | 0.23% | 0.4% | - |
| HSV(B) | 327.39º | 0.37% | 0.49% | - |
| XYZ | 13.48 | 10.71 | 14.19 | - |
| YUV | 94.6 | 132.74 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 78 | 103 | 0 | 0.37 | 0.17 | 0.51 | 327.39 | 0.23 | 0.4 |
| Hex | 7C | 4E | 67 | 0 | 25 | 11 | 33 | 147 | 17 | 28 |
| Octal | 174 | 116 | 147 | 0 | 45 | 21 | 63 | 507 | 27 | 50 |
| Binary | 1111100 | 1001110 | 1100111 | 0 | 100101 | 10001 | 110011 | 101000111 | 10111 | 101000 |
Color Harmonies of #7C4E67
Complementary color
Monochromatic Colors of #7C4E67
Black with #7C4E67
Text Example
Text Example
White with #7C4E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4E67; }
p { color: rgb(124,78,103); }
H1.HeaderClassName
{
color: #7C4E67;
}
.AnyTagClassName
{
color: #7C4E67;
}
</style>
background-color css
<style>
a { background-color: #7C4E67; }
a { background-color: rgb(124,78,103); }
div.DivClassName
{
background-color: #7C4E67;
}
.BgClassName
{
background-color: #7C4E67;
}
</style>
border-color css
<style>
span { border-color: #7C4E67; }
span { border-color: rgb(124,78,103); }
td.TdClassName
{
border-color: #7C4E67;
}
.TagClassName
{
border-color: #7C4E67;
}
</style>