Shades of Cosmic #7D3761
Tints of Cosmic #7D3761
RGB
CMYK
RGB Variations
Color information
#7D3761 (or 0x7D3761) is known color: Cosmic. HEX triplet: 7D, 37 and 61. RGB value is (125,55,97). Sum of RGB (Red+Green+Blue) = 125+55+97=277 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.13% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3761 is #82C89E. Grayscale: #505050. Windows color (decimal): -8571039 or 6371197. OLE color: 6371197.
HSL color Cylindrical-coordinate representation of color #7D3761: hue angle of 324º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D3761 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 55 | 97 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.51 |
| HSL | 324º | 0.39% | 0.35% | - |
| HSV(B) | 324º | 0.56% | 0.49% | - |
| XYZ | 11.98 | 7.96 | 12.21 | - |
| YUV | 80.72 | 137.19 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 55 | 97 | 0 | 0.56 | 0.22 | 0.51 | 324 | 0.39 | 0.35 |
| Hex | 7D | 37 | 61 | 0 | 38 | 16 | 33 | 144 | 27 | 23 |
| Octal | 175 | 67 | 141 | 0 | 70 | 26 | 63 | 504 | 47 | 43 |
| Binary | 1111101 | 110111 | 1100001 | 0 | 111000 | 10110 | 110011 | 101000100 | 100111 | 100011 |
Color Harmonies of #7D3761
Complementary color
Monochromatic Colors of #7D3761
Black with #7D3761
Text Example
Text Example
White with #7D3761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3761; }
p { color: rgb(125,55,97); }
H1.HeaderClassName
{
color: #7D3761;
}
.AnyTagClassName
{
color: #7D3761;
}
</style>
background-color css
<style>
a { background-color: #7D3761; }
a { background-color: rgb(125,55,97); }
div.DivClassName
{
background-color: #7D3761;
}
.BgClassName
{
background-color: #7D3761;
}
</style>
border-color css
<style>
span { border-color: #7D3761; }
span { border-color: rgb(125,55,97); }
td.TdClassName
{
border-color: #7D3761;
}
.TagClassName
{
border-color: #7D3761;
}
</style>