Shades of Cosmic #7D4762
Tints of Cosmic #7D4762
RGB
CMYK
RGB Variations
Color information
#7D4762 (or 0x7D4762) is known color: Cosmic. HEX triplet: 7D, 47 and 62. RGB value is (125,71,98). Sum of RGB (Red+Green+Blue) = 125+71+98=294 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.52% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4762 is #82B89D. Grayscale: #5A5A5A. Windows color (decimal): -8566942 or 6440829. OLE color: 6440829.
HSL color Cylindrical-coordinate representation of color #7D4762: hue angle of 330º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D4762 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 71 | 98 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.51 |
| HSL | 330º | 0.28% | 0.38% | - |
| HSV(B) | 330º | 0.43% | 0.49% | - |
| XYZ | 12.92 | 9.75 | 12.76 | - |
| YUV | 90.22 | 132.39 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 71 | 98 | 0 | 0.43 | 0.22 | 0.51 | 330 | 0.28 | 0.38 |
| Hex | 7D | 47 | 62 | 0 | 2B | 16 | 33 | 14A | 1C | 26 |
| Octal | 175 | 107 | 142 | 0 | 53 | 26 | 63 | 512 | 34 | 46 |
| Binary | 1111101 | 1000111 | 1100010 | 0 | 101011 | 10110 | 110011 | 101001010 | 11100 | 100110 |
Color Harmonies of #7D4762
Complementary color
Monochromatic Colors of #7D4762
Black with #7D4762
Text Example
Text Example
White with #7D4762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4762; }
p { color: rgb(125,71,98); }
H1.HeaderClassName
{
color: #7D4762;
}
.AnyTagClassName
{
color: #7D4762;
}
</style>
background-color css
<style>
a { background-color: #7D4762; }
a { background-color: rgb(125,71,98); }
div.DivClassName
{
background-color: #7D4762;
}
.BgClassName
{
background-color: #7D4762;
}
</style>
border-color css
<style>
span { border-color: #7D4762; }
span { border-color: rgb(125,71,98); }
td.TdClassName
{
border-color: #7D4762;
}
.TagClassName
{
border-color: #7D4762;
}
</style>