Shades of Trendy Pink #7C687E
Tints of Trendy Pink #7C687E
RGB
CMYK
RGB Variations
Color information
#7C687E (or 0x7C687E) is known color: Trendy Pink. HEX triplet: 7C, 68 and 7E. RGB value is (124,104,126). Sum of RGB (Red+Green+Blue) = 124+104+126=354 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.03% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 126 - color contains mainly: blue. Hex color #7C687E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C687E is #839781. Grayscale: #707070. Windows color (decimal): -8624002 or 8284284. OLE color: 8284284.
HSL color Cylindrical-coordinate representation of color #7C687E: hue angle of 294.55º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7C687E is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 104 | 126 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.51 |
| HSL | 294.55º | 0.1% | 0.45% | - |
| HSV(B) | 294.55º | 0.17% | 0.49% | - |
| XYZ | 17.03 | 15.69 | 21.87 | - |
| YUV | 112.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 104 | 126 | 0.02 | 0.17 | 0 | 0.51 | 294.55 | 0.1 | 0.45 |
| Hex | 7C | 68 | 7E | 2 | 11 | 0 | 33 | 127 | A | 2D |
| Octal | 174 | 150 | 176 | 2 | 21 | 0 | 63 | 447 | 12 | 55 |
| Binary | 1111100 | 1101000 | 1111110 | 10 | 10001 | 0 | 110011 | 100100111 | 1010 | 101101 |
Color Harmonies of #7C687E
Complementary color
Monochromatic Colors of #7C687E
Black with #7C687E
Text Example
Text Example
White with #7C687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C687E; }
p { color: rgb(124,104,126); }
H1.HeaderClassName
{
color: #7C687E;
}
.AnyTagClassName
{
color: #7C687E;
}
</style>
background-color css
<style>
a { background-color: #7C687E; }
a { background-color: rgb(124,104,126); }
div.DivClassName
{
background-color: #7C687E;
}
.BgClassName
{
background-color: #7C687E;
}
</style>
border-color css
<style>
span { border-color: #7C687E; }
span { border-color: rgb(124,104,126); }
td.TdClassName
{
border-color: #7C687E;
}
.TagClassName
{
border-color: #7C687E;
}
</style>