Shades of Trendy Pink #7D647F
Tints of Trendy Pink #7D647F
RGB
CMYK
RGB Variations
Color information
#7D647F (or 0x7D647F) is known color: Trendy Pink. HEX triplet: 7D, 64 and 7F. RGB value is (125,100,127). Sum of RGB (Red+Green+Blue) = 125+100+127=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 127 - color contains mainly: blue. Hex color #7D647F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D647F is #829B80. Grayscale: #6E6E6E. Windows color (decimal): -8559489 or 8348797. OLE color: 8348797.
HSL color Cylindrical-coordinate representation of color #7D647F: hue angle of 295.56º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7D647F is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 125 | 100 | 127 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.50 |
| HSL | 295.56º | 0.12% | 0.45% | - |
| HSV(B) | 295.56º | 0.21% | 0.5% | - |
| XYZ | 16.85 | 15.01 | 22.09 | - |
| YUV | 110.55 | 137.28 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 100 | 127 | 0.02 | 0.21 | 0 | 0.50 | 295.56 | 0.12 | 0.45 |
| Hex | 7D | 64 | 7F | 2 | 15 | 0 | 32 | 128 | C | 2D |
| Octal | 175 | 144 | 177 | 2 | 25 | 0 | 62 | 450 | 14 | 55 |
| Binary | 1111101 | 1100100 | 1111111 | 10 | 10101 | 0 | 110010 | 100101000 | 1100 | 101101 |
Color Harmonies of #7D647F
Complementary color
Monochromatic Colors of #7D647F
Black with #7D647F
Text Example
Text Example
White with #7D647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D647F; }
p { color: rgb(125,100,127); }
H1.HeaderClassName
{
color: #7D647F;
}
.AnyTagClassName
{
color: #7D647F;
}
</style>
background-color css
<style>
a { background-color: #7D647F; }
a { background-color: rgb(125,100,127); }
div.DivClassName
{
background-color: #7D647F;
}
.BgClassName
{
background-color: #7D647F;
}
</style>
border-color css
<style>
span { border-color: #7D647F; }
span { border-color: rgb(125,100,127); }
td.TdClassName
{
border-color: #7D647F;
}
.TagClassName
{
border-color: #7D647F;
}
</style>