Shades of Trendy Pink #7C667E
Tints of Trendy Pink #7C667E
RGB
CMYK
RGB Variations
Color information
#7C667E (or 0x7C667E) is known color: Trendy Pink. HEX triplet: 7C, 66 and 7E. RGB value is (124,102,126). Sum of RGB (Red+Green+Blue) = 124+102+126=352 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.23% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 126 - color contains mainly: blue. Hex color #7C667E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C667E is #839981. Grayscale: #6F6F6F. Windows color (decimal): -8624514 or 8283772. OLE color: 8283772.
HSL color Cylindrical-coordinate representation of color #7C667E: hue angle of 295º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7C667E is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 102 | 126 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.51 |
| HSL | 295º | 0.11% | 0.45% | - |
| HSV(B) | 295º | 0.19% | 0.49% | - |
| XYZ | 16.83 | 15.29 | 21.8 | - |
| YUV | 111.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 102 | 126 | 0.02 | 0.19 | 0 | 0.51 | 295 | 0.11 | 0.45 |
| Hex | 7C | 66 | 7E | 2 | 13 | 0 | 33 | 127 | B | 2D |
| Octal | 174 | 146 | 176 | 2 | 23 | 0 | 63 | 447 | 13 | 55 |
| Binary | 1111100 | 1100110 | 1111110 | 10 | 10011 | 0 | 110011 | 100100111 | 1011 | 101101 |
Color Harmonies of #7C667E
Complementary color
Monochromatic Colors of #7C667E
Black with #7C667E
Text Example
Text Example
White with #7C667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C667E; }
p { color: rgb(124,102,126); }
H1.HeaderClassName
{
color: #7C667E;
}
.AnyTagClassName
{
color: #7C667E;
}
</style>
background-color css
<style>
a { background-color: #7C667E; }
a { background-color: rgb(124,102,126); }
div.DivClassName
{
background-color: #7C667E;
}
.BgClassName
{
background-color: #7C667E;
}
</style>
border-color css
<style>
span { border-color: #7C667E; }
span { border-color: rgb(124,102,126); }
td.TdClassName
{
border-color: #7C667E;
}
.TagClassName
{
border-color: #7C667E;
}
</style>