Shades of Cosmic #7D3964
Tints of Cosmic #7D3964
RGB
CMYK
RGB Variations
Color information
#7D3964 (or 0x7D3964) is known color: Cosmic. HEX triplet: 7D, 39 and 64. RGB value is (125,57,100). Sum of RGB (Red+Green+Blue) = 125+57+100=282 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.33% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3964 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3964 is #82C69B. Grayscale: #525252. Windows color (decimal): -8570524 or 6568317. OLE color: 6568317.
HSL color Cylindrical-coordinate representation of color #7D3964: hue angle of 322.06º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D3964 is Cyan = 0, Magento = 0.54, Yellow = 0.2 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 57 | 100 | - |
| CMYK | 0 | 0.54 | 0.2 | 0.51 |
| HSL | 322.06º | 0.37% | 0.36% | - |
| HSV(B) | 322.06º | 0.54% | 0.49% | - |
| XYZ | 12.22 | 8.21 | 13 | - |
| YUV | 82.23 | 138.03 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 57 | 100 | 0 | 0.54 | 0.2 | 0.51 | 322.06 | 0.37 | 0.36 |
| Hex | 7D | 39 | 64 | 0 | 36 | 14 | 33 | 142 | 25 | 24 |
| Octal | 175 | 71 | 144 | 0 | 66 | 24 | 63 | 502 | 45 | 44 |
| Binary | 1111101 | 111001 | 1100100 | 0 | 110110 | 10100 | 110011 | 101000010 | 100101 | 100100 |
Color Harmonies of #7D3964
Complementary color
Monochromatic Colors of #7D3964
Black with #7D3964
Text Example
Text Example
White with #7D3964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3964; }
p { color: rgb(125,57,100); }
H1.HeaderClassName
{
color: #7D3964;
}
.AnyTagClassName
{
color: #7D3964;
}
</style>
background-color css
<style>
a { background-color: #7D3964; }
a { background-color: rgb(125,57,100); }
div.DivClassName
{
background-color: #7D3964;
}
.BgClassName
{
background-color: #7D3964;
}
</style>
border-color css
<style>
span { border-color: #7D3964; }
span { border-color: rgb(125,57,100); }
td.TdClassName
{
border-color: #7D3964;
}
.TagClassName
{
border-color: #7D3964;
}
</style>