Shades of Cosmic #7D3866
Tints of Cosmic #7D3866
RGB
CMYK
RGB Variations
Color information
#7D3866 (or 0x7D3866) is known color: Cosmic. HEX triplet: 7D, 38 and 66. RGB value is (125,56,102). Sum of RGB (Red+Green+Blue) = 125+56+102=283 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.17% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3866 is #82C799. Grayscale: #515151. Windows color (decimal): -8570778 or 6699133. OLE color: 6699133.
HSL color Cylindrical-coordinate representation of color #7D3866: hue angle of 320º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D3866 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 56 | 102 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.51 |
| HSL | 320º | 0.38% | 0.35% | - |
| HSV(B) | 320º | 0.55% | 0.49% | - |
| XYZ | 12.27 | 8.15 | 13.5 | - |
| YUV | 81.88 | 139.36 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 56 | 102 | 0 | 0.55 | 0.18 | 0.51 | 320 | 0.38 | 0.35 |
| Hex | 7D | 38 | 66 | 0 | 37 | 12 | 33 | 140 | 26 | 23 |
| Octal | 175 | 70 | 146 | 0 | 67 | 22 | 63 | 500 | 46 | 43 |
| Binary | 1111101 | 111000 | 1100110 | 0 | 110111 | 10010 | 110011 | 101000000 | 100110 | 100011 |
Color Harmonies of #7D3866
Complementary color
Monochromatic Colors of #7D3866
Black with #7D3866
Text Example
Text Example
White with #7D3866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3866; }
p { color: rgb(125,56,102); }
H1.HeaderClassName
{
color: #7D3866;
}
.AnyTagClassName
{
color: #7D3866;
}
</style>
background-color css
<style>
a { background-color: #7D3866; }
a { background-color: rgb(125,56,102); }
div.DivClassName
{
background-color: #7D3866;
}
.BgClassName
{
background-color: #7D3866;
}
</style>
border-color css
<style>
span { border-color: #7D3866; }
span { border-color: rgb(125,56,102); }
td.TdClassName
{
border-color: #7D3866;
}
.TagClassName
{
border-color: #7D3866;
}
</style>