Shades of Cosmic #7D3864
Tints of Cosmic #7D3864
RGB
CMYK
RGB Variations
Color information
#7D3864 (or 0x7D3864) is known color: Cosmic. HEX triplet: 7D, 38 and 64. RGB value is (125,56,100). Sum of RGB (Red+Green+Blue) = 125+56+100=281 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.48% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3864 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3864 is #82C79B. Grayscale: #515151. Windows color (decimal): -8570780 or 6568061. OLE color: 6568061.
HSL color Cylindrical-coordinate representation of color #7D3864: hue angle of 321.74º 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 #7D3864 is Cyan = 0, Magento = 0.55, Yellow = 0.2 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 56 | 100 | - |
| CMYK | 0 | 0.55 | 0.2 | 0.51 |
| HSL | 321.74º | 0.38% | 0.35% | - |
| HSV(B) | 321.74º | 0.55% | 0.49% | - |
| XYZ | 12.17 | 8.11 | 12.98 | - |
| YUV | 81.65 | 138.36 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 56 | 100 | 0 | 0.55 | 0.2 | 0.51 | 321.74 | 0.38 | 0.35 |
| Hex | 7D | 38 | 64 | 0 | 37 | 14 | 33 | 142 | 26 | 23 |
| Octal | 175 | 70 | 144 | 0 | 67 | 24 | 63 | 502 | 46 | 43 |
| Binary | 1111101 | 111000 | 1100100 | 0 | 110111 | 10100 | 110011 | 101000010 | 100110 | 100011 |
Color Harmonies of #7D3864
Complementary color
Monochromatic Colors of #7D3864
Black with #7D3864
Text Example
Text Example
White with #7D3864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3864; }
p { color: rgb(125,56,100); }
H1.HeaderClassName
{
color: #7D3864;
}
.AnyTagClassName
{
color: #7D3864;
}
</style>
background-color css
<style>
a { background-color: #7D3864; }
a { background-color: rgb(125,56,100); }
div.DivClassName
{
background-color: #7D3864;
}
.BgClassName
{
background-color: #7D3864;
}
</style>
border-color css
<style>
span { border-color: #7D3864; }
span { border-color: rgb(125,56,100); }
td.TdClassName
{
border-color: #7D3864;
}
.TagClassName
{
border-color: #7D3864;
}
</style>