Shades of Trendy Pink #7D617D
Tints of Trendy Pink #7D617D
RGB
CMYK
RGB Variations
Color information
#7D617D (or 0x7D617D) is known color: Trendy Pink. HEX triplet: 7D, 61 and 7D. RGB value is (125,97,125). Sum of RGB (Red+Green+Blue) = 125+97+125=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 125 - color contains mainly: red, blue. Hex color #7D617D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D617D is #829E82. Grayscale: #6C6C6C. Windows color (decimal): -8560259 or 8216957. OLE color: 8216957.
HSL color Cylindrical-coordinate representation of color #7D617D: hue angle of 300º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D617D is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 97 | 125 | - |
| CMYK | 0 | 0.22 | 0 | 0.51 |
| HSL | 300º | 0.13% | 0.44% | - |
| HSV(B) | 300º | 0.22% | 0.49% | - |
| XYZ | 16.43 | 14.39 | 21.31 | - |
| YUV | 108.56 | 137.28 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 97 | 125 | 0 | 0.22 | 0 | 0.51 | 300 | 0.13 | 0.44 |
| Hex | 7D | 61 | 7D | 0 | 16 | 0 | 33 | 12C | D | 2C |
| Octal | 175 | 141 | 175 | 0 | 26 | 0 | 63 | 454 | 15 | 54 |
| Binary | 1111101 | 1100001 | 1111101 | 0 | 10110 | 0 | 110011 | 100101100 | 1101 | 101100 |
Color Harmonies of #7D617D
Complementary color
Monochromatic Colors of #7D617D
Black with #7D617D
Text Example
Text Example
White with #7D617D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D617D; }
p { color: rgb(125,97,125); }
H1.HeaderClassName
{
color: #7D617D;
}
.AnyTagClassName
{
color: #7D617D;
}
</style>
background-color css
<style>
a { background-color: #7D617D; }
a { background-color: rgb(125,97,125); }
div.DivClassName
{
background-color: #7D617D;
}
.BgClassName
{
background-color: #7D617D;
}
</style>
border-color css
<style>
span { border-color: #7D617D; }
span { border-color: rgb(125,97,125); }
td.TdClassName
{
border-color: #7D617D;
}
.TagClassName
{
border-color: #7D617D;
}
</style>