Shades of Cosmic #7C405B
Tints of Cosmic #7C405B
RGB
CMYK
RGB Variations
Color information
#7C405B (or 0x7C405B) is known color: Cosmic. HEX triplet: 7C, 40 and 5B. RGB value is (124,64,91). Sum of RGB (Red+Green+Blue) = 124+64+91=279 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.44% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 124 - color contains mainly: red. Hex color #7C405B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C405B is #83BFA4. Grayscale: #545454. Windows color (decimal): -8634277 or 5980284. OLE color: 5980284.
HSL color Cylindrical-coordinate representation of color #7C405B: hue angle of 333º degrees, saturation: 0.32, 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 #7C405B is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 64 | 91 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.51 |
| HSL | 333º | 0.32% | 0.37% | - |
| HSV(B) | 333º | 0.48% | 0.49% | - |
| XYZ | 12.03 | 8.71 | 10.94 | - |
| YUV | 85.02 | 131.38 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 64 | 91 | 0 | 0.48 | 0.27 | 0.51 | 333 | 0.32 | 0.37 |
| Hex | 7C | 40 | 5B | 0 | 30 | 1B | 33 | 14D | 20 | 25 |
| Octal | 174 | 100 | 133 | 0 | 60 | 33 | 63 | 515 | 40 | 45 |
| Binary | 1111100 | 1000000 | 1011011 | 0 | 110000 | 11011 | 110011 | 101001101 | 100000 | 100101 |
Color Harmonies of #7C405B
Complementary color
Monochromatic Colors of #7C405B
Black with #7C405B
Text Example
Text Example
White with #7C405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C405B; }
p { color: rgb(124,64,91); }
H1.HeaderClassName
{
color: #7C405B;
}
.AnyTagClassName
{
color: #7C405B;
}
</style>
background-color css
<style>
a { background-color: #7C405B; }
a { background-color: rgb(124,64,91); }
div.DivClassName
{
background-color: #7C405B;
}
.BgClassName
{
background-color: #7C405B;
}
</style>
border-color css
<style>
span { border-color: #7C405B; }
span { border-color: rgb(124,64,91); }
td.TdClassName
{
border-color: #7C405B;
}
.TagClassName
{
border-color: #7C405B;
}
</style>