Shades of Cosmic #7C4667
Tints of Cosmic #7C4667
RGB
CMYK
RGB Variations
Color information
#7C4667 (or 0x7C4667) is known color: Cosmic. HEX triplet: 7C, 46 and 67. RGB value is (124,70,103). Sum of RGB (Red+Green+Blue) = 124+70+103=297 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.75% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4667 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4667 is #83B998. Grayscale: #595959. Windows color (decimal): -8632729 or 6768252. OLE color: 6768252.
HSL color Cylindrical-coordinate representation of color #7C4667: hue angle of 323.33º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C4667 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 70 | 103 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.51 |
| HSL | 323.33º | 0.28% | 0.38% | - |
| HSV(B) | 323.33º | 0.44% | 0.49% | - |
| XYZ | 12.95 | 9.64 | 14.01 | - |
| YUV | 89.91 | 135.39 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 70 | 103 | 0 | 0.44 | 0.17 | 0.51 | 323.33 | 0.28 | 0.38 |
| Hex | 7C | 46 | 67 | 0 | 2C | 11 | 33 | 143 | 1C | 26 |
| Octal | 174 | 106 | 147 | 0 | 54 | 21 | 63 | 503 | 34 | 46 |
| Binary | 1111100 | 1000110 | 1100111 | 0 | 101100 | 10001 | 110011 | 101000011 | 11100 | 100110 |
Color Harmonies of #7C4667
Complementary color
Monochromatic Colors of #7C4667
Black with #7C4667
Text Example
Text Example
White with #7C4667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4667; }
p { color: rgb(124,70,103); }
H1.HeaderClassName
{
color: #7C4667;
}
.AnyTagClassName
{
color: #7C4667;
}
</style>
background-color css
<style>
a { background-color: #7C4667; }
a { background-color: rgb(124,70,103); }
div.DivClassName
{
background-color: #7C4667;
}
.BgClassName
{
background-color: #7C4667;
}
</style>
border-color css
<style>
span { border-color: #7C4667; }
span { border-color: rgb(124,70,103); }
td.TdClassName
{
border-color: #7C4667;
}
.TagClassName
{
border-color: #7C4667;
}
</style>