Shades of Cosmic #7D4C66
Tints of Cosmic #7D4C66
RGB
CMYK
RGB Variations
Color information
#7D4C66 (or 0x7D4C66) is known color: Cosmic. HEX triplet: 7D, 4C and 66. RGB value is (125,76,102). Sum of RGB (Red+Green+Blue) = 125+76+102=303 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.25% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4C66 is #82B399. Grayscale: #5D5D5D. Windows color (decimal): -8565658 or 6704253. OLE color: 6704253.
HSL color Cylindrical-coordinate representation of color #7D4C66: hue angle of 328.16º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D4C66 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 76 | 102 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.51 |
| HSL | 328.16º | 0.24% | 0.39% | - |
| HSV(B) | 328.16º | 0.39% | 0.49% | - |
| XYZ | 13.44 | 10.49 | 13.89 | - |
| YUV | 93.62 | 132.73 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 76 | 102 | 0 | 0.39 | 0.18 | 0.51 | 328.16 | 0.24 | 0.39 |
| Hex | 7D | 4C | 66 | 0 | 27 | 12 | 33 | 148 | 18 | 27 |
| Octal | 175 | 114 | 146 | 0 | 47 | 22 | 63 | 510 | 30 | 47 |
| Binary | 1111101 | 1001100 | 1100110 | 0 | 100111 | 10010 | 110011 | 101001000 | 11000 | 100111 |
Color Harmonies of #7D4C66
Complementary color
Monochromatic Colors of #7D4C66
Black with #7D4C66
Text Example
Text Example
White with #7D4C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4C66; }
p { color: rgb(125,76,102); }
H1.HeaderClassName
{
color: #7D4C66;
}
.AnyTagClassName
{
color: #7D4C66;
}
</style>
background-color css
<style>
a { background-color: #7D4C66; }
a { background-color: rgb(125,76,102); }
div.DivClassName
{
background-color: #7D4C66;
}
.BgClassName
{
background-color: #7D4C66;
}
</style>
border-color css
<style>
span { border-color: #7D4C66; }
span { border-color: rgb(125,76,102); }
td.TdClassName
{
border-color: #7D4C66;
}
.TagClassName
{
border-color: #7D4C66;
}
</style>