Shades of Cosmic #7C385F
Tints of Cosmic #7C385F
RGB
CMYK
RGB Variations
Color information
#7C385F (or 0x7C385F) is known color: Cosmic. HEX triplet: 7C, 38 and 5F. RGB value is (124,56,95). Sum of RGB (Red+Green+Blue) = 124+56+95=275 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.09% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 124 - color contains mainly: red. Hex color #7C385F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C385F is #83C7A0. Grayscale: #505050. Windows color (decimal): -8636321 or 6240380. OLE color: 6240380.
HSL color Cylindrical-coordinate representation of color #7C385F: hue angle of 325.59º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C385F is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 56 | 95 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.51 |
| HSL | 325.59º | 0.38% | 0.35% | - |
| HSV(B) | 325.59º | 0.55% | 0.49% | - |
| XYZ | 11.79 | 7.94 | 11.74 | - |
| YUV | 80.78 | 136.03 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 56 | 95 | 0 | 0.55 | 0.23 | 0.51 | 325.59 | 0.38 | 0.35 |
| Hex | 7C | 38 | 5F | 0 | 37 | 17 | 33 | 146 | 26 | 23 |
| Octal | 174 | 70 | 137 | 0 | 67 | 27 | 63 | 506 | 46 | 43 |
| Binary | 1111100 | 111000 | 1011111 | 0 | 110111 | 10111 | 110011 | 101000110 | 100110 | 100011 |
Color Harmonies of #7C385F
Complementary color
Monochromatic Colors of #7C385F
Black with #7C385F
Text Example
Text Example
White with #7C385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C385F; }
p { color: rgb(124,56,95); }
H1.HeaderClassName
{
color: #7C385F;
}
.AnyTagClassName
{
color: #7C385F;
}
</style>
background-color css
<style>
a { background-color: #7C385F; }
a { background-color: rgb(124,56,95); }
div.DivClassName
{
background-color: #7C385F;
}
.BgClassName
{
background-color: #7C385F;
}
</style>
border-color css
<style>
span { border-color: #7C385F; }
span { border-color: rgb(124,56,95); }
td.TdClassName
{
border-color: #7C385F;
}
.TagClassName
{
border-color: #7C385F;
}
</style>