Shades of Cosmic #7C4B6D
Tints of Cosmic #7C4B6D
RGB
CMYK
RGB Variations
Color information
#7C4B6D (or 0x7C4B6D) is known color: Cosmic. HEX triplet: 7C, 4B and 6D. RGB value is (124,75,109). Sum of RGB (Red+Green+Blue) = 124+75+109=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4B6D is #83B492. Grayscale: #5D5D5D. Windows color (decimal): -8631443 or 7162748. OLE color: 7162748.
HSL color Cylindrical-coordinate representation of color #7C4B6D: hue angle of 318.37º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C4B6D is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 75 | 109 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.51 |
| HSL | 318.37º | 0.25% | 0.39% | - |
| HSV(B) | 318.37º | 0.4% | 0.49% | - |
| XYZ | 13.59 | 10.42 | 15.76 | - |
| YUV | 93.53 | 136.73 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 75 | 109 | 0 | 0.40 | 0.12 | 0.51 | 318.37 | 0.25 | 0.39 |
| Hex | 7C | 4B | 6D | 0 | 28 | C | 33 | 13E | 19 | 27 |
| Octal | 174 | 113 | 155 | 0 | 50 | 14 | 63 | 476 | 31 | 47 |
| Binary | 1111100 | 1001011 | 1101101 | 0 | 101000 | 1100 | 110011 | 100111110 | 11001 | 100111 |
Color Harmonies of #7C4B6D
Complementary color
Monochromatic Colors of #7C4B6D
Black with #7C4B6D
Text Example
Text Example
White with #7C4B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4B6D; }
p { color: rgb(124,75,109); }
H1.HeaderClassName
{
color: #7C4B6D;
}
.AnyTagClassName
{
color: #7C4B6D;
}
</style>
background-color css
<style>
a { background-color: #7C4B6D; }
a { background-color: rgb(124,75,109); }
div.DivClassName
{
background-color: #7C4B6D;
}
.BgClassName
{
background-color: #7C4B6D;
}
</style>
border-color css
<style>
span { border-color: #7C4B6D; }
span { border-color: rgb(124,75,109); }
td.TdClassName
{
border-color: #7C4B6D;
}
.TagClassName
{
border-color: #7C4B6D;
}
</style>