Shades of Trendy Pink #7E687F
Tints of Trendy Pink #7E687F
RGB
CMYK
RGB Variations
Color information
#7E687F (or 0x7E687F) is known color: Trendy Pink. HEX triplet: 7E, 68 and 7F. RGB value is (126,104,127). Sum of RGB (Red+Green+Blue) = 126+104+127=357 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.29% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 127 - color contains mainly: blue. Hex color #7E687F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E687F is #819780. Grayscale: #717171. Windows color (decimal): -8492929 or 8349822. OLE color: 8349822.
HSL color Cylindrical-coordinate representation of color #7E687F: hue angle of 297.39º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7E687F is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 126 | 104 | 127 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.50 |
| HSL | 297.39º | 0.1% | 0.45% | - |
| HSV(B) | 297.39º | 0.18% | 0.5% | - |
| XYZ | 17.39 | 15.87 | 22.23 | - |
| YUV | 113.2 | 135.79 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 104 | 127 | 0.01 | 0.18 | 0 | 0.50 | 297.39 | 0.1 | 0.45 |
| Hex | 7E | 68 | 7F | 1 | 12 | 0 | 32 | 129 | A | 2D |
| Octal | 176 | 150 | 177 | 1 | 22 | 0 | 62 | 451 | 12 | 55 |
| Binary | 1111110 | 1101000 | 1111111 | 1 | 10010 | 0 | 110010 | 100101001 | 1010 | 101101 |
Color Harmonies of #7E687F
Complementary color
Monochromatic Colors of #7E687F
Black with #7E687F
Text Example
Text Example
White with #7E687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E687F; }
p { color: rgb(126,104,127); }
H1.HeaderClassName
{
color: #7E687F;
}
.AnyTagClassName
{
color: #7E687F;
}
</style>
background-color css
<style>
a { background-color: #7E687F; }
a { background-color: rgb(126,104,127); }
div.DivClassName
{
background-color: #7E687F;
}
.BgClassName
{
background-color: #7E687F;
}
</style>
border-color css
<style>
span { border-color: #7E687F; }
span { border-color: rgb(126,104,127); }
td.TdClassName
{
border-color: #7E687F;
}
.TagClassName
{
border-color: #7E687F;
}
</style>