Shades of Cosmic #7D3861
Tints of Cosmic #7D3861
RGB
CMYK
RGB Variations
Color information
#7D3861 (or 0x7D3861) is known color: Cosmic. HEX triplet: 7D, 38 and 61. RGB value is (125,56,97). Sum of RGB (Red+Green+Blue) = 125+56+97=278 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.96% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3861 is #82C79E. Grayscale: #515151. Windows color (decimal): -8570783 or 6371453. OLE color: 6371453.
HSL color Cylindrical-coordinate representation of color #7D3861: hue angle of 324.35º 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 #7D3861 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 56 | 97 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.51 |
| HSL | 324.35º | 0.38% | 0.35% | - |
| HSV(B) | 324.35º | 0.55% | 0.49% | - |
| XYZ | 12.03 | 8.05 | 12.23 | - |
| YUV | 81.31 | 136.86 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 56 | 97 | 0 | 0.55 | 0.22 | 0.51 | 324.35 | 0.38 | 0.35 |
| Hex | 7D | 38 | 61 | 0 | 37 | 16 | 33 | 144 | 26 | 23 |
| Octal | 175 | 70 | 141 | 0 | 67 | 26 | 63 | 504 | 46 | 43 |
| Binary | 1111101 | 111000 | 1100001 | 0 | 110111 | 10110 | 110011 | 101000100 | 100110 | 100011 |
Color Harmonies of #7D3861
Complementary color
Monochromatic Colors of #7D3861
Black with #7D3861
Text Example
Text Example
White with #7D3861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3861; }
p { color: rgb(125,56,97); }
H1.HeaderClassName
{
color: #7D3861;
}
.AnyTagClassName
{
color: #7D3861;
}
</style>
background-color css
<style>
a { background-color: #7D3861; }
a { background-color: rgb(125,56,97); }
div.DivClassName
{
background-color: #7D3861;
}
.BgClassName
{
background-color: #7D3861;
}
</style>
border-color css
<style>
span { border-color: #7D3861; }
span { border-color: rgb(125,56,97); }
td.TdClassName
{
border-color: #7D3861;
}
.TagClassName
{
border-color: #7D3861;
}
</style>