Shades of Cosmic #7D4870
Tints of Cosmic #7D4870
RGB
CMYK
RGB Variations
Color information
#7D4870 (or 0x7D4870) is known color: Cosmic. HEX triplet: 7D, 48 and 70. RGB value is (125,72,112). Sum of RGB (Red+Green+Blue) = 125+72+112=309 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.45% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4870 is #82B78F. Grayscale: #5C5C5C. Windows color (decimal): -8566672 or 7358589. OLE color: 7358589.
HSL color Cylindrical-coordinate representation of color #7D4870: hue angle of 314.72º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D4870 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 72 | 112 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.51 |
| HSL | 314.72º | 0.27% | 0.39% | - |
| HSV(B) | 314.72º | 0.42% | 0.49% | - |
| XYZ | 13.7 | 10.16 | 16.57 | - |
| YUV | 92.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 72 | 112 | 0 | 0.42 | 0.10 | 0.51 | 314.72 | 0.27 | 0.39 |
| Hex | 7D | 48 | 70 | 0 | 2A | A | 33 | 13B | 1B | 27 |
| Octal | 175 | 110 | 160 | 0 | 52 | 12 | 63 | 473 | 33 | 47 |
| Binary | 1111101 | 1001000 | 1110000 | 0 | 101010 | 1010 | 110011 | 100111011 | 11011 | 100111 |
Color Harmonies of #7D4870
Complementary color
Monochromatic Colors of #7D4870
Black with #7D4870
Text Example
Text Example
White with #7D4870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4870; }
p { color: rgb(125,72,112); }
H1.HeaderClassName
{
color: #7D4870;
}
.AnyTagClassName
{
color: #7D4870;
}
</style>
background-color css
<style>
a { background-color: #7D4870; }
a { background-color: rgb(125,72,112); }
div.DivClassName
{
background-color: #7D4870;
}
.BgClassName
{
background-color: #7D4870;
}
</style>
border-color css
<style>
span { border-color: #7D4870; }
span { border-color: rgb(125,72,112); }
td.TdClassName
{
border-color: #7D4870;
}
.TagClassName
{
border-color: #7D4870;
}
</style>