Shades of Cosmic #7D4368
Tints of Cosmic #7D4368
RGB
CMYK
RGB Variations
Color information
#7D4368 (or 0x7D4368) is known color: Cosmic. HEX triplet: 7D, 43 and 68. RGB value is (125,67,104). Sum of RGB (Red+Green+Blue) = 125+67+104=296 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.23% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4368 is #82BC97. Grayscale: #585858. Windows color (decimal): -8567960 or 6833021. OLE color: 6833021.
HSL color Cylindrical-coordinate representation of color #7D4368: hue angle of 321.72º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D4368 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 67 | 104 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.51 |
| HSL | 321.72º | 0.3% | 0.38% | - |
| HSV(B) | 321.72º | 0.46% | 0.49% | - |
| XYZ | 12.96 | 9.37 | 14.22 | - |
| YUV | 88.56 | 136.72 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 67 | 104 | 0 | 0.46 | 0.17 | 0.51 | 321.72 | 0.3 | 0.38 |
| Hex | 7D | 43 | 68 | 0 | 2E | 11 | 33 | 142 | 1E | 26 |
| Octal | 175 | 103 | 150 | 0 | 56 | 21 | 63 | 502 | 36 | 46 |
| Binary | 1111101 | 1000011 | 1101000 | 0 | 101110 | 10001 | 110011 | 101000010 | 11110 | 100110 |
Color Harmonies of #7D4368
Complementary color
Monochromatic Colors of #7D4368
Black with #7D4368
Text Example
Text Example
White with #7D4368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4368; }
p { color: rgb(125,67,104); }
H1.HeaderClassName
{
color: #7D4368;
}
.AnyTagClassName
{
color: #7D4368;
}
</style>
background-color css
<style>
a { background-color: #7D4368; }
a { background-color: rgb(125,67,104); }
div.DivClassName
{
background-color: #7D4368;
}
.BgClassName
{
background-color: #7D4368;
}
</style>
border-color css
<style>
span { border-color: #7D4368; }
span { border-color: rgb(125,67,104); }
td.TdClassName
{
border-color: #7D4368;
}
.TagClassName
{
border-color: #7D4368;
}
</style>