Shades of Cosmic #7C4D67
Tints of Cosmic #7C4D67
RGB
CMYK
RGB Variations
Color information
#7C4D67 (or 0x7C4D67) is known color: Cosmic. HEX triplet: 7C, 4D and 67. RGB value is (124,77,103). Sum of RGB (Red+Green+Blue) = 124+77+103=304 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.79% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4D67 is #83B298. Grayscale: #5D5D5D. Windows color (decimal): -8630937 or 6770044. OLE color: 6770044.
HSL color Cylindrical-coordinate representation of color #7C4D67: hue angle of 326.81º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C4D67 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 77 | 103 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.51 |
| HSL | 326.81º | 0.23% | 0.39% | - |
| HSV(B) | 326.81º | 0.38% | 0.49% | - |
| XYZ | 13.41 | 10.57 | 14.17 | - |
| YUV | 94.02 | 133.07 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 77 | 103 | 0 | 0.38 | 0.17 | 0.51 | 326.81 | 0.23 | 0.39 |
| Hex | 7C | 4D | 67 | 0 | 26 | 11 | 33 | 147 | 17 | 27 |
| Octal | 174 | 115 | 147 | 0 | 46 | 21 | 63 | 507 | 27 | 47 |
| Binary | 1111100 | 1001101 | 1100111 | 0 | 100110 | 10001 | 110011 | 101000111 | 10111 | 100111 |
Color Harmonies of #7C4D67
Complementary color
Monochromatic Colors of #7C4D67
Black with #7C4D67
Text Example
Text Example
White with #7C4D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4D67; }
p { color: rgb(124,77,103); }
H1.HeaderClassName
{
color: #7C4D67;
}
.AnyTagClassName
{
color: #7C4D67;
}
</style>
background-color css
<style>
a { background-color: #7C4D67; }
a { background-color: rgb(124,77,103); }
div.DivClassName
{
background-color: #7C4D67;
}
.BgClassName
{
background-color: #7C4D67;
}
</style>
border-color css
<style>
span { border-color: #7C4D67; }
span { border-color: rgb(124,77,103); }
td.TdClassName
{
border-color: #7C4D67;
}
.TagClassName
{
border-color: #7C4D67;
}
</style>