Shades of Cosmic #7D4868
Tints of Cosmic #7D4868
RGB
CMYK
RGB Variations
Color information
#7D4868 (or 0x7D4868) is known color: Cosmic. HEX triplet: 7D, 48 and 68. RGB value is (125,72,104). Sum of RGB (Red+Green+Blue) = 125+72+104=301 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.53% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4868 is #82B797. Grayscale: #5B5B5B. Windows color (decimal): -8566680 or 6834301. OLE color: 6834301.
HSL color Cylindrical-coordinate representation of color #7D4868: hue angle of 323.77º 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 #7D4868 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 72 | 104 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.51 |
| HSL | 323.77º | 0.27% | 0.39% | - |
| HSV(B) | 323.77º | 0.42% | 0.49% | - |
| XYZ | 13.27 | 9.99 | 14.33 | - |
| YUV | 91.5 | 135.06 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 72 | 104 | 0 | 0.42 | 0.17 | 0.51 | 323.77 | 0.27 | 0.39 |
| Hex | 7D | 48 | 68 | 0 | 2A | 11 | 33 | 144 | 1B | 27 |
| Octal | 175 | 110 | 150 | 0 | 52 | 21 | 63 | 504 | 33 | 47 |
| Binary | 1111101 | 1001000 | 1101000 | 0 | 101010 | 10001 | 110011 | 101000100 | 11011 | 100111 |
Color Harmonies of #7D4868
Complementary color
Monochromatic Colors of #7D4868
Black with #7D4868
Text Example
Text Example
White with #7D4868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4868; }
p { color: rgb(125,72,104); }
H1.HeaderClassName
{
color: #7D4868;
}
.AnyTagClassName
{
color: #7D4868;
}
</style>
background-color css
<style>
a { background-color: #7D4868; }
a { background-color: rgb(125,72,104); }
div.DivClassName
{
background-color: #7D4868;
}
.BgClassName
{
background-color: #7D4868;
}
</style>
border-color css
<style>
span { border-color: #7D4868; }
span { border-color: rgb(125,72,104); }
td.TdClassName
{
border-color: #7D4868;
}
.TagClassName
{
border-color: #7D4868;
}
</style>