Shades of Trendy Pink #7C647E
Tints of Trendy Pink #7C647E
RGB
CMYK
RGB Variations
Color information
#7C647E (or 0x7C647E) is known color: Trendy Pink. HEX triplet: 7C, 64 and 7E. RGB value is (124,100,126). Sum of RGB (Red+Green+Blue) = 124+100+126=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 126 - color contains mainly: blue. Hex color #7C647E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C647E is #839B81. Grayscale: #6E6E6E. Windows color (decimal): -8625026 or 8283260. OLE color: 8283260.
HSL color Cylindrical-coordinate representation of color #7C647E: hue angle of 295.38º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C647E is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 100 | 126 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.51 |
| HSL | 295.38º | 0.12% | 0.44% | - |
| HSV(B) | 295.38º | 0.21% | 0.49% | - |
| XYZ | 16.64 | 14.91 | 21.74 | - |
| YUV | 110.14 | 136.95 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 100 | 126 | 0.02 | 0.21 | 0 | 0.51 | 295.38 | 0.12 | 0.44 |
| Hex | 7C | 64 | 7E | 2 | 15 | 0 | 33 | 127 | C | 2C |
| Octal | 174 | 144 | 176 | 2 | 25 | 0 | 63 | 447 | 14 | 54 |
| Binary | 1111100 | 1100100 | 1111110 | 10 | 10101 | 0 | 110011 | 100100111 | 1100 | 101100 |
Color Harmonies of #7C647E
Complementary color
Monochromatic Colors of #7C647E
Black with #7C647E
Text Example
Text Example
White with #7C647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C647E; }
p { color: rgb(124,100,126); }
H1.HeaderClassName
{
color: #7C647E;
}
.AnyTagClassName
{
color: #7C647E;
}
</style>
background-color css
<style>
a { background-color: #7C647E; }
a { background-color: rgb(124,100,126); }
div.DivClassName
{
background-color: #7C647E;
}
.BgClassName
{
background-color: #7C647E;
}
</style>
border-color css
<style>
span { border-color: #7C647E; }
span { border-color: rgb(124,100,126); }
td.TdClassName
{
border-color: #7C647E;
}
.TagClassName
{
border-color: #7C647E;
}
</style>