Shades of Cosmic #7C3D67
Tints of Cosmic #7C3D67
RGB
CMYK
RGB Variations
Color information
#7C3D67 (or 0x7C3D67) is known color: Cosmic. HEX triplet: 7C, 3D and 67. RGB value is (124,61,103). Sum of RGB (Red+Green+Blue) = 124+61+103=288 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.06% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 103 (40.62% from 255 or 35.76% from 288); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3D67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3D67 is #83C298. Grayscale: #545454. Windows color (decimal): -8635033 or 6765948. OLE color: 6765948.
HSL color Cylindrical-coordinate representation of color #7C3D67: hue angle of 320º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C3D67 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 61 | 103 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.51 |
| HSL | 320º | 0.34% | 0.36% | - |
| HSV(B) | 320º | 0.51% | 0.49% | - |
| XYZ | 12.43 | 8.6 | 13.84 | - |
| YUV | 84.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 61 | 103 | 0 | 0.51 | 0.17 | 0.51 | 320 | 0.34 | 0.36 |
| Hex | 7C | 3D | 67 | 0 | 33 | 11 | 33 | 140 | 22 | 24 |
| Octal | 174 | 75 | 147 | 0 | 63 | 21 | 63 | 500 | 42 | 44 |
| Binary | 1111100 | 111101 | 1100111 | 0 | 110011 | 10001 | 110011 | 101000000 | 100010 | 100100 |
Color Harmonies of #7C3D67
Complementary color
Monochromatic Colors of #7C3D67
Black with #7C3D67
Text Example
Text Example
White with #7C3D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3D67; }
p { color: rgb(124,61,103); }
H1.HeaderClassName
{
color: #7C3D67;
}
.AnyTagClassName
{
color: #7C3D67;
}
</style>
background-color css
<style>
a { background-color: #7C3D67; }
a { background-color: rgb(124,61,103); }
div.DivClassName
{
background-color: #7C3D67;
}
.BgClassName
{
background-color: #7C3D67;
}
</style>
border-color css
<style>
span { border-color: #7C3D67; }
span { border-color: rgb(124,61,103); }
td.TdClassName
{
border-color: #7C3D67;
}
.TagClassName
{
border-color: #7C3D67;
}
</style>