Shades of Cosmic #7C4F65
Tints of Cosmic #7C4F65
RGB
CMYK
RGB Variations
Color information
#7C4F65 (or 0x7C4F65) is known color: Cosmic. HEX triplet: 7C, 4F and 65. RGB value is (124,79,101). Sum of RGB (Red+Green+Blue) = 124+79+101=304 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.79% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4F65 is #83B09A. Grayscale: #5E5E5E. Windows color (decimal): -8630427 or 6639484. OLE color: 6639484.
HSL color Cylindrical-coordinate representation of color #7C4F65: hue angle of 330.67º 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 #7C4F65 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 79 | 101 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.51 |
| HSL | 330.67º | 0.22% | 0.4% | - |
| HSV(B) | 330.67º | 0.36% | 0.49% | - |
| XYZ | 13.46 | 10.82 | 13.69 | - |
| YUV | 94.96 | 131.41 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 79 | 101 | 0 | 0.36 | 0.19 | 0.51 | 330.67 | 0.22 | 0.4 |
| Hex | 7C | 4F | 65 | 0 | 24 | 13 | 33 | 14B | 16 | 28 |
| Octal | 174 | 117 | 145 | 0 | 44 | 23 | 63 | 513 | 26 | 50 |
| Binary | 1111100 | 1001111 | 1100101 | 0 | 100100 | 10011 | 110011 | 101001011 | 10110 | 101000 |
Color Harmonies of #7C4F65
Complementary color
Monochromatic Colors of #7C4F65
Black with #7C4F65
Text Example
Text Example
White with #7C4F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4F65; }
p { color: rgb(124,79,101); }
H1.HeaderClassName
{
color: #7C4F65;
}
.AnyTagClassName
{
color: #7C4F65;
}
</style>
background-color css
<style>
a { background-color: #7C4F65; }
a { background-color: rgb(124,79,101); }
div.DivClassName
{
background-color: #7C4F65;
}
.BgClassName
{
background-color: #7C4F65;
}
</style>
border-color css
<style>
span { border-color: #7C4F65; }
span { border-color: rgb(124,79,101); }
td.TdClassName
{
border-color: #7C4F65;
}
.TagClassName
{
border-color: #7C4F65;
}
</style>