Shades of Cosmic #7C4169
Tints of Cosmic #7C4169
RGB
CMYK
RGB Variations
Color information
#7C4169 (or 0x7C4169) is known color: Cosmic. HEX triplet: 7C, 41 and 69. RGB value is (124,65,105). Sum of RGB (Red+Green+Blue) = 124+65+105=294 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.18% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4169 is #83BE96. Grayscale: #575757. Windows color (decimal): -8634007 or 6898044. OLE color: 6898044.
HSL color Cylindrical-coordinate representation of color #7C4169: hue angle of 319.32º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C4169 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 65 | 105 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.51 |
| HSL | 319.32º | 0.31% | 0.37% | - |
| HSV(B) | 319.32º | 0.48% | 0.49% | - |
| XYZ | 12.75 | 9.09 | 14.45 | - |
| YUV | 87.2 | 138.05 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 65 | 105 | 0 | 0.48 | 0.15 | 0.51 | 319.32 | 0.31 | 0.37 |
| Hex | 7C | 41 | 69 | 0 | 30 | F | 33 | 13F | 1F | 25 |
| Octal | 174 | 101 | 151 | 0 | 60 | 17 | 63 | 477 | 37 | 45 |
| Binary | 1111100 | 1000001 | 1101001 | 0 | 110000 | 1111 | 110011 | 100111111 | 11111 | 100101 |
Color Harmonies of #7C4169
Complementary color
Monochromatic Colors of #7C4169
Black with #7C4169
Text Example
Text Example
White with #7C4169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4169; }
p { color: rgb(124,65,105); }
H1.HeaderClassName
{
color: #7C4169;
}
.AnyTagClassName
{
color: #7C4169;
}
</style>
background-color css
<style>
a { background-color: #7C4169; }
a { background-color: rgb(124,65,105); }
div.DivClassName
{
background-color: #7C4169;
}
.BgClassName
{
background-color: #7C4169;
}
</style>
border-color css
<style>
span { border-color: #7C4169; }
span { border-color: rgb(124,65,105); }
td.TdClassName
{
border-color: #7C4169;
}
.TagClassName
{
border-color: #7C4169;
}
</style>